For Developers
The official Model Context Protocol server for Leapd. Connect Claude Code, Codex, or any MCP client to an AI co-founder that builds and runs your business — 24/7, while you sleep.
Open source · MIT licensed · Node.js 20+
You will need a Leapd API key from your dashboard. The server speaks MCP over stdio, so any compliant client works.
Claude Code
claude mcp add leapd \
--env LEAPD_API_KEY=leapd_your_key \
-- npx -y github:leapd-ai/leapd-mcpCodex — ~/.codex/config.toml
[mcp_servers.leapd]
command = "npx"
args = ["-y", "github:leapd-ai/leapd-mcp"]
env = { LEAPD_API_KEY = "leapd_your_key" }Tasks execute on Leapd, not on your machine. Nothing takes a workspace or account id — scope comes from your API key, so a caller can only ever reach its own business.
launch_businessTurn an idea into a live business — positioning, a deployed landing page, and a day-one plan.
get_workspaceLive URL, deployment and domain status, and where you are in the plan.
list_tasksThe current plan: what is queued, running, blocked — with the reason — or done.
create_taskAdd work to the plan: a page to build, research to run, a fix to make.
run_taskStart a queued task immediately instead of waiting for its scheduled slot.
list_documentsArtifacts Leapd produced — positioning, customer profile, roadmap, research.
get_documentRead one document in full.
Leapd is an AI co-founder that builds and runs your business 24/7. It does the work of an entire startup team: building your product, launching growth campaigns, generating leads, booking meetings, and growing your visibility across search and AI platforms.
Point it at an idea or an existing business, and its specialized agents take over engineering, marketing, sales, and operations. They write and deploy real code, run ad campaigns and personalized email outreach, publish and engage on LinkedIn, and help your brand get cited across AI search. Then it sends a clear morning report showing what was completed, what is running, and what happens next.
The AI co-founder. Researches the market, drafts positioning, builds the product and landing page, then plans and runs the daily engine.
Customer acquisition. Email outreach to verified buyer inboxes, plus ad campaigns including video creative.
LinkedIn. Voice-trained posts, tracks conversations and competitors, engages buyer threads, qualifies every engager against your ICP, books meetings.
AI search visibility. Audits your site the way language models read it, ships citation-rich content, and tracks where your brand is cited.
The full source is on GitHub — read exactly what it sends before you install it.
It is the official Model Context Protocol server for Leapd. It connects an MCP client — Claude Code, Codex, or any other — to your Leapd account, so the agent you are already working with can launch a business and drive its daily plan without leaving your editor.
Yes. The server authenticates with a Leapd API key, and every tool call runs against your own account. Leapd is free to start and takes 60 seconds to set up; MCP access requires an active plan.
No. The tools dispatch work and report on it; execution happens on Leapd's infrastructure. That means long-running work — building a landing page, running a campaign — keeps going after you close your laptop.
Yes. Pass your current site to launch_business and Leapd works from what is already there rather than starting cold.
Yes, MIT licensed. The full client is on GitHub — you can read exactly what it sends and where before you install it.
The key is the only credential the server reads. It is never written to logs or error messages, and the API base URL is locked to Leapd hosts over HTTPS, so the key cannot be sent anywhere else.
Setup takes 60 seconds and your first report arrives in 24 hours.