HomeFinance › byte-mcp-server

byte-mcp-server

PayPerByte — per-byte data for AI agents: x402 USDC on Base, EIP-712-attested. No token.

TypeScript CloudLocal macOSWindowsLinux Remote
★ 1 stars Last pushed 2026-09-13 License: MIT

Topics: Finance & Fintech

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.payperbyte.io/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http byte-mcp-server https://mcp.payperbyte.io/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "byte-mcp-server": {
      "url": "https://mcp.payperbyte.io/mcp"
    }
  }
}

Package (npm 0.13.0)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "byte-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "PRIVATE_KEY": "<YOUR_VALUE>",
        "RPC_URL": "<YOUR_VALUE>",
        "BYTE_GATEWAY_ATTESTER": "<YOUR_VALUE>"
      }
    }
  }
}
  • PRIVATE_KEY secret — Ethereum private key for write/buy tools (subscribe, unsubscribe, publish, buy_data). buy_data spends real Base-mainnet USDC — use a dedicated wallet. Not required for read-only tools.
  • RPC_URL — RPC for the on-chain library + EIP-712 attestation layer (Arbitrum Sepolia, eip155:421614). The x402 buy rail settles USDC on Base mainnet and needs no RPC here. Defaults to Arbitrum Sepolia public RPC.
  • BYTE_GATEWAY_ATTESTER — Gateway attester address byte_buy_data pins receipts against. Defaults to the current PayPerByte gateway attester (rotated 2026-08-19; previous default 0x77c86a...C472 is retired). Override only if the gateway discloses a rotation you need ahead of a package update - see /.well-known/agent.json receipt.attester and receipt.retiredAttesters.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry