The 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.
Live at mcp.chainstack.com
Type this into any AI agent:
get mcp.chainstack.com
The 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.
No API key needed:
search_docs— search Chainstack documentationget_doc_page— fetch full doc page contentget_platform_status— check platform status and incidents
API key required (get one here):
get_organization,list_projects,create_project,get_project,update_project,delete_projectlist_nodes,get_node,create_node,update_node,delete_node,get_deployment_options
mkdir -p ~/.claude/skills/chainstack
curl -o ~/.claude/skills/chainstack/SKILL.md https://mcp.chainstack.com/skillclaude mcp add --transport http chainstack https://mcp.chainstack.com/mcp -s userSee full setup guide for all agents.
Use Issues to:
- Report bugs or unexpected behavior
- Request new tools or features
- Suggest improvements to any Chainstack product
- Discovery page — agent-readable onboarding
- Skill file — for on-demand usage
- Documentation