Leapd.ai

by leapd-ai

Not rated
GitHub Website

About

AI that builds and runs your business — 24/7

Details

Author
leapd-ai
Categories
Productivity

Setup

Install Leapd.ai in your MCP client (Claude Desktop, Cursor, Windsurf, and others).

Repository: https://github.com/leapd-ai/leapd-mcp

Follow the installation instructions in the repository README, then restart your MCP client.

- Launch a business from an idea— Uselaunch_businessto turn a concept into a live business with positioning, a deployed landing page, and a day-one plan.
- Track workspace status— Callget_workspaceto check your live URL, deployment and domain status, and current plan day.
- Manage the task plan— Uselist_tasksto see queued, running, blocked, or completed work, andcreate_taskto add new items like pages to build or research to run.
- Prioritize execution— Triggerrun_taskto start a queued task immediately instead of waiting for its scheduled slot.
- Review generated artifacts— Browselist_documentsto see positioning, ICP, roadmap, and research files, then read any one in full withget_document.

AI that builds and runs your business — 24/7.

The officialModel Context Protocolserver forLeapd. Connect Claude Code, Codex, or any MCP client to a Leapd account and drive an AI co-founder from your editor: start from an idea or bring an existing business, and AI builds and runs it while you sleep.

leapd.ai·Get an API key·What is an AI-run business?·State of AI-Run Businesses 2026

you ▸ launch a business that sells CO₂-sensor calibration kits to labs leapd ▸ positioning + ICP written landing page deployed → https://calibra.leapd.app day 1 plan: 6 tasks queued you ▸ run the pricing-page task now leapd ▸ done — pricing page live, 3 tiers

Everything above happens inside your editor. Leapd does the work; this server is the wire.

- Requirements·Install·Tools·Configuration
-
What Leapd is·What an AI-run business is·Why MCP
-
FAQ·Further reading·Security

- Node.js 20+
- ALeapd account with an active plan
sign up at leapd.ai
- ALeapd API keyfrom your
Leapd dashboard

claude mcp add leapd \ --env LEAPD_API_KEY=leapd_your_key \ -- npx -y github:leapd-ai/leapd-mcp

Then/mcpinside Claude Code to confirmleapdis connected.

To share the server with your team, commit a.mcp.jsonat the repo root instead:

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

The server speaks MCP over stdio. Run it withnpx -y github:leapd-ai/leapd-mcpandLEAPD_API_KEYin the environment.

Tasks execute on Leapd, not on your machine.run_taskdispatches and returns; polllist_tasksfor the outcome.

No tool takes a workspace, account, or user identifier — scope is derived from your API key, so a caller can only ever reach its own business.

Leapdis anAI 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 Leapd at an idea or an existing business, and its specialized AI 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, create content, and help your brand get cited across AI search.

Leapd keeps working around the clock, then sends a clear morning report showing exactly what was completed, what is running, and what happens next.

Built for founders, solo operators, and small teams that want to launch and grow something real without hiring a full team or raising capital first. Leapd exists soanyonecan build a business — not just the funded, the connected, or those who can afford agencies and headcount.

The seven tools in this server are the interface to four specialized agents:

launch_businessand the task tools drive Jack directly; the work Jack plans pulls in the others as the business needs them.

- A customizableNext.js frontend and backend, built for SEO and AEO, live in under 10 minutes
- Stripe checkoutwired in minutes — a functional business in under an hour
- Adaily plan of real tasks, executed and reported on each morning
- Positioning, ICP, roadmap, and research documentsyou can read vialist_documents/get_document

An AI-run business is one where the day-to-day execution — building the product, finding customers, publishing content, tracking visibility — is carried out by autonomous agents rather than a hired team, with the founder setting direction and approving anything consequential.

The distinction that matters is betweenassistanceandexecution. An AI assistant drafts something you then act on. An AI-run business closes the loop: the agent plans the work, does it, ships it, and reports what happened. That difference is what makes an MCP server useful here — an agent in your editor can hand work to another agent that will actually complete it, rather than returning text for you to paste somewhere.

Anything public or costly waits for your approval. Ad spend, outreach, and anything customer-facing arrives as a plain-English morning brief you approve in one reply.

- What is an AI-run business?— the concept, the operating model, and what changes when execution is autonomous
-
The State of AI-Run Businesses 2026— where the category actually is: what agents reliably do today, what they don't, and where the economics land

Model Context Protocol is an open standard for connecting AI clients to external systems. It matters for this use case specifically:

- The agent you're already talking to can start a business.No context switch to a dashboard, no copy-paste between tools.
- Composability.An agent that can read your repo can also read your positioning document, see what's blocked, and queue the fix.
- Long-running work belongs elsewhere.Building a landing page and running a campaign take minutes to hours. This server dispatches and reports; execution stays on Leapd's infrastructure where it can survive your laptop closing.

Is Leapd an AI agent, an app builder, or a marketing tool?All three, which is the point. It writes and deploys code, and it runs acquisition. Tools that only build leave you with a product nobody knows about; tools that only market need a product to point at.

Do I need to be able to code?No. The dominant Leapd user has little or no coding experience and wants to start a business. This MCP server is for people whodolive in an editor and would rather drive from there.

Can I connect an existing business?Yes. Pass your current site tolaunch_businessvia thewebsiteargument and Leapd works from what's already there instead of starting cold.

Does it work with prototypes from other builders?Yes — Leapd plugs into app prototypes built on platforms like Replit, Lovable, or Bolt.

What does the agent do while I'm asleep?Runs the day's plan: ships code, publishes and engages, sends outreach, runs campaigns, tracks visibility. You get a morning report of what completed, what's running, and what's next.

Which AI search engines does Alex track?The major answer engines — ChatGPT, Gemini, Claude, Perplexity, Google AI Overviews and AI Mode, plus Grok and Meta AI. Each sources answers differently, so visibility is reported per engine.

Is there a free tier?Leapd is free to start with usage-based scaling, and setup takes 60 seconds. MCP access requires an active plan.

What happens if I call a tool without a valid key?The server refuses to start withoutLEAPD_API_KEY, and returns an actionable error — not a stack trace — if the key is rejected or your plan doesn't cover the action.

- Leapd AI co-founder— how the build-and-run engine works: the daily plan, the approval model, the morning brief
-
Go-to-market— outreach, ad campaigns, and pipeline, run by agents
-
AI search visibility— audits, content, and citation tracking across AI engines
-
LinkedIn AI coworker— voice-trained content, engagement, and qualified prospects
-
Free AI visibility checker— see where your brand is cited across AI search, no account needed
-
About Leapd

Leapd plugs into app prototypes built elsewhere, and takes them from demo to a business with customers:

- Leapd vs Lovable
-
Leapd vs Bolt
-
Leapd vs Replit
-
Leapd vs Emergent

- What is an AI-run business?— the concept, the operating model, and what changes when execution is autonomous
-
The State of AI-Run Businesses 2026— what agents reliably do today, what they don't, and where the economics land

- The first one-person unicorn will be AI-run
-
12 best AI co-founder tools in 2026 — what separates the real ones
-
10 best no-code tools for first-time founders to build a business and get customers
-
10 best no-code app builders to launch your app in 2026

- How ChatGPT, Google AI Overviews, and Perplexity source information in 2026
-
Why AI cites certain brands over others — 13 factors that matter
-
10 proven tactics to increase AI search citations
-
The 25 best tools for AI search rank tracking and visibility
-
12 best tools for AI search visibility and brand monitoring
-
10 best AI visibility tools for 2026, ranked and reviewed
-
Best ChatGPT rank tracker tools in 2026 — 12 reviewed
-
Best Perplexity rank tracker tools in 2026 — 10 reviewed
-
Track Google AI Mode and AI Overview rankings — free tool
-
Free AI visibility checker — track your brand in AI search
-
We tested the best AI SEO tools for small growth teams in 2026
-
AI SEO tools to simplify your workflow — top 8 for 2026

- Top 15 best AI lead generation tools and strategies in 2026
-
The real cost of a LinkedIn lead-generation stack in 2026
-
Top 10 LinkedIn marketing tools B2B teams actually use in 2026
-
The best AI tools for personalized content targeting in 2026
-
Top 10 AI tools that learn your LinkedIn writing style
-
Top 15 GTM leaders to follow on LinkedIn in 2026
-
Why buying LinkedIn followers kills your personal brand in 2026

Machine-readable overview:leapd.ai/llms.txt

This server is deliberately small, and its credential handling is the reason.

- One credential, ever.LEAPD_API_KEYis the only secret it accepts. It does not read.envfiles, keychains, cloud metadata, or any other variable on your environment — so no key belonging to another tool can be picked up and forwarded.
- The key can only go to Leapd.LEAPD_API_BASEis host-allowlisted to*.leapd.ai(pluslocalhost) over HTTPS. A wrong or hostile base URL is rejected at startup rather than becoming an exfiltration path.
- The key never appears in output.Errors, logs, and tool results are asserted in the test suite to exclude it.
- No caller-supplied scope.No tool accepts a workspace, account, or user id, so a caller cannot address a business it does not own.
- No local execution, no local writes.Every tool is one authenticated HTTPS call. The server runs no commands, opens no files, and fetches no arbitrary URLs.

Found a vulnerability? SeeSECURITY.md.

npm install npm run build # compile to dist/ npm test # build + run the test suite npm run typecheck # types only

The 1Password MCP server creates a bridge that allows MCP clients such as Codex and Kiro to manage your 1Password Environments with secure authorization prompts.

This is the 1st, easiest, and cheapest PPT, slides, presentation AI generation MCP Server in the world.

Persistent memory for any AI assistant. Zero token cost until recall. Stores memories in local SQLite, ranks by 6-factor scoring, returns results 79% smaller than JSON. Works with Claude, ChatGPT, Grok, Cursor, Windsurf, and any MCP client.

A MCP server that enables AI assistants to interact with Anki, the spaced repetition flashcard application.

Enables LLM clients to interact with macOS applications through AppleScript. Built using the @beyondbetter/bb-mcp-server library, this server provides safe, controlled execution of predefined scripts with optional support for arbitrary script execution.

An MCP server for WordPress plugin audits

Turn your AI assistant into a digital marketing hub that creates, organizes, and analyzes links and QR Codes on demand.

Connect AI clients to Cal.com scheduling through the Model Context Protocol using the hosted server at mcp.cal.com or a local instance.

Sync Calendars, Scheduling Links, AI Executive Scheduling Assistant, Unified Calendar

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.