mcpbeat Sign in

Nodeflare MCP Server

by nodeflare-app Your server? Claim it
local only

Nodeflare MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 87 installs a week from npm. Last commit 1 Aug 2026.

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

Installs per day peak 539 · avg 85 · -43% w/w
a month agotoday
87
Installs / week
npm · nodeflare-mcp
1
Stars
0 open issues
1 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Nodeflare MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add nodeflare-mcp -- npx -y nodeflare-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "nodeflare-mcp": {
      "args": [
        "-y",
        "nodeflare-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.nodeflare-mcp]
command = "npx"
args = ["-y", "nodeflare-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "nodeflare-mcp": {
      "args": [
        "-y",
        "nodeflare-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "nodeflare-mcp": {
      "args": [
        "-y",
        "nodeflare-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: NODEFLARE_API_KEY (Optional NodeFlare API key (free at nodeflare.app) — unlocks heavy methods and higher limits), X402_PRIVATE_KEY (Optional EVM private key of a wallet holding USDC on Base/Polygon/Arbitrum — heavy methods are paid per call (~$0.001) via x402). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Nodeflare MCP

same job, measured the same way
Boo X402 MCP
by lucle87

Pay-per-call crypto data for AI agents. USDC on Base via x402. No API key.

30 installs/wk local only
Nerve Rpc
by reagost

MCP server for Nerve blockchain JSON-RPC & REST API for AI Agents

51 installs/wk local only
X402 Tools MCP
by mizukaizen

melis x402 Tools — 22 pay-per-call APIs for AI agents. No accounts, no API keys. USDC on Base.

61 installs/wk local only
X402 API
by fernsugi

DeFi data API for AI agents — pay-per-call via x402/USDC on Base

41 installs/wk local only
Agishub
by agishub

AgisHub — 34 pay-per-call tools for AI agents over x402 (USDC on Base). No API key, no signup.

232 installs/wk 34 tools answering
I
mdapi — HTML to Markdown for AI agents
by fastdb-md

Web page or HTML to clean LLM-ready Markdown or JSON. x402 pay-per-call, $0.005, no API key.

3 tools answering
Arch Tools MCP
by deesmo

63 production tools for AI agents — one API key, pay per call in USDC (x402) or Stripe credits.

63 tools answering
Agentreader MCP
by ajanani1

11 pay-per-call web tools for AI agents, auto-paid in USDC on Base via x402. No API keys.

24 installs/wk local only

Nodeflare MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Nodeflare MCP?
Nodeflare MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package nodeflare-mcp was installed 87 times last week.
How do I connect Nodeflare MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls nodeflare-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Nodeflare MCP?
The npm package nodeflare-mcp was installed 87 times in the last week. Week over week that is -43%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Nodeflare MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.