Catalog
Nodeflare
Officialby BabyScope
Blockchain JSON-RPC on 23 EVM chains for AI agents - free tier, API key, or x402 pay-per-call.
Blockchain JSON-RPC on 23 EVM chains for AI agents - free tier, API key, or x402 pay-per-call.
README not available yet.
Install
Configuration
Environment variables
NODEFLARE_API_KEYsecretOptional NodeFlare API key (free at nodeflare.app) — unlocks heavy methods and higher limits
X402_PRIVATE_KEYsecretOptional EVM private key of a wallet holding USDC on Base/Polygon/Arbitrum — heavy methods are paid per call (~$0.001) via x402
claude_desktop_config.json
{
"mcpServers": {
"nodeflare": {
"command": "npx",
"args": [
"-y",
"nodeflare-mcp@0.1.1"
],
"env": {
"NODEFLARE_API_KEY": "<YOUR_NODEFLARE_API_KEY>",
"X402_PRIVATE_KEY": "<YOUR_X402_PRIVATE_KEY>"
}
}
}
}