← Index

TensorFeed x402 Base Reader

ai.tensorfeed/x402-base-mcp·v0.2.1·Finance & Payments
Quality Score
90
/100

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

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (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>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @tensorfeed/x402-base-mcp
§02  Environment variables
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.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
20
installability
25
documentation
15
stability
5
§04  Alternatives in Finance & Payments