moltnode-mcp
Allows querying Ethereum blockchain via JSON-RPC calls (eth_*), including getting balances and block numbers, through the MoltNode RPC gateway.
Enables interaction with the Solana blockchain via JSON-RPC calls, such as retrieving block height and native balances, through the MoltNode RPC gateway.
Provides access to the Sui blockchain via JSON-RPC calls, including operations like reading block numbers and balances, through the MoltNode RPC gateway.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@moltnode-mcplatest block on Ethereum"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
moltnode-mcp
A Model Context Protocol server that gives any MCP client (Claude Desktop, Cursor, Cline, Windsurf, and friends) zero-config, no-key access to 31+ chains through the MoltNode RPC gateway. One URL per chain, for humans and agents.
The chain list is loaded live from https://moltnode.ag/api/chains at startup,
so new chains appear automatically with no upgrade needed.
Tools
Tool | What it does |
| Every reachable chain (slug, name, chainId, family, native currency). |
| Any JSON-RPC 2.0 call for EVM ( |
| Latest block height / slot for a chain. |
| Native balance of an EVM address (wei + decimal). |
No API keys. No signup. Upstream failover is handled by the gateway.
Related MCP server: dRPC Agent Skills
Install
Published on npm, no clone needed:
npx -y moltnode-mcpOr build from source to hack on it:
npm install && npm run buildUse it in an MCP client
Claude Desktop, in claude_desktop_config.json:
{
"mcpServers": {
"moltnode": {
"command": "npx",
"args": ["-y", "moltnode-mcp"]
}
}
}Cursor / Cline / Windsurf use the same shape in their MCP settings. To run from a local build instead of npx:
{
"mcpServers": {
"moltnode": { "command": "node", "args": ["/absolute/path/to/moltnode-mcp/dist/index.js"] }
}
}Then ask your agent: "What's the latest block on Base?" or "ETH balance of 0xd8dA…6045 on Ethereum?" and it routes through MoltNode with no setup.
Config
Env var | Default | Purpose |
|
| Point at a self-hosted gateway. |
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceMCP server with 43 tools for blockchain data — token lookups, wallet balances, live chain queries across 10+ networks, and full API documentation search.Last updated2771Apache 2.0

dRPC Agent Skillsofficial
Alicense-qualityDmaintenanceBlockchain RPC via DRPC. Exposes eth_call, eth_getBalance, gas estimation, and other JSON-RPC methods as MCP tools across 100+ blockchainsLast updated22MIT
aelf-node-skillofficial
Alicense-qualityDmaintenanceEnables interaction with AElf blockchain nodes, allowing users to read chain status, execute contract transactions, and manage custom nodes through MCP, CLI, or SDK.Last updated274MIT- AlicenseAqualityBmaintenanceA read-only MCP server that queries multichain EVM on-chain data through Blockscout REST API, providing tools for address info, transactions, logs, and more.Last updated1618MIT
Related MCP Connectors
Chainlist MCP — registry of EVM chains
Delora MCP server for cross-chain quotes, supported chains, tokens, and tools.
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tuantqse90/moltnode-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server