Connects Claude or any MCP client to Founden's infrastructure build API. Exposes three tools: build_company takes a plain language prompt and spins up a full stack (website, app, admin panel) in the cloud, returning an execution ID; get_build checks status and grabs the live preview URL; message_build lets you iterate on a running build without burning more credits. Each build costs 1 credit, follow-ups are free within the same execution. You get a Vercel-hosted preview link back. Reach for this when you want to prototype or stand up customer-facing software through conversation instead of wrestling with deployment pipelines. Requires an O-mega API key from founden.ai.
MCP server for Founden. Build and iterate on a real software company through any MCP-compatible AI agent (Claude Desktop, Cursor, VS Code, ChatGPT), without keeping a browser open. Describe the business; Founden builds it in the cloud and returns a live preview URL.
Claude Desktop / Cursor (mcp.json):
{
"mcpServers": {
"founden": {
"command": "npx",
"args": ["-y", "founden-mcp"],
"env": { "FOUNDEN_API_KEY": "omk_your_key" }
}
}
}
Get your API key at https://founden.ai/app/build. One omk_ key works across all O-mega products (Founden, Suprsonic, Suprbrowser).
| Tool | Description |
|---|---|
build_company(prompt, company_id?) | Start (or continue, on your default company) a build from a plain-language description. Returns an execution_id. Costs 1 credit. |
get_build(execution_id) | Get build status and the live preview URL. |
message_build(execution_id, prompt) | Send a follow-up instruction to a running build (free within a build). |
build_company: "Build a booking site for my dental clinic with online payments"
-> { execution_id: "...", company_id: "...", status: "running", stream_url: "..." }
get_build: "<execution_id>"
-> { status: "completed", preview_url: "https://...vercel.app" }
message_build: "<execution_id>", "add a contact form on the homepage"
-> { status: "accepted" }
FOUNDEN_API_KEY=omk_... npx founden-mcp --http --port 3100
MIT
FOUNDEN_API_KEY*secretYour Founden API key (get one at founden.ai/app/build/api)
explorium-ai/vibeprospecting-mcp
io.github.compuute/lead-enrichment
dev.workers.selbyventurecap.cf-worker/apollo-salesforce-mapper
io.github.br0ski777/company-enrichment
com.mcparmory/apollo
mambalabsdev/mcp-gtm-tech-stack-signal-scraper