{
  "markdown": "# Chainstack MCP server\n\nThe Chainstack MCP server gives AI agents direct access to the Chainstack platform — deploy blockchain nodes, search documentation, and check platform status from any coding environment.\n\n**Live at [`mcp.chainstack.com`](https://mcp.chainstack.com)**\n\n## Quick start\n\nType this into any AI agent:\n\n```\nget mcp.chainstack.com\n```\n\nThe agent will fetch the onboarding page and walk you through setup. Works with Claude Code, Cursor, Codex, Windsurf, Gemini CLI, GitHub Copilot, Antigravity, Claude.ai, and ChatGPT.\n\n## Tools\n\n**No API key needed:**\n- `search_docs` — search Chainstack documentation\n- `get_doc_page` — fetch full doc page content\n- `get_platform_status` — check platform status and incidents\n- `contact_chainstack` — send a message to Chainstack (sales, support, or general questions)\n- `get_chainstack_pricing` — live pricing snapshot: plan tiers, feature matrix, add-ons, and the per-chain dedicated-node catalog\n\n**API key required** ([get one here](https://console.chainstack.com/user/settings/api-keys)):\n- `get_organization`, `list_projects`, `create_project`, `get_project`, `update_project`, `delete_project`\n- `list_nodes`, `get_node`, `create_node`, `update_node`, `delete_node`, `get_deployment_options`\n- `request_testnet_funds` — top up a testnet address from the Chainstack faucet (12 networks across EVM, Solana, and TON)\n\n## Two ways to use\n\n### Option 1: Install as a skill (lean context)\n\nCross-agent, via the [`skills`](https://github.com/vercel-labs/skills) CLI — it auto-detects your installed agent (50+ supported, including Claude Code, Cursor, Codex, Windsurf, Antigravity, GitHub Copilot, Pi, and OpenCode):\n\n```bash\nnpx skills add chainstacklabs/mcp-server\n```\n\nThis installs the bundled [`skills/chainstack`](skills/chainstack/SKILL.md) skill.\n\n### Option 2: Register as an MCP server\n\n**VS Code** — Chainstack is in the GitHub MCP Registry, so VS Code installs it for you. Two ways:\n\n- **From inside VS Code** — open the Extensions view (`⇧⌘X` / `Ctrl+Shift+X`), search `@mcp chainstack`, and click **Install**. Right-click and choose **Install in Workspace** to write `.vscode/mcp.json` instead of your user profile.\n- **From the registry** — open the [Chainstack entry](https://github.com/mcp/com.chainstack/chainstack) and click **Install** > **Install in VS Code**.\n\nNeither needs an API key, which covers every tool that works unauthenticated.\n\n**Anywhere else:**\n\n```bash\nclaude mcp add --transport http chainstack https://mcp.chainstack.com/mcp -s user\n```\n\nSee [full setup guide](https://docs.chainstack.com/docs/chainstack-mcp-server) for all agents.\n\n## MCP registries\n\nListed in both public registries as `com.chainstack/chainstack`:\n\n- [GitHub MCP Registry](https://github.com/mcp/com.chainstack/chainstack) — the catalog VS Code surfaces in its Extensions view, with one-click install\n- [MCP Registry](https://registry.modelcontextprotocol.io) — the official registry that MCP clients read from\n\n```bash\ncurl \"https://registry.modelcontextprotocol.io/v0.1/servers?search=com.chainstack/chainstack&version=latest\"\n```\n\n[`server.json`](server.json) is the manifest. Its `version` field is a placeholder — the publish workflow derives the real value from the live server card at `mcp.chainstack.com`, which renders it from the deployed chart, so the registry entry cannot drift from what is actually running. Query the registry, not this file, to see what is published.\n\n## Issues & feature requests\n\nUse [Issues](https://github.com/chainstacklabs/mcp-server/issues) to:\n- Report bugs or unexpected behavior\n- Request new tools or features\n- Suggest improvements to any Chainstack product\n\n## Links\n\n- [Discovery page](https://mcp.chainstack.com/) — agent-readable onboarding\n- [Skill file](https://mcp.chainstack.com/skill) — for on-demand usage\n- [Documentation](https://docs.chainstack.com/docs/chainstack-mcp-server)\n",
  "bytes": 3898,
  "sha": "012aa7b74c03f1934b342a9ab092744b2293f014982d91b3d11723127e187327",
  "repo_slug": "chainstacklabs/mcp-server",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_chainstack_chainstack_74396749/readme"
}