Chainstack Self-Hosted is now available! Launch production-grade blockchain nodes on infrastructure you control.    Get started
  • Pricing
  • Docs

MCP for Web3 builders: Chainstack unified MCP server

Created Jun 25, 2025 Updated May 5, 2026
Yh5baeaaaaalaaaaaabaaeaaaibraa7 logo

AI agents, LLMs, coding copilots—whatever you call them—are becoming real collaborators. But they’ve been blind to what matters most: your infrastructure.

Chainstack MCP server fixes that. They give models structured access to live docs, RPC data, smart contract storage, and full on-chain state. It’s like putting your AI on blockchain steroids.

The way we write and ship code is evolving. With AI models embedded in IDEs and toolchains, development is no longer a solo process. But while AI can write code, summarize APIs, and generate test cases—it still can’t see what’s really happening on your infrastructure.

That changes now.

What is MCP?

The Model Context Protocol (MCP) is a new standard that allows AI agents to securely access external environments—documentation, APIs, infrastructure, and more.

Most LLMs are sandboxed. They don’t know anything about your dev stack unless you explicitly feed them the context. That’s a major limitation when working with fast-evolving systems like blockchain.

MCP removes that barrier. It allows models to retrieve relevant docs, run live queries, inspect on-chain state, and perform safe, read-only operations—on demand.

This turns AI from a code generator into a context-aware partner.

Chainstack unified MCP server

Everything is now in one place. The Chainstack MCP server at mcp.chainstack.com/mcp combines documentation search, platform management, and live RPC access into a single endpoint — no local setup, no separate installs.

Your AI agent can:

Available tools

No API key required:

ToolWhat it does
search_docsSearch Chainstack documentation — RPC methods, deployment guides, code examples
get_doc_pageFetch the full content of any documentation page
get_platform_statusCheck platform status, active incidents, and network health
get_chainstack_pricingGet current pricing information
contact_chainstackReach the Chainstack team

API key required (get one at console.chainstack.com/user/settings/api-keys):

ToolWhat it does
get_organizationGet your organization name and ID
get_deployment_optionsList available blockchain, cloud, and region combinations
list_projectsList all your projects
create_projectCreate a new project
list_nodesList all nodes with status and endpoints
get_nodeGet a node’s full details including RPC endpoints
create_nodeDeploy a new blockchain node
delete_nodeDelete a node
request_testnet_fundsRequest testnet tokens

Connect in seconds

Quickest setup

Paste this into Claude Code, Cursor, or any MCP-compatible agent:

get mcp.chainstack.com

The agent will open the discovery page and handle all configuration steps automatically.

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "chainstack": {
      "command": "npx",
      "args": ["mcp-remote", "https://mcp.chainstack.com/mcp"]
    }
  }
}

Fully quit Claude Desktop and relaunch. Full guide: How to connect Chainstack MCP server to Claude.

Claude Code

claude mcp add --transport http chainstack https://mcp.chainstack.com/mcp --scope user

Cursor

Add to ~/.cursor/mcp.json:

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

Windsurf

Add to ~/.codeium/windsurf/mcp_config.json:

{
  "mcpServers": {
    "chainstack": {
      "serverUrl": "https://mcp.chainstack.com/mcp"
    }
  }
}

Why this matters

AI tools are increasingly central to modern development. But their usefulness depends entirely on the quality of their context and access to the right tools.

Chainstack MCP provides that context—first through documentation, then through access to infrastructure. Models no longer hallucinate RPC methods or guess contract formats. They check the docs, validate with live calls, and help you make decisions based on real data.

This is how you move from prompt-based coding to AI-native development workflows.

Start building

The Chainstack MCP server is live at mcp.chainstack.com.

If you’re building with Claude, Cursor, Windsurf, or any MCP-enabled assistant — this is the missing link.

AI meets RPC. And the future of autonomous development starts here.

Power-boost your project on Chainstack

Have you already explored what you can achieve with Chainstack? Get started for free today.

SHARE THIS ARTICLE
Paul1 530x281 logo

Perspectives with Paul Sitoh – part 1

We sat down with Paul Sitoh virtually, with him in London and us in Singapore. Paul has extensive experience working on blockchain and cloud technologies…In this inaugural two-part interview as part of Chainstack’s Perspectives series on our blog, we discuss his journey into the world of the blockchain…

Chainstack Avatar@3x logo
Chainstack
Dec 21
Customer Stories

BonusTrade.AI

BonusTrade.AI unlocks real-time crypto market insights with low latency and high-performance Chainstack infrastructure.

Eldarune

Eldarune successfully tackled multichain performance bottlenecks for a superior AI-driven Web3 gaming experience.