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…
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- 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.
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
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.
Список инструментов сервера (10)
Технические названия из tools/list. Нужны только разработчикам.
| 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. |