For Developers

Build a business from your terminal.

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+

Install

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-mcp

Codex — ~/.codex/config.toml

[mcp_servers.leapd]
command = "npx"
args = ["-y", "github:leapd-ai/leapd-mcp"]
env = { LEAPD_API_KEY = "leapd_your_key" }

Seven tools

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_business

Turn an idea into a live business — positioning, a deployed landing page, and a day-one plan.

get_workspace

Live URL, deployment and domain status, and where you are in the plan.

list_tasks

The current plan: what is queued, running, blocked — with the reason — or done.

create_task

Add work to the plan: a page to build, research to run, a fix to make.

run_task

Start a queued task immediately instead of waiting for its scheduled slot.

list_documents

Artifacts Leapd produced — positioning, customer profile, roadmap, research.

get_document

Read one document in full.

What the tools are driving

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.

Jack

The AI co-founder. Researches the market, drafts positioning, builds the product and landing page, then plans and runs the daily engine.

Milo

Customer acquisition. Email outreach to verified buyer inboxes, plus ad campaigns including video creative.

Cassy

LinkedIn. Voice-trained posts, tracks conversations and competitors, engages buyer threads, qualifies every engager against your ICP, books meetings.

Alex

AI search visibility. Audits your site the way language models read it, ships citation-rich content, and tracks where your brand is cited.

About your API key

  • One credential, ever. Your Leapd key is the only secret the server reads. It does not load environment files or credential stores, so no key belonging to another tool can be picked up.
  • It can only reach Leapd. The API host is allowlisted over HTTPS, so a misconfigured address is rejected at startup rather than becoming a way to send your key elsewhere.
  • It never appears in output. Errors, logs, and tool results are tested to exclude it.
  • No local execution. Every tool is one authenticated HTTPS call. The server runs no commands and opens no files on your machine.

The full source is on GitHub — read exactly what it sends before you install it.

Questions

What is the Leapd MCP server?

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.

Do I need a Leapd account?

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.

Does the work run on my machine?

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.

Can I connect an existing business?

Yes. Pass your current site to launch_business and Leapd works from what is already there rather than starting cold.

Is it open source?

Yes, MIT licensed. The full client is on GitHub — you can read exactly what it sends and where before you install it.

What does it do with my API key?

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.

Keep reading

Start from an idea, or bring your business.

Setup takes 60 seconds and your first report arrives in 24 hours.