Data Collection
payperbyte.io
Access on-chain data from PayPerByte publishers on Arbitrum Sepolia.
ENDPOINT 1
https://mcp.payperbyte.io/mcp
Known tools 15
byte_get_publisherGet on-chain info for a specific PayPerByte publisher: status, subscriber and message counts, USDC revenue, and the registered schema (size bounds, cadence, price-per-KB).
Potential side effectsbyte_get_network_statsGet PayPerByte network-wide statistics: total publishers, messages streamed, and total subscriber fees settled in USDC.
Inferred read-onlybyte_check_subscriptionCheck if an address is subscribed to a specific publisher on PayPerByte.
Inferred read-onlybyte_get_token_balancesGet USDC and ETH balances for an address on Arbitrum Sepolia (the on-chain testnet layer — MockUSDC settles subscriptions and fact-oracle queries there).
Inferred read-onlybyte_list_feedsList all active data feeds in the PayPerByte catalog with topics, price-per-KB, and frequency.
Inferred read-onlybyte_list_my_subscriptionsList every active subscription for a given wallet address.
Inferred read-onlybyte_publish_dataPublish data to a subscriber via the PayPerByte DataStream contract.
Potential side effectsbyte_query_factQuery a PayPerByte fact-oracle publisher for a signed answer with citations.
Inferred read-onlybyte_buy_dataBuy a single data packet from any PayPerByte feed via the x402 payment gateway.
Potential side effectsbyte_verify_payloadVerify-before-act: confirm a data payload an agent is about to act on actually matches what the publisher cryptographically attested to on-chain.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.payperbyte-io]
url = "https://mcp.payperbyte.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"payperbyte-io": {
"type": "http",
"url": "https://mcp.payperbyte.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: payperbyte-io
Remote MCP URL: https://mcp.payperbyte.io/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"payperbyte-io": {
"url": "https://mcp.payperbyte.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"payperbyte-io": {
"type": "http",
"url": "https://mcp.payperbyte.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "payperbyte-io",
"transport": "streamable-http",
"url": "https://mcp.payperbyte.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for payperbyte.io was fetched 2026-09-07T16:59:29.426Z.
payperbyte.io is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.