{ "name": "nodeflare-mcp", "version": "0.8.0", "author": "NodeFlare (https://nodeflare.app)", "description": "MCP server for NodeFlare RPC — blockchain data on 23 EVM chains for AI agents. Free public tier, API key, or pay-per-call with x402 (USDC on Base/Polygon/Arbitrum).", "license": "MIT", "type": "module", "bin": { "nodeflare-mcp": "dist/index.js" }, "files": [ "dist", "README.md" ], "mcpName": "io.github.Nodeflare-app/nodeflare-mcp", "repository": { "type": "git", "url": "git+https://github.com/Nodeflare-app/nodeflare-mcp.git" }, "homepage": "https://nodeflare.app/agents", "keywords": [ "mcp", "mcp-server", "model-context-protocol", "modelcontextprotocol", "ai-agents", "agent", "claude", "cursor", "rpc", "json-rpc", "ethereum", "evm", "blockchain", "web3", "onchain", "x402", "multichain", "nodeflare" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "prepublishOnly": "npm run build" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "@x402/evm": "2.17.0", "@x402/fetch": "2.17.0", "viem": "^2.48.11", "zod": "^3.24.2" }, "devDependencies": { "typescript": "^5.5.4", "@types/node": "^22.13.4" }, "bugs": { "url": "https://github.com/Nodeflare-app/nodeflare-mcp/issues" } }