NOWNodes MCP Server for AI coding assistants

The Model Context Protocol Server connects your AI coding assistant to blockchain APIs — documentation search, request generation, and authentication guidance, right inside your workflow.

Developer
Generate a BSC balance request.
NOWNodes MCP Server
Found method:eth_getBalance
Protocol:JSON-RPC
Endpoint:https://bsc.nownodes.io
curl · BSC balance
curl -X POST https://bsc.nownodes.io \
  -H "api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "method": "eth_getBalance",
    "params": ["0x742d...", "latest"],
    "id": 1
  }'

120+

Blockchains

24/7

Support

200ms

Response time

99,95%

Uptime

The Block
Sony
Poloniex
Change NOW
Shapeshift
Coingate
Mercuryo
Exodus
Enjin
Crypto.com
ParibuNET
ADI Chain
CoinSwitch
Elliptic
Cake Wallet
Trust
BlockChair
Nexo
Tangem
CoinPaprika
CoinPedia

Traditional Docs vs. the NOWNodes MCP Server

This feature turns static API references into live, AI-ready development context — so your assistant acts on documented facts instead of guessing.

Traditional API docs

NOWNodes MCP Server

Find a method
Manual search across pages
Ask your AI assistant by chain, method, or use case
Understand parameters
Read and interpret references manually
Get structured method details and examples
Create a request
Copy, adapt, and test snippets
Generate curl, Node.js, or Python requests
Handle auth
Check separate docs
Request chain-specific API-key guidance
Use AI coding tools
Generic model guesses
Documentation-backed NOWNodes context

Traditional API docs

Find a method
Manual search across pages
Understand parameters
Read and interpret references manually
Create a request
Copy, adapt, and test snippets
Handle auth
Check separate docs
Use AI coding tools
Generic model guesses

NOWNodes MCP Server

Find a method
Ask your AI assistant by chain, method, or use case
Understand parameters
Get structured method details and examples
Create a request
Generate curl, Node.js, or Python requests
Handle auth
Request chain-specific API-key guidance
Use AI coding tools
Documentation-backed NOWNodes context

What Is the NOWNodes MCP Server

A documentation-backed bridge between your AI assistant and blockchain APIs — built for developers who ship.

Code Generation

Generate ready-to-run curl, JavaScript, and Python calls built from real API definitions — not the model's best guess.

Supported Clients

Claude Desktop, Cursor, VS Code, Windsurf, and any other MCP-compatible client.

Blockchain Access

Direct access to 120+ blockchain netwoks like Solana, Ethereum and Bitcoin for AI agents.

Faster Development

Less time reading documentation, more time building blockchain apps with an assistant that actually knows the API.

How to get started

Go from a natural-language question to a production-ready blockchain API request without leaving your editor.

1

Connect the MCP server

Add the Model Context Protocol Server to your AI client.

2

Authenticate

Use your API key to authenticate generated requests and examples.

3

Ask in natural language

Search docs, explore methods, or generate blockchain API requests.

4

Build faster

Move from documentation lookup to implementation without leaving your workflow.

claude_desktop_config.json
{
  "mcpServers": {
    "nownodes": {
      "command": "node",
      "args": [
        "/absolute/path/to/nownodes-mcp/dist/src/server.js"
      ]
    }
  }
}
View docs

How to Set Up MCP in an AI Coding Assistant

Now Available for Claude, Cursor, Codex and other AI Clients

terminal
claude mcp add --transport http nownodes https://mcp.nownodes.io/mcp \
  --header "Authorization: Bearer $NOWNODES_MCP_TOKEN"

Coverage

Built on selected documentation sources. 120+ networks are live — with more on the way.

Coverage area
Type
TON HTTP API V1
REST methods
BNB Smart Chain mainnet
EVM JSON-RPC
BSC Blockbook
REST endpoints
NOWNodes API keys
Auth guidance

Connect NOWNodes MCP to your development environment now

Add the server to your MCP-compatible client, provide your API key, and start generating blockchain requests directly from your AI assistant.

FAQ

What is an MCP server?

An MCP server is a program that gives an AI assistant a standard way to use real tools and data. It implements the Model Context Protocol (MCP) — an open standard for connecting large language models to external systems — and exposes capabilities the assistant can call.

How does an MCP server work?

An MCP-compatible client (Claude, Cursor, VS Code, and others) connects to the server and asks what it can do. The server describes its tools in plain language; when the assistant needs one, the client calls it, the server runs the action, and the result goes back to the model. Communication uses JSON-RPC, so one server works across every compatible client.

How is it different from calling the NOWNodes API directly?

Calling the API directly means you (or your AI assistant, guessing) still have to find the right method, format parameters, and get auth headers right. The MCP server hands your assistant documented methods, examples, and auth rules, so the request is correct the first time.

Which AI coding assistants does it work with?

Any MCP-compatible assistant, including Claude Desktop, Claude Code, Cursor, VS Code, and Windsurf.

Is the NOWNodes MCP Server free?

You connect it with a free NOWNodes API key, which the server uses in the requests it generates.

Which blockchains does it support today?

With the NOWNodes MCP Server, developers can access 120+ blockchain networks through AI coding assistants.

Does it require installation?

Yes. It runs as a local server: start it with Node and add it to your AI client's MCP config. Setup takes about a minute.

What can I build with it?

Anything that reads or writes blockchain data faster with AI help — wallets, explorers, trading tools, bots, AI agents, and backend services.

cookie

We use cookies to ensure you get the best experience.
By using NOWNodes, you agree to our Terms of Use and Privacy Policy.