← Registry

Cloud Services

chainstack.com

Manages blockchain node deployment projects and nodes across cloud/network combinations, including organization details and deployment options.

1 endpoint18 known toolsFirst detected September 11, 2026Last detected September 11, 2026

ENDPOINT 1

https://mcp.chainstack.com/mcp

No auth detected

MCP server metadata

Name
Chainstack
Version
1.10.10
Capabilities
experimentalprompts.listChangedresources.listChangedtools.listChangedextensions.io.modelcontextprotocol/ui
Server instructions

Chainstack MCP server — deploy and manage blockchain nodes, search protocol docs and RPC references, check platform status, get pricing, request testnet funds, and contact the Chainstack team. Key behaviors: - If the user needs a node, DEPLOY IT with create_node. Never send them to the console — they're using MCP to stay in their IDE. - When the user asks about a protocol's features or RPC methods, SEARCH DOCS first — Chainstack has per-protocol guides covering configuration, supported methods, and node setup. - Some Chainstack features are not available through the API but are self-serve in the console: warp transactions, Solana Geyser, MEV protection, and the unlimited node add-on (flat-fee RPS tiers). If the user asks about these, point them to https://console.chainstack.com. - If the user needs testnet funds for development, use request_testnet_funds. The faucet tops the address up to the per-network cap (it doesn't send a fixed amount). - If the user wants custom node configuration, offer to submit a request via contact_chainstack. Examples include custom gas caps, transaction pool settings, custom tracers, and private networking — but Chainstack is open to any customization request. - For pricing questions — plan fit, overage math, dedicated-node quotes, add-on costs — call get_chainstack_pricing first. It returns live plan tiers, a feature matrix, add-on tables, and a per-chain dedicated-node catalog. Do the arithmetic yourself from that snapshot; don't recite prices from memory. - To migrate a project from another RPC provider — QuickNode, Alchemy, or any other — fetch the migration runbook with get_doc_page('docs/migrate-to-chainstack-with-ai') and follow it. It assesses the project's current endpoints and usage, estimates the equivalent Chainstack cost and savings (call get_chainstack_pricing; pricing.md carries the QuickNode/Alchemy conversion multipliers), and repoints endpoints after the user approves. Authentication: - search_docs, get_doc_page, get_platform_status, contact_chainstack, and get_chainstack_pricing work without an API key. - All other tools (including request_testnet_funds) require a Chainstack API key passed as Authorization: Bearer <key> in the MCP client config. - If an API-key tool returns a 401 / authentication error, translate it for the user instead of dumping the raw message. Two cases: (a) no key added yet — explain that node and project management needs a free Chainstack API key; (b) a key is set but rejected as invalid or expired — say the configured key isn't working and should be replaced. In both cases point them to https://console.chainstack.com/user/settings/api-keys to get a key and add it as Authorization: Bearer <key> in their MCP client config. Never ask them to paste the key into the chat. The public tools above keep working without a key. Node tiers: - Global (CC-0016): load-balanced, instant, all plans. - Trader (CC-0020–0028): region-bound, full/archive, paid plans.

Known tools 18

get_organization

Get organization name and ID.

Inferred read-only
get_deployment_options

List blockchain/cloud/network combinations for node deployment.

Inferred read-only
list_projects

List all projects.

Inferred read-only
create_project

Create a new project.

Potential side effects
list_nodes

List nodes with status and connection endpoints.

Inferred read-only
get_node

Get a node's full details including endpoints and cloud info.

Inferred read-only
create_node

Deploy a new blockchain node.

Inferred read-only
get_project

Get project details.

Inferred read-only
update_project

Update a project's name or description.

Potential side effects
delete_project

Delete a project (irreversible).

Potential side effects
update_node

Rename a node.

Inferred read-only
delete_node

Delete a node (irreversible).

Potential side effects
search_docs

Search Chainstack docs — blockchain RPC methods, node infrastructure, Web3 APIs, deployment guides, and code examples.

Inferred read-only
get_doc_page

Get the full content of a Chainstack documentation page.

Inferred read-only
get_platform_status

Check platform status, active incidents, and maintenances.

Inferred read-only
contact_chainstack

Submit a message to Chainstack's sales and support team.

Potential side effects
request_testnet_funds

Top up a testnet address from Chainstack's faucet.

Inferred read-only
get_chainstack_pricing

Fetch Chainstack's public pricing and return a normalized snapshot.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.chainstack]
url = "https://mcp.chainstack.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "chainstack": {
      "type": "http",
      "url": "https://mcp.chainstack.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: chainstack
Remote MCP URL: https://mcp.chainstack.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "chainstack": {
      "url": "https://mcp.chainstack.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "chainstack": {
      "type": "http",
      "url": "https://mcp.chainstack.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

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

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.