Nodeflare
Read on-chain data across 23 EVM chains — Ethereum, Base, Arbitrum, Optimism, BNB, plus young chains like Robinhood, Plasma and Ink — from an independent…
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- List Chains: List the EVM chains NodeFlare serves, with chain IDs and endpoint URLs.
- Get Block Number: Get the latest block number on a chain (decimal and hex).
- Get Balance: Get the native-token balance of an address — raw wei plus a human-readable amount in the chain's currency.
What data it sees
Do you need an account
No: the server works without sign-in
Read on-chain data across 23 EVM chains — Ethereum, Base, Arbitrum, Optimism, BNB, plus young chains like Robinhood, Plasma and Ink — from an independent provider running its own nodes. Tools for balances, tokens, transactions, event logs and gas, with flexible chain input (slug, name, or chain ID). Free anonymous tier, no API key. Guided recipes included as MCP prompts.
Server tool list (10)
Raw names from tools/list. Only developers need these.
| list_chains | List the EVM chains NodeFlare serves, with chain IDs and endpoint URLs. |
| get_block_number | Get the latest block number on a chain (decimal and hex). |
| get_balance | Get the native-token balance of an address — raw wei plus a human-readable amount in the chain's currency. |
| get_gas_price | Get the current gas price on a chain (wei + gwei). |
| get_transaction | Get a transaction by its hash (from, to, value, input, block, gas). |
| get_transaction_receipt | Get the receipt of a transaction by hash (status, logs, gas used). |
| get_block | Get a block by number or tag ('latest', 'finalized', or a hex number). Set fullTransactions to include full tx objects. |
| eth_call | Execute a read-only contract call (eth_call) and return the raw result. |
| get_logs | Fetch contract event logs (eth_getLogs). Heavy method — needs a free API key; blocked on the anonymous remote endpoint. |
| rpc_call | Make any JSON-RPC call on any supported chain. Heavy methods (eth_getLogs, trace_*, debug_*) are blocked on the anonymous remote endpoint — use a free API key for those. |