Leads, verification, enrichment, intent, warmed sending and replies behind one REST API and one MCP server. OpenAPI spec, idempotency, metered on outcomes.
300 free credits, about 60 verified emails · No card · Credits never expireOne connection. Same agent. A lot more it can do.
One API gives your agent the tools to find people, enrich data, verify contact details and handle outreach — without integrating each service separately.
const res = await fetch("https://api.layrcake.dev/v1/enrich", { method: "POST", headers: { Authorization: `Bearer ${LAYRCAKE_API_KEY}`, "Content-Type": "application/json", "Idempotency-Key": "enrich-jane-meridian-1", }, body: JSON.stringify({ person: { full_name: "Jane Okafor", company_domain: "meridianhealth.com" }, want: ["work_email"], }), }); // → { result: { outcome: "hit", contact: { work_email: "jane@meridianhealth.com", work_email_status: "valid", … } }, // layrcake: { request_id: "…", credits_charged: "5", credits_available: "295" } }
The same zod schemas produce the REST validation, the MCP tool definitions and the OpenAPI spec. One shape everywhere.
Every completed call returns credits_charged and a point-in-time credits_available. Async admission returns credits_reserved and an operation id.
metered on outcomesSame key + same canonical params replays the original. Same key + different params returns 409. Crashes and retry storms cannot double-charge.
Idempotency-KeyRequest status, operation status, usage, contact history, suppression checks: the API is the agent's memory.
get_request · get_operation · get_usageUnknown fields fail loudly. Sets are normalised so a defaulted request hashes like a spelled-out one.
strictObjectNo provider name is a stable endpoint, enum, input or response promise. Responses may carry an opaque route_id for support.
outcome, not vendorThe spec is generated from the same contract. Point your client generator at it.
api.layrcake.dev/openapi.jsonEvery verb returns an outcome and the credits charged. A miss costs nothing.
find_companiesCompanies by description, by lookalike, by who is hiring or what they run on.6–7 cr / companyfind_leadsPeople at those companies by title, seniority or role in plain words. Zero results free.0.2 cr / leadenrichVerified work email, mobile when found. Cached, then the waterfall. Miss is free.5 cr / hitenrich_companyStructured datasets or an evidenced brief on a known company.7 · 10 · 40 crverify_emailDeliverability with catch-all handling.1 cr / callfind_intentHiring, funding, news, job changes, technology, with evidence URLs.10 cr / signalfind_postsRelevant public posts across ten platforms, by keyword or by author. A miss is free.0.5 cr / postEvery REST verb is an MCP tool with the same schema. These run as written in Claude Code, Cursor and Codex.
Get your key, paste one block into the tool you already use, type the first prompt.
Two values. Streamable HTTP. OAuth if your client supports it, otherwise the header.
URL: https://mcp.layrcake.dev/mcp Header: Authorization: Bearer YOUR_LAYRCAKE_API_KEY
REST, if you would rather
POST https://api.layrcake.dev/v1/find_leads Authorization: Bearer YOUR_LAYRCAKE_API_KEY OpenAPI: https://api.layrcake.dev/openapi.json
1 · One command in your terminal
claude mcp add --transport http layrcake https://mcp.layrcake.dev/mcp \ --header "Authorization: Bearer YOUR_LAYRCAKE_API_KEY"
2 · Check it
claude mcp list
1 · Paste into .cursor/mcp.json (or ~/.cursor/mcp.json for every project)
{
"mcpServers": {
"layrcake": {
"url": "https://mcp.layrcake.dev/mcp",
"headers": { "Authorization": "Bearer YOUR_LAYRCAKE_API_KEY" }
}
}
}2 · First prompt
Confirm the layrcake tools are available, then find 30 UK fintechs hiring SDRs and the head of sales at each.
1 · Append to ~/.codex/config.toml, then start a new session
[mcp_servers.layrcake]
url = "https://mcp.layrcake.dev/mcp"
http_headers = { "Authorization" = "Bearer YOUR_LAYRCAKE_API_KEY" }1 · Settings → Connectors → Add custom connector
Name: Layrcake URL: https://mcp.layrcake.dev/mcp
2 · Choose Add, then approve access when Claude sends you to Layrcake
Sign in with your Layrcake account. No key to paste, no header to set.
3 · First prompt
Find 50 healthcare executives in the US, enrich the three most promising into verified emails, and check those emails for deliverability. Summarize the usable leads and total credits spent. Do not create or launch a campaign.
1 · Settings → Security and login → Developer mode on
The switch lives under Security, not Apps.
2 · Plugins → + → Connection
Name: Layrcake URL: https://mcp.layrcake.dev/mcp Choose Create, then approve access when ChatGPT sends you to Layrcake.
3 · In a new chat, open the tools menu and add Layrcake
Paid plans, web. ChatGPT applies its own filters to connected tools and can refuse outreach steps; Codex runs the same tools without them.
No. Finding, enriching and verifying run on their own. Launching a campaign, replying to a thread and buying sending capacity wait for your approval, every time. If you want an agent to act unattended, you switch that on per key, and only for that key.
About 60 verified work emails, or 50 company matches, or 300 verifications. A credit is one cent. Misses cost nothing, so you only pay for people who exist.
No. Ask for sending capacity and warmed domains and mailboxes are provisioned for you: 1,500 credits per domain once, 750 credits per mailbox per month, quoted before anything is bought.
From a waterfall of specialist data providers, routed per request and verified before you see a result. Layrcake is a UK company; the data processing addendum is at layrcake.dev/dpa and suppression is enforced before every send.
You sign in, no card, and the key is on screen. Paste the connect block for your tool, type one of the prompts on this page, and the first result is back inside two minutes.
Every account begins with 300 free credits — no card, full API, every verb. Top up as you go: 1 credit = $0.01, spent only on outcomes. Credits never expire.
$48 / month for 10 agents · avg $4.80 per agent
plus what you use · 1¢ per credit · misses always free
300 free credits on signup — no card, no plan, nothing to pick.
Need to reach more people? Scale Layrcake around your volume, workflow and team.
The right companies, people, details and signals, all available through one API key. Ready for your AI agent the moment you paste it. Nothing sends until you say so. Free to start, then pay as you go.
mcp url · https://mcp.layrcake.dev/v1 300 free credits · No card required