https://github.com/chainstacklabs/mcp-server
Chainstack MCP server — issues, feature requests, and feedback
https://github.com/chainstacklabs/mcp-server
blockchain mcp
Last synced: about 1 month ago
JSON representation
Chainstack MCP server — issues, feature requests, and feedback
- Host: GitHub
- URL: https://github.com/chainstacklabs/mcp-server
- Owner: chainstacklabs
- Created: 2026-04-09T10:07:06.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-06-02T05:33:22.000Z (about 1 month ago)
- Last Synced: 2026-06-02T07:22:14.465Z (about 1 month ago)
- Topics: blockchain, mcp
- Homepage: https://mcp.chainstack.com
- Size: 29.3 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Chainstack MCP server
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`](https://mcp.chainstack.com)**
## Quick start
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.
## Tools
**No API key needed:**
- `search_docs` — search Chainstack documentation
- `get_doc_page` — fetch full doc page content
- `get_platform_status` — check platform status and incidents
- `contact_chainstack` — send a message to Chainstack (sales, support, or general questions)
- `get_chainstack_pricing` — live pricing snapshot: plan tiers, feature matrix, add-ons, and the per-chain dedicated-node catalog
**API key required** ([get one here](https://console.chainstack.com/user/settings/api-keys)):
- `get_organization`, `list_projects`, `create_project`, `get_project`, `update_project`, `delete_project`
- `list_nodes`, `get_node`, `create_node`, `update_node`, `delete_node`, `get_deployment_options`
- `request_testnet_funds` — top up a testnet address from the Chainstack faucet (12 networks across EVM, Solana, and TON)
## Two ways to use
### Option 1: Install as a skill (lean context)
Cross-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):
```bash
npx skills add chainstacklabs/mcp-server
```
This installs the bundled [`skills/chainstack`](skills/chainstack/SKILL.md) skill.
### Option 2: Register as an MCP server
```bash
claude mcp add --transport http chainstack https://mcp.chainstack.com/mcp -s user
```
See [full setup guide](https://docs.chainstack.com/docs/chainstack-mcp-server) for all agents.
## Issues & feature requests
Use [Issues](https://github.com/chainstacklabs/chainstack-mcp/issues) to:
- Report bugs or unexpected behavior
- Request new tools or features
- Suggest improvements to any Chainstack product
## Links
- [Discovery page](https://mcp.chainstack.com/) — agent-readable onboarding
- [Skill file](https://mcp.chainstack.com/skill) — for on-demand usage
- [Documentation](https://docs.chainstack.com/docs/chainstack-mcp-server)