← Registry

Developer Tools

nodeflare.app

Provides EVM blockchain data including chain info, balances, gas prices, and transactions.

x402 supported1 endpoint16 known toolsFirst detected July 25, 2026Last detected August 6, 2026

ENDPOINT 1

https://mcp.nodeflare.app/mcp

No auth detected

MCP server metadata

Name
nodeflare
Version
0.7.0
Capabilities
toolsprompts

Known tools 16

list_chains

List the EVM chains NodeFlare serves, with chain IDs and endpoint URLs.

Inferred read-only
get_block_number

Get the latest block number on a chain (decimal and hex).

Inferred read-only
get_balance

Get the native-token balance of an address — raw wei plus a human-readable amount in the chain's currency.

Inferred read-only
get_gas_price

Get the current gas price on a chain (wei + gwei).

Inferred read-only
get_transaction

Get a transaction by its hash (from, to, value, input, block, gas).

Inferred read-only
get_transaction_receipt

Get the receipt of a transaction by hash (status, logs, gas used).

Inferred read-only
get_block

Get a block by number or tag ('latest', 'finalized', or a hex number).

Inferred read-only
eth_call

Execute a read-only contract call (eth_call) and return the raw result.

Potential side effects
get_logs

Fetch contract event logs (eth_getLogs).

Inferred read-only
rpc_call

Make any JSON-RPC call on any supported chain.

Inferred read-only
get_multichain_balances

Native + 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-only
get_token_allowances

ERC-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-only
get_wallet_report

The 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-only
simulate_transaction

Transaction 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 effects
check_token_safety

Risk-check an ERC-20 token on one chain before trading it.

Inferred read-only
onchain_answer

Ask a natural-language question about any wallet or token across NodeFlare's 23 EVM chains — incl.

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.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.

Indexed

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