HomeFinance › nodeflare-mcp

nodeflare-mcp

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

TypeScript Cloud
★ 1 stars Last pushed 2026-08-01 License: MIT

Topics: Finance & Fintech

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.8.0)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "nodeflare-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "NODEFLARE_API_KEY": "<YOUR_VALUE>",
        "X402_PRIVATE_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • NODEFLARE_API_KEY secret — Optional NodeFlare API key (free at nodeflare.app) β€” unlocks heavy methods and higher limits
  • X402_PRIVATE_KEY secret — Optional EVM private key of a wallet holding USDC on Base/Polygon/Arbitrum β€” heavy methods are paid per call (~$0.001) via x402

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry