Documentation Index
Fetch the complete documentation index at: https://docs.chainstack.com/llms.txt
Use this file to discover all available pages before exploring further.
Quick start
Type or paste this into any AI agent:The Chainstack MCP server gives AI agents direct access to the Chainstack platform — deploy blockchain nodes, search documentation, and check platform status, all from your coding environment. It works with Claude Code, Cursor, Codex, Windsurf, Gemini CLI, GitHub Copilot, Antigravity, Claude.ai, and ChatGPT. MCP (Model Context Protocol) is an open standard that lets AI applications connect to external tools and data sources. The Chainstack MCP server is a remote Streamable HTTP server — no local setup required.
Tools
No API key needed:| Tool | Description |
|---|---|
search_docs | Search Chainstack documentation — blockchain RPC methods, deployment guides, code examples |
get_doc_page | Fetch the full content of a documentation page |
get_platform_status | Check platform status, active incidents, and network health |
| Tool | Description |
|---|---|
get_organization | Get organization name and ID |
get_deployment_options | List available blockchain/cloud/region combinations |
list_projects | List all projects |
create_project | Create a new project |
get_project | Get project details |
update_project | Update a project’s name or description |
delete_project | Delete a project |
list_nodes | List all nodes with status and endpoints |
get_node | Get a node’s full details including RPC endpoints |
create_node | Deploy a new blockchain node |
update_node | Rename a node |
delete_node | Delete a node |
Option 1: Install as a skill
Save the SKILL.md to your agent’s skills directory. The agent calls tools via HTTP on demand — no MCP registration, no tools forced into context.| Agent | Skills directory |
|---|---|
| Claude Code / Cowork | ~/.claude/skills/chainstack/ |
| Codex / Gemini CLI / Antigravity / Copilot | ~/.agents/skills/chainstack/ |
| Cursor | ~/.cursor/skills/chainstack/ |
| Windsurf | ~/.codeium/windsurf/skills/chainstack/ |
Option 2: Register as an MCP server
Add the server to your agent’s configuration. Tools appear in context every session.Claude Code
Codex CLI
~/.codex/config.toml:
Cursor
Edit~/.cursor/mcp.json (global) or .cursor/mcp.json (project):
Windsurf
Edit~/.codeium/windsurf/mcp_config.json:
GitHub Copilot (VS Code)
Edit.vscode/mcp.json (workspace) or use Command Palette > “MCP: Open User Configuration” (global):
GitHub Copilot uses
servers as the root key, not mcpServers.Gemini CLI
~/.gemini/settings.json (global) or .gemini/settings.json (project):
Gemini CLI uses
httpUrl for Streamable HTTP endpoints, not url.Antigravity
Edit~/.gemini/antigravity/mcp_config.json:
Claude.ai
Settings > Connectors > Add custom connector > pastehttps://mcp.chainstack.com/mcp
ChatGPT
Settings > Apps & Connectors > Developer mode > Create > pastehttps://mcp.chainstack.com/mcp
Discovery
Visit mcp.chainstack.com for an agent-readable onboarding page. Point any agent at this URL (e.g., “get mcp.chainstack.com”) and it can read the page and self-configure.Endpoints
| Path | Description |
|---|---|
/ | Agent-readable discovery and onboarding page |
/mcp | MCP transport (Streamable HTTP) |
/skill | SKILL.md — full usage guide for on-demand skill mode |
/healthz | Liveness probe |
/readyz | Readiness probe |
Report issues
Found a bug or something not working as expected? Open an issue: Include what tool you called, what you expected, and what happened instead.Request features
Have an idea for a new tool or improvement? Open a feature request: Describe your use case — what you’re trying to accomplish and why the current tools don’t cover it.Changelog and updates
The changelog is maintained in the repository: To get notified of new releases and changes, watch the repository:- Go to chainstacklabs/mcp-server
- Click Watch > Custom > select Releases
- You’ll receive notifications when new versions are published