Chainstack
com.chainstack/chainstackDeploy and manage blockchain nodes across 70+ protocols, search docs, request testnet funds.
Tools · 18
Get organization name and ID.
List blockchain/cloud/network combinations for node deployment. Call before create_node to get valid blockchain and cloud IDs.
List all projects. Projects are containers for nodes.
Create a new project. Args: name: Project name. description: Optional description.
List nodes with status and connection endpoints. Args: project_id: Optional project ID to filter by (e.g., PR-123-456-789). If omitted, returns all nodes in the organization.
Get a node's full details including endpoints and cloud info. Args: node_id: Node ID (e.g., ND-123-456-789).
Deploy a new blockchain node. Call get_deployment_options first for valid IDs. Trader nodes are region-bound (e.g., London, Ashburn, Singapore). Always confirm the region with the user before deployi…
Get project details. Args: project_id: Project ID (e.g., PR-123-456-789).
Update a project's name or description. Args: project_id: Project ID (e.g., PR-123-456-789). name: New name. description: New description.
Delete a project (irreversible). Args: project_id: Project ID (e.g., PR-123-456-789).
Rename a node. Args: node_id: Node ID (e.g., ND-123-456-789). name: New name.
Delete a node (irreversible). Args: node_id: Node ID (e.g., ND-123-456-789).
Search Chainstack docs — blockchain RPC methods, node infrastructure, Web3 APIs, deployment guides, and code examples. Args: query: Search query (e.g., "deploy ethereum node", "eth_call").
Get the full content of a Chainstack documentation page. Use after search_docs to fetch the complete page when a snippet isn't enough. Args: page: Page path from search results — pass the `page`…
Check platform status, active incidents, and maintenances. Args: network: Optional filter (e.g., "ethereum"). Without it, returns overall status and incidents only.
Submit a message to Chainstack's sales and support team. Use when the user wants to ask about pricing, get a custom quote, request a plan upgrade, request node customizations (Enterprise), report a p…
Top up a testnet address from Chainstack's faucet. The faucet does not send a fixed amount — it tops the address up to the per-network maximum (e.g. 0.5 ETH for sepolia). If the address already sits …
Fetch Chainstack's public pricing and return a normalized snapshot. Use this to answer pricing questions before quoting the user: plan fit, overage math, per-chain dedicated-node costs, and add-on pr…
Resources · 2
Work with the Chainstack MCP server to manage blockchain nodes and projects. Use when deploying nodes, migrating to Chainstack from another RPC provider such as QuickNode or Alchemy, checking platform…
skill://chainstack/SKILL.md
File listing for chainstack
skill://chainstack/_manifest
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"chainstack": {
"url": "https://mcp.chainstack.com/mcp",
"transport": "streamable-http"
}
}
}