PluginBench
MCP Server
Active
MIT

TensorFeed x402 Base Reader MCP Server

ai.tensorfeed/x402-base-mcp

What is the TensorFeed x402 Base Reader MCP server?

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

How to install TensorFeed x402 Base Reader

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • TENSORFEED_RPC_URL
    secret

    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.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "x402-base-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@tensorfeed/x402-base-mcp"
      ],
      "env": {
        "TENSORFEED_RPC_URL": "<YOUR_TENSORFEED_RPC_URL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "x402-base-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@tensorfeed/x402-base-mcp"
      ],
      "env": {
        "TENSORFEED_RPC_URL": "<YOUR_TENSORFEED_RPC_URL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "x402-base-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@tensorfeed/x402-base-mcp"
      ],
      "env": {
        "TENSORFEED_RPC_URL": "<YOUR_TENSORFEED_RPC_URL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "x402-base-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@tensorfeed/x402-base-mcp"
      ],
      "env": {
        "TENSORFEED_RPC_URL": "<YOUR_TENSORFEED_RPC_URL>"
      }
    }
  }
}
Claude Code
claude mcp add x402-base-mcp --env TENSORFEED_RPC_URL=<YOUR_TENSORFEED_RPC_URL> -- npx -y @tensorfeed/x402-base-mcp

Related MCP servers

AI news, model pricing, service status, and machine-payable premium tools. AFTA-certified.

1
JavaScript
MIT
View repository →