CoFounder.im
Overview API Docs MCP Docs

AI CoFounder MCP API Documentation

Connect your AI coding agent to startup project specifications, run AI agents, and manage projects via the Model Context Protocol (MCP) server.

Getting Started

Add the AI CoFounder MCP server to your AI coding agent (Claude, Cursor, Windsurf, etc.) to access all 9 tools for managing startup projects.

  1. Get your API token from cofounder.im/users/settings
  2. Configure your MCP client with the server URL: https://mcp.cofounder.im/mcp
  3. Add your Bearer token in the Authorization header
Full setup instructions →

Available Tools

Read

list_projects no params

List all CoFounder.im projects for the authenticated user.

get_build_spec project_id

Get the full build specification for a project, including all completed agent outputs.

get_agent_output project_id agent_type

Get a single agent output for a project. More context-efficient than get_build_spec.

account_status no params

Get account information: credits, project count, subscription plan, and active runs.

buy_credits no params

Get links to purchase additional credits. Returns available packages with checkout URLs.

Write

Create a new project from a startup idea description (max 5000 characters).

update_project project_id name

Update a project's name.

run_agent project_id agent_type

Run an AI agent on a project. Automatically resolves dependencies and shows cost breakdown.

rerun_agent project_id agent_type user_notes

Re-run a completed agent with optional feedback. Returns stale downstream agents.