Skip to content
Cursor

TensorFeed x402 Base Reader for Cursor

ai.tensorfeed/x402-base-mcp

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

client:Cursor transport:stdio runtime:npm

Install TensorFeed x402 Base Reader in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "x402-base-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@tensorfeed/x402-base-mcp"
      ],
      "env": {
        "TENSORFEED_RPC_URL": "<TENSORFEED_RPC_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

TensorFeed x402 Base Reader in other clients