mcpbeat Sign in

TensorFeed x402 Base Reader MCP Server

local only

TensorFeed x402 Base Reader runs on your own machine — the client starts it, so there is no endpoint to ping. 128 installs a week from npm. Last commit 12 Aug 2026.

Read-only Base mainnet reader. Verifies x402 payment settlements + AFTA federation status.

Installs per day peak 37 · avg 19 · +169% w/w
a month agotoday
128
Installs / week
npm · @tensorfeed/x402-base-mcp
2
Stars
2 open issues
12 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: TENSORFEED_RPC_URL (Optional Base mainnet RPC endpoint (Alchemy, Infura, etc) for higher rate limits. Must match the allowlist in src/rpc/allowlist.ts; non-allowlisted URLs fall back to public Base RPC with a stderr warning. Defaults to https://mainnet.base.org if unset.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to TensorFeed x402 Base Reader

same job, measured the same way
Nexflow Smf
by moejeaux

Smart Meta-Facilitator for x402 payments on Base: route, verify, and settle payments.

27 installs/wk local only
x402 Pay — USDC API Payment Helper
by scriptmasterlabs

Pay for APIs with USDC. Read-only x402 payment discovery, verification, evidence, and status.

4 tools answering
M2mcent
by evozim

x402 payment wrapper for AI Agents and MCP Servers. USDC settlements on Base L2.

82 installs/wk local only
P402
by z333q

Multi-provider AI router with x402 micropayment settlement on Base L2. 1% flat fee.

21 installs/wk local only
PayAI x402 Facilitator
by payai

Verify and settle x402 stablecoin payments; browse the PayAI Bazaar of x402-payable resources.

5 tools answering
DPX — Institutional Cross-Border Settlement
by untitledfinancial

AI-native settlement rail + intelligence oracle for autonomous agents. x402, Base mainnet, 81 tools.

463 installs/wk 85 tools answering
InsureLink
by skewing1

AI agent-to-agent SLA agreements on Base with insurance, reputation, and x402 payments.

32 tools answering
C
402
by 402

Trust layer for agent payments (x402, Base): verify agents, risk scores, signed escrow verdicts.

55 installs/wk local only

TensorFeed x402 Base Reader — questions

Answers built from our own checks of this server.

Why is there no uptime for TensorFeed x402 Base Reader?
TensorFeed x402 Base Reader 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 @tensorfeed/x402-base-mcp was installed 128 times last week.
How do I connect TensorFeed x402 Base Reader?
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 @tensorfeed/x402-base-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use TensorFeed x402 Base Reader?
The npm package @tensorfeed/x402-base-mcp was installed 128 times in the last week. Week over week that is +169%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is TensorFeed x402 Base Reader open source?
Yes — it is published under the MIT licence, written in TypeScript, 2 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.