{
  "markdown": "# TakoCode MCP Server\n\n[TakoCode](https://takocode.com) is an AI app-building platform. This repository documents the **official TakoCode remote MCP server**, which lets MCP clients (Claude, and any other MCP-capable assistant) build, preview and publish full-stack web apps by directing TakoCode's hosted coding agent.\n\n> **This is a hosted (remote) server.** There is nothing to install and no code in this repository to run — the server runs on TakoCode's infrastructure. This repo holds the public listing metadata (`server.json`) and documentation only.\n\n## Connect\n\n|              |                                                                                              |\n| ------------ | -------------------------------------------------------------------------------------------- |\n| **Endpoint** | `https://takocode.com/api/mcp`                                                                |\n| **Transport**| Streamable HTTP (MCP protocol `2025-06-18`, `2025-03-26`, `2024-11-05`)                       |\n| **Auth**     | OAuth 2.0 with dynamic client registration (RFC 7591) — sign in with your TakoCode account    |\n| **Account**  | [takocode.com](https://takocode.com) — $10/mo membership + prepaid wallet credits             |\n\n**Claude:** Settings → Connectors → *Add custom connector* → paste `https://takocode.com/api/mcp` → sign in when prompted.\n\n## What your assistant can do\n\n| Tool                | Kind      | Description                                                                    |\n| ------------------- | --------- | ------------------------------------------------------------------------------ |\n| `takocode_get_started` | read-only | Account status + the onboarding interview to run with the user             |\n| `set_preferences`   |           | Save autonomy / question / tier / budget preferences (enforced server-side)    |\n| `get_wallet`        | read-only | Wallet balance, membership, month spend, live turn slots                       |\n| `top_up_wallet`     |           | Stripe checkout link for the human user ($5–$500 credits)                      |\n| `list_projects`     | read-only | Projects with publish status, live URL and spend                               |\n| `create_project`    |           | Create a new app project                                                       |\n| `start_turn`        | **paid**  | Send one build goal to TakoCode's coding agent (async; billed from wallet)     |\n| `check_turn`        | read-only | Poll build progress; final message, cost, files, optional screenshot           |\n| `get_preview_link`  | read-only | Shareable ~4h link to the running dev app                                      |\n| `get_download_link` | read-only | Signed 1h ZIP download of the project source                                   |\n| `export_github`     |           | Push project source to the user's connected GitHub                             |\n| `publish_site`      | **paid**  | Deploy to a permanent public URL (explicit user approval required)             |\n| `check_publish`     | read-only | Deployment status + live URL                                                   |\n| `search_domains`    | read-only | Domain availability + yearly pricing                                           |\n| `buy_domain`        |           | Stripe checkout link to register a domain (auto-attached after payment)        |\n| `attach_domain`     |           | Connect a domain the user already owns (returns DNS records)                   |\n\n## How it works\n\n- **Your assistant orchestrates; TakoCode builds.** The billable unit is an agent *turn*: one clear goal in, working code out. Long-running work is start/poll (`start_turn` → `check_turn`), so it survives client timeouts and disconnects.\n- **Money is never autonomous.** The assistant can never charge anyone: wallet top-ups and domain purchases return Stripe checkout links that only the human can complete, and publishing requires explicit user approval (plus per-user autonomy preferences and an optional monthly budget cap, enforced server-side).\n- **Every tool carries MCP annotations** (`readOnlyHint` / `destructiveHint`) so clients can gate confirmations appropriately.\n\n## Security & privacy\n\n- The server is closed-source and runs entirely on TakoCode's infrastructure; connecting a client grants it scoped access to *your* TakoCode account only, via OAuth.\n- Tokens are bearer-scoped to your account; revoke access any time from your TakoCode settings.\n- [Privacy policy](https://takocode.com/privacy) · [Terms](https://takocode.com/terms) · [Support](https://takocode.com/support)\n- Vulnerability reports: see [SECURITY.md](SECURITY.md).\n\n## License\n\nThe contents of this repository (documentation and listing metadata) are MIT-licensed. The TakoCode platform and MCP server implementation are proprietary and are **not** part of this repository.\n",
  "bytes": 4886,
  "sha": "43005068078127da10b84ec435275fba7b560b248a40ec39543f54c625de18d6",
  "repo_slug": "takocode-chimera/takocode-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_takocode_takocode_2ca1c2cf/readme"
}