Back to Browse

Founden MCP Server

Developer ToolsLow Risk9.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

9.8
Low Risk9.8Low Risk

Valid MCP server (2 strong, 3 medium validity signals). 1 known CVE in dependencies Package registry verified. Imported from the Official MCP Registry.

4 files analyzed · 2 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Your Founden API key (get one at founden.ai/app/build/api)Required

Environment variable: FOUNDEN_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-o-mega-enterprise-founden-mcp": {
      "env": {
        "FOUNDEN_API_KEY": "your-founden-api-key-here"
      },
      "args": [
        "-y",
        "founden-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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

ToolDescription
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: "<execution_id>"
  -> { status: "completed", preview_url: "https://...vercel.app" }

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

Remote HTTP transport

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

License

MIT

Reviews

No reviews yet

Be the first to review this server!