mcpserver.lol
registry/chainstack
Connection check verified live · 20h ago

chainstack

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

Tools 18
GitHub stars 4
Installs / wk
Licence MIT
Transport streamable-http
Last checked 20h ago

Tools & capabilities

18 tools

Read from the running server on 20h ago.

contact_chainstack can modify data name*email*message*category
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 (Ent…
create_node name*cloud*project*blockchain*
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…
create_project name*description
Create a new project. Args: name: Project name. description: Optional description.
delete_node can modify data node_id*
Delete a node (irreversible). Args: node_id: Node ID (e.g., ND-123-456-789).
delete_project can modify data project_id*
Delete a project (irreversible). Args: project_id: Project ID (e.g., PR-123-456-789).
get_chainstack_pricing read-only
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…
get_deployment_options read-only
List blockchain/cloud/network combinations for node deployment. Call before create_node to get valid blockchain and cloud IDs.
get_doc_page read-only 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 resul…
get_node read-only node_id*
Get a node's full details including endpoints and cloud info. Args: node_id: Node ID (e.g., ND-123-456-789).
get_organization read-only
Get organization name and ID.
get_platform_status read-only network
Check platform status, active incidents, and maintenances. Args: network: Optional filter (e.g., "ethereum"). Without it, returns overall status and incidents onl…
get_project read-only project_id*
Get project details. Args: project_id: Project ID (e.g., PR-123-456-789).
list_nodes read-only project_id
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 th…
list_projects read-only
List all projects. Projects are containers for nodes.
request_testnet_funds can modify data address*network*
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 a…
search_docs read-only query*
Search Chainstack docs — blockchain RPC methods, node infrastructure, Web3 APIs, deployment guides, and code examples. Args: query: Search query (e.g., "deploy ethereum node",…
update_node can modify data name*node_id*
Rename a node. Args: node_id: Node ID (e.g., ND-123-456-789). name: New name.
update_project can modify data nameproject_id*description
Update a project's name or description. Args: project_id: Project ID (e.g., PR-123-456-789). name: New name. description: New description.