AgentStack
MCP verified MIT Self-run

Founden Mcp

mcp-o-mega-enterprise-founden-mcp · by O-mega-Enterprise

Build your company over chat: website, app, and admin built in the cloud. One API key.

No reviews yet
0 installs
9 views
0.0% view→install

Install

$ agentstack add mcp-o-mega-enterprise-founden-mcp

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Founden Mcp? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

founden-mcp

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.

Install

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).

Tools

| 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). |

Example

build_company: "Build a booking site for my dental clinic with online payments"
  -> { execution_id: "...", company_id: "...", status: "running", stream_url: "..." }

get_build: ""
  -> { status: "completed", preview_url: "https://...vercel.app" }

message_build: "", "add a contact form on the homepage"
  -> { status: "accepted" }

Remote HTTP transport

FOUNDEN_API_KEY=omk_... npx founden-mcp --http --port 3100

License

MIT

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.