Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.Nodeflare-app/nodeflare-mcp

NPM · NODEFLARE-MCP · SCANNED SEP 20

Blockchain JSON-RPC on 23 EVM chains for AI agents - free tier, API key, or x402 pay-per-call.

Available components

0 this week 94 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security99
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 114 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency97
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to Nodeflare-app/nodeflare-mcp). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 53 days ago).Pass
  • Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability85
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 2669 tokens (~127/item across 21 items; 21 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management93
  • Stability observed for 28 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "eth_call" implies "execute" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 21 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.Nodeflare-app/nodeflare-mcp server?

io.github.Nodeflare-app/nodeflare-mcp runs locally as an npm package, launched with npx -y nodeflare-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · nodeflare-mcp

# add to Claude Code
claude mcp add nodeflare-app-nodeflare-mcp -- npx -y nodeflare-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "nodeflare-app-nodeflare-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "nodeflare-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "nodeflare-app-nodeflare-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "nodeflare-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add nodeflare-app-nodeflare-mcp -- npx -y nodeflare-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "nodeflare-app-nodeflare-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "nodeflare-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add nodeflare-app-nodeflare-mcp --command npx --arg -y --arg nodeflare-mcp
# ~/.hermes/config.yaml
mcp_servers:
  nodeflare-app-nodeflare-mcp:
    command: "npx"
    args: ["-y", "nodeflare-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "nodeflare-app-nodeflare-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "nodeflare-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add nodeflare-app-nodeflare-mcp -t stdio -c npx -a -y nodeflare-mcp
// mcp.json
{
  "mcpServers": {
    "nodeflare-app-nodeflare-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "nodeflare-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 15 Sept 26 −3
    • Stability: pass → 0.77 functional
  • 14 Sept 26 +1
    • Stability: 0.97 → pass security
  • 11 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 9 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 8 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 7 Sept 26 +1
    • Stability: 0.97 → pass security
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/nodeflare-mcp@0.8.0

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo Nodeflare-app/nodeflare-mcp
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/Nodeflare-app/nodeflare-mcp/.github/workflows/publish.yml@refs/tags/v0.8.0
Rekor log index 2275046404
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:deb93856339e529348e037f8c53ab0bc602a339cea931069155a8f95abd48820e0386215dc3d343351df0064d5938fd8398de671aec85d02979a7d5b2

Background: How many MCP packages publish verified provenance →

Dependencies 114 packages
Packages resolved 114
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 21 exposed · ~2,669 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
check_token_safety ~139

Risk-check an ERC-20 before trading it: metadata, contract + ownership status, upgradeable-proxy detection, holder concentration, and a transfer/honeypot simulation → risk signals + a score. The deep checks (concentration, honeypot) are heavy: needs NODEFLARE_API_KEY or X402_PRIVATE_KEY. Works on young chains (Zircuit, Robinhood, Plasma, Ink) that big indexers leave empty.

NameTypeReqDescription
chainstringyesChain — slug (eth, base, robinhood…), name, or chain ID
tokenstringyes0x ERC-20 contract address to check

No output schema declared.

No examples provided.

compare_gas ~80

Compare current gas price ACROSS chains in one call — gwei per chain, cheapest first, so an agent can pick where to transact. Defaults to the majors (eth, base, arb, op, bnb, polygon); pass chains to override.

NameTypeReqDescription
chainsarrayChains to compare — slug/name/ID; defaults to the majors

No output schema declared.

No examples provided.

eth_call ~125

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

NameTypeReqDescription
chainstringyesChain to query. Accepts a slug (eth, base, arb, op, robinhood…), a common name (ethereum, arbitrum, optimism, bsc), or a numeric chain ID (1, 8453). Call list_chains for all valid values.
datastringyesABI-encoded calldata (0x…)
fromstringOptional caller address or ENS name
tostringyesContract address or ENS name

No output schema declared.

No examples provided.

get_balance ~123

Get the native-token balance of an address — raw wei plus a human-readable amount in the chain's native currency. The address may be an ENS name (e.g. 'vitalik.eth').

NameTypeReqDescription
addressstringyes0x-address or ENS name
chainstringyesChain to query. Accepts a slug (eth, base, arb, op, robinhood…), a common name (ethereum, arbitrum, optimism, bsc), or a numeric chain ID (1, 8453). Call list_chains for all valid values.

No output schema declared.

No examples provided.

get_block ~141

Get a block by number or tag (e.g. 'latest', 'finalized', or a hex number). Set fullTransactions to include full tx objects instead of hashes.

NameTypeReqDescription
blockstringHex block number or tag ('latest', 'finalized', 'safe', 'earliest')
chainstringyesChain to query. Accepts a slug (eth, base, arb, op, robinhood…), a common name (ethereum, arbitrum, optimism, bsc), or a numeric chain ID (1, 8453). Call list_chains for all valid values.
fullTransactionsbooleanInclude full transaction objects

No output schema declared.

No examples provided.

get_block_number ~83

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

NameTypeReqDescription
chainstringyesChain to query. Accepts a slug (eth, base, arb, op, robinhood…), a common name (ethereum, arbitrum, optimism, bsc), or a numeric chain ID (1, 8453). Call list_chains for all valid values.

No output schema declared.

No examples provided.

get_gas_price ~100

Get current gas pricing on a chain: base gas price and the suggested priority fee (EIP-1559), both in wei (hex).

NameTypeReqDescription
chainstringyesChain to query. Accepts a slug (eth, base, arb, op, robinhood…), a common name (ethereum, arbitrum, optimism, bsc), or a numeric chain ID (1, 8453). Call list_chains for all valid values.

No output schema declared.

No examples provided.

get_logs ~167

Fetch contract event logs (eth_getLogs). Heavy method: needs NODEFLARE_API_KEY or an x402 wallet (X402_PRIVATE_KEY) — costs ~$0.001 via x402.

NameTypeReqDescription
addressstringContract address filter
chainstringyesChain to query. Accepts a slug (eth, base, arb, op, robinhood…), a common name (ethereum, arbitrum, optimism, bsc), or a numeric chain ID (1, 8453). Call list_chains for all valid values.
fromBlockstringyesHex block number or tag, e.g. '0x112a880' or 'latest'
toBlockstringyesHex block number or tag
topicsarrayTopic filters

No output schema declared.

No examples provided.

get_multichain_balances ~330

Get native + ERC-20 token balances for one address across many of the 23 EVM chains in a SINGLE call — including young chains (Robinhood, Plasma, Ink) that Alchemy/Moralis omit. With an x402 wallet (X402_PRIVATE_KEY) this is paid per request (~$0.0003/chain); otherwise it uses the free public tier.

NameTypeReqDescription
addressstringyes0x-address to look up
chainsarrayChains to include — slug, name, or chain ID; defaults to all 23
discoverbooleanAuto-discover the ERC-20 tokens the address holds via Transfer logs. Needs an x402 wallet (heavy method). Comprehensive on young chains; large chains cap the scan — narrow with fromBlock.
fromBlockstringStart block for discovery (hex or 'earliest'); narrow the window on high-history chains
includeDustbooleanDiscovery only: keep dust balances below 1e-9 units. Default false.
includeSpambooleanDiscovery only: keep tokens with no DefiLlama price (likely spam/airdrops) on price-covered chains. Default false.
minUsdnumberDiscovery only: drop discovered tokens worth less than this USD value on price-covered chains (default 0.01, filters near-worthless spam). Set 0 to keep any priced token.
tokensobjectERC-20 contract addresses per chain, e.g. { base: ['0x833589…'] }

No output schema declared.

No examples provided.

get_token_allowances ~129

ERC-20 approvals a wallet has granted (what it approved and for how much) across many of the 23 EVM chains in ONE call — including young chains (Robinhood, Plasma, Ink) that revoke.cash-style tools skip. Scans Approval logs, reads the live allowance, drops revoked ones, flags unlimited approvals. Heavy: needs NODEFLARE_API_KEY or X402_PRIVATE_KEY.

NameTypeReqDescription
addressstringyes0x owner/approver address to look up
chainsarrayChains to include — slug/name/ID; defaults to all 23

No output schema declared.

No examples provided.

get_token_balance ~122

Get an ERC-20 token balance for an address, returned both raw and human-readable (uses the token's decimals and symbol).

NameTypeReqDescription
addressstringyesHolder address or ENS name to check
chainstringyesChain to query. Accepts a slug (eth, base, arb, op, robinhood…), a common name (ethereum, arbitrum, optimism, bsc), or a numeric chain ID (1, 8453). Call list_chains for all valid values.
tokenstringyesERC-20 contract address

No output schema declared.

No examples provided.

get_token_metadata ~103

Get ERC-20 token metadata: name, symbol, decimals and total supply (raw + human-readable).

NameTypeReqDescription
chainstringyesChain to query. Accepts a slug (eth, base, arb, op, robinhood…), a common name (ethereum, arbitrum, optimism, bsc), or a numeric chain ID (1, 8453). Call list_chains for all valid values.
tokenstringyesERC-20 contract address

No output schema declared.

No examples provided.

get_token_price ~157

Current USD price of an ERC-20 token from DefiLlama (free, keyless): price + symbol + confidence, or null for unlisted/thin-market tokens. Well-covered chains only (eth, base, bnb, arb, op, avax, polygon, linea, mantle, sonic, unichain, sei, cronos).

NameTypeReqDescription
chainstringyesChain to query. Accepts a slug (eth, base, arb, op, robinhood…), a common name (ethereum, arbitrum, optimism, bsc), or a numeric chain ID (1, 8453). Call list_chains for all valid values.
tokenstringyes0x ERC-20 contract address

No output schema declared.

No examples provided.

get_transaction ~101

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

NameTypeReqDescription
chainstringyesChain to query. Accepts a slug (eth, base, arb, op, robinhood…), a common name (ethereum, arbitrum, optimism, bsc), or a numeric chain ID (1, 8453). Call list_chains for all valid values.
hashstringyes0x-transaction hash

No output schema declared.

No examples provided.

get_transaction_receipt ~100

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

NameTypeReqDescription
chainstringyesChain to query. Accepts a slug (eth, base, arb, op, robinhood…), a common name (ethereum, arbitrum, optimism, bsc), or a numeric chain ID (1, 8453). Call list_chains for all valid values.
hashstringyes0x-transaction hash

No output schema declared.

No examples provided.

get_wallet_report ~129

The full agent-ready 'know this wallet' report in ONE call: native + ERC-20 balances (USD-priced), a rolled-up total + top holdings, AND the active token approvals (revoke risk) across many of the 23 EVM chains — including young chains big indexers skip. The approvals half is heavy: needs NODEFLARE_API_KEY or X402_PRIVATE_KEY (balances/USD come back either way).

NameTypeReqDescription
addressstringyes0x-address to report on
chainsarrayChains to include — slug/name/ID; defaults to all 23

No output schema declared.

No examples provided.

list_chains ~28

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

onchain_answer ~151

Onchain Answer Engine: ask a plain-English question about any wallet or token across the 23 EVM chains and get back a CITED verdict in one call — 'is token 0x… on <chain> a scam?', 'what does wallet 0x… hold?'. NodeFlare plans the on-chain lookups, runs them on its own nodes, and synthesizes a sourced answer. Paid: needs NODEFLARE_API_KEY or X402_PRIVATE_KEY (no free anonymous tier — it runs on a GPU).

NameTypeReqDescription
questionstringyesNatural-language question about a wallet or token, e.g. 'Is token 0xdAC17…ec7 on eth a scam?'

No output schema declared.

No examples provided.

resolve_ens ~79

Resolve an ENS name to an address (forward), or a 0x-address to its primary ENS name (reverse). ENS is read from Ethereum mainnet.

NameTypeReqDescription
namestringyesAn ENS name like 'vitalik.eth' to resolve to an address, or a 0x-address to reverse-resolve to its primary ENS name

No output schema declared.

No examples provided.

rpc_call ~138

Make any JSON-RPC call on any supported chain. Heavy methods (eth_getLogs, trace_*, debug_*) need NODEFLARE_API_KEY or an x402 wallet.

NameTypeReqDescription
chainstringyesChain to query. Accepts a slug (eth, base, arb, op, robinhood…), a common name (ethereum, arbitrum, optimism, bsc), or a numeric chain ID (1, 8453). Call list_chains for all valid values.
methodstringyesJSON-RPC method name, e.g. 'eth_gasPrice'
paramsarrayJSON-RPC params array

No output schema declared.

No examples provided.

simulate_transaction ~144

Transaction pre-flight on one chain: will this tx revert (and why), how much gas, and which tokens/ETH move? The asset-change tracing is heavy: needs NODEFLARE_API_KEY or X402_PRIVATE_KEY (revert/gas come back either way). Built for agents checking a tx before broadcasting.

NameTypeReqDescription
chainstringyesChain — slug/name/ID
datastring0x calldata (default 0x)
fromstringOptional 0x sender address
tostringyes0x target/contract address
valuestringHex wei to send (default 0x0)

No output schema declared.

No examples provided.

Common questions

What is the io.github.Nodeflare-app/nodeflare-mcp server?

io.github.Nodeflare-app/nodeflare-mcp is listed in the public MCP registry as io.github.Nodeflare-app/nodeflare-mcp. Blockchain JSON-RPC on 23 EVM chains for AI agents - free tier, API key, or x402 pay-per-call. This page covers its npm package (nodeflare-mcp).

Is the io.github.Nodeflare-app/nodeflare-mcp server safe to use?

io.github.Nodeflare-app/nodeflare-mcp scores 94 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.Nodeflare-app/nodeflare-mcp server expose?

io.github.Nodeflare-app/nodeflare-mcp exposes 21 tools: list_chains, get_block_number, get_balance, get_transaction_receipt, eth_call, and 16 more. Their descriptions and schemas cost roughly 2,669 tokens of context every time the server is loaded.

Is the io.github.Nodeflare-app/nodeflare-mcp server still maintained?

io.github.Nodeflare-app/nodeflare-mcp is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.Nodeflare-app/nodeflare-mcp server under?

io.github.Nodeflare-app/nodeflare-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.