{
  "markdown": "# founden-mcp\n\nMCP server for [Founden](https://founden.ai). 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.\n\n## Install\n\nClaude Desktop / Cursor (`mcp.json`):\n\n```json\n{\n  \"mcpServers\": {\n    \"founden\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"founden-mcp\"],\n      \"env\": { \"FOUNDEN_API_KEY\": \"omk_your_key\" }\n    }\n  }\n}\n```\n\nGet your API key at https://founden.ai/app/build. One `omk_` key works across all O-mega products (Founden, Suprsonic, Suprbrowser).\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `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. |\n| `get_build(execution_id)` | Get build status and the live preview URL. |\n| `message_build(execution_id, prompt)` | Send a follow-up instruction to a running build (free within a build). |\n\n## Example\n\n```\nbuild_company: \"Build a booking site for my dental clinic with online payments\"\n  -> { execution_id: \"...\", company_id: \"...\", status: \"running\", stream_url: \"...\" }\n\nget_build: \"<execution_id>\"\n  -> { status: \"completed\", preview_url: \"https://...vercel.app\" }\n\nmessage_build: \"<execution_id>\", \"add a contact form on the homepage\"\n  -> { status: \"accepted\" }\n```\n\n## Remote HTTP transport\n\n```bash\nFOUNDEN_API_KEY=omk_... npx founden-mcp --http --port 3100\n```\n\n## License\n\nMIT\n",
  "bytes": 1581,
  "sha": "74bd7169b77a061c99f918c8c9493277719ea1c780a92d387790663387bdb6f8",
  "repo_slug": "o-mega-enterprise/founden-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_o_mega_enterprise_founden_mcp_18ceb1b5/readme"
}