mcpbeat Sign in

X402 API MCP Server

local only

X402 API runs on your own machine — the client starts it, so there is no endpoint to ping. 41 installs a week from npm. Last commit 12 Mar 2026.

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

Installs per day peak 13 · avg 6 · +229% w/w
a month agotoday
41
Installs / week
npm · @x402-api/mcp-server
0
Stars
2 open issues
12 Mar 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check X402 API 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 x402-api -- npx -y @x402-api/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "x402-api": {
      "args": [
        "-y",
        "@x402-api/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.x402-api]
command = "npx"
args = ["-y", "@x402-api/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "x402-api": {
      "args": [
        "-y",
        "@x402-api/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "x402-api": {
      "args": [
        "-y",
        "@x402-api/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: X402_API_BASE_URL (x402 API base URL (default: https://x402-api.fly.dev)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to X402 API

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
O
Polyform
by polyform

Pay-per-call data APIs for AI agents. USDC on Base via x402. 33 tools, no signup.

67 tools answering
A
CryptoPulse Data API
by saascloud

Pay-per-call crypto market intelligence for AI agents. USDC on Base via x402.

11 tools answering
Orchard Data MCP
by letom1176-spec

Pay-per-call market data for AI agents via x402 (USDC on Base): regime, track record, catalysts.

47 installs/wk local only
Kristo Intelligence
by hristovdimitri2-hub

Pay-per-call DeFi intelligence for AI agents on Base — x402, USDC, no keys.

3 tools answering
Toolcall
by toolcall

30 pay-per-call APIs for AI agents: compliance, trade, safety, web, data. USDC on Base via x402.

22 tools answering
Cortexcloud
by jonahthan433

Pay-per-call QUBO/Ising optimization for AI agents via x402 (USDC on Base). No API keys.

10 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

X402 API — questions

Answers built from our own checks of this server.

Why is there no uptime for X402 API?
X402 API 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 @x402-api/mcp-server was installed 41 times last week.
How do I connect X402 API?
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 @x402-api/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use X402 API?
The npm package @x402-api/mcp-server was installed 41 times in the last week. Week over week that is +229%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is X402 API open source?
Yes — it is published under the MIT licence, written in JavaScript, 0 stars on GitHub and 2 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.