Serversai.tensorfeed/x402-base-mcp
M

TensorFeed x402 Base Reader

ai.tensorfeed/x402-base-mcp · v0.1.3
▦ npm
v0.1.3npm npm: @tensorfeed/x402-base-mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "ai.tensorfeed/x402-base-mcp",
  "description": "Read-only Base mainnet reader. Verifies x402 payment settlements + AFTA federation status.",
  "title": "TensorFeed x402 Base Reader",
  "repository": {
    "url": "https://github.com/RipperMercs/tensorfeed-x402-base-mcp",
    "source": "github"
  },
  "version": "0.1.3",
  "websiteUrl": "https://tensorfeed.ai/x402",
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@tensorfeed/x402-base-mcp",
      "version": "0.1.3",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "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.",
          "isSecret": true,
          "name": "TENSORFEED_RPC_URL"
        }
      ]
    }
  ],
  "_meta": {
    "io.modelcontextprotocol.registry/publisher-provided": {
      "categories": [
        "payments",
        "blockchain",
        "data"
      ],
      "freeTools": [
        "balance",
        "usdc_balance",
        "block_number",
        "get_tx_receipt",
        "call",
        "recent_transfers",
        "verify_x402_settlement",
        "parse_x402_manifest",
        "usdc_recent_payments_to",
        "verify_afta_federation",
        "tf_payment_lookup"
      ],
      "license": "MIT",
      "premium": false,
      "tags": [
        "x402",
        "base",
        "usdc",
        "agent-payments",
        "afta",
        "verification",
        "read-only",
        "machine-payable",
        "stablecoin"
      ]
    },
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}