Developer Tools
nodeflare.app
Provides EVM blockchain data including chain info, balances, gas prices, and transactions.
ENDPOINT 1
https://mcp.nodeflare.app/mcp
MCP server metadata
- Name
- nodeflare
- Version
- 0.7.0
Known tools 16
list_chainsList the EVM chains NodeFlare serves, with chain IDs and endpoint URLs.
Inferred read-onlyget_balanceGet the native-token balance of an address — raw wei plus a human-readable amount in the chain's currency.
Inferred read-onlyget_transactionGet a transaction by its hash (from, to, value, input, block, gas).
Inferred read-onlyget_transaction_receiptGet the receipt of a transaction by hash (status, logs, gas used).
Inferred read-onlyeth_callExecute a read-only contract call (eth_call) and return the raw result.
Potential side effectsget_multichain_balancesNative + ERC-20 token balances (USD-priced) for ONE address across many of NodeFlare's 23 EVM chains in a SINGLE call — including young chains (Robinhood, Plasma, Ink) that Alchemy/Moralis omit.
Inferred read-onlyget_token_allowancesERC-20 allowances/approvals a wallet has granted — what it has approved and for how much — across many of NodeFlare's 23 EVM chains in ONE call, including young chains (Robinhood, Plasma, Ink) that revoke.cash-style tools skip.
Inferred read-onlyget_wallet_reportThe full agent-ready 'know this wallet' report in ONE call: native + ERC-20 balances (USD-priced), a rolled-up total and top holdings, and the active token approvals (revoke risk) across many of NodeFlare's 23 EVM chains — including young chains (Robinhood, Plasma, Ink) that other tools skip.
Inferred read-onlysimulate_transactionTransaction pre-flight on one chain: if you send this tx, will it revert (and why), how much gas does it take, and which tokens/ETH move?
Potential side effectsonchain_answerAsk a natural-language question about any wallet or token across NodeFlare's 23 EVM chains — incl.
Inferred read-onlyCONNECT 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.nodeflare]
url = "https://mcp.nodeflare.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"nodeflare": {
"type": "http",
"url": "https://mcp.nodeflare.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: nodeflare
Remote MCP URL: https://mcp.nodeflare.app/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": {
"nodeflare": {
"url": "https://mcp.nodeflare.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"nodeflare": {
"type": "http",
"url": "https://mcp.nodeflare.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "nodeflare",
"transport": "streamable-http",
"url": "https://mcp.nodeflare.app/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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.