Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Chainstack

com.chainstack/chainstack

Deploy and manage blockchain nodes across 70+ protocols, search docs, request testnet funds.

Uptime
100.0%
1 direct probes · 30d
Response
1617ms
last probe
Tools
18
callable
Resources
2
readable
Prompts
0
available

Tools · 18

get_organization

Get organization name and ID.

get_deployment_options

List blockchain/cloud/network combinations for node deployment. Call before create_node to get valid blockchain and cloud IDs.

list_projects

List all projects. Projects are containers for nodes.

create_project

Create a new project. Args: name: Project name. description: Optional description.

list_nodes

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_node

Get a node's full details including endpoints and cloud info. Args: node_id: Node ID (e.g., ND-123-456-789).

create_node

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

Get project details. Args: project_id: Project ID (e.g., PR-123-456-789).

update_project

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_project

Delete a project (irreversible). Args: project_id: Project ID (e.g., PR-123-456-789).

update_node

Rename a node. Args: node_id: Node ID (e.g., ND-123-456-789). name: New name.

delete_node

Delete a node (irreversible). Args: node_id: Node ID (e.g., ND-123-456-789).

search_docs

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_doc_page

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`…

get_platform_status

Check platform status, active incidents, and maintenances. Args: network: Optional filter (e.g., "ethereum"). Without it, returns overall status and incidents only.

contact_chainstack

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…

request_testnet_funds

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 …

get_chainstack_pricing

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

chainstack/SKILL.md

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
chainstack/_manifest

File listing for chainstack

skill://chainstack/_manifest

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "chainstack": {
      "url": "https://mcp.chainstack.com/mcp",
      "transport": "streamable-http"
    }
  }
}