← payperbyte.io

INDIVIDUAL MCP TOOL

byte_subscription_health

Get the content-drift signal for a publisher.

payperbyte.ionone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

payperbyte.io

CONNECT 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.

Related tools

  • byte_search_publishers — Search PayPerByte publishers by topic and sort order.
  • byte_get_publisher — Get 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).
  • byte_get_network_stats — Get PayPerByte network-wide statistics: total publishers, messages streamed, and total subscriber fees settled in USDC.
  • byte_check_subscription — Check if an address is subscribed to a specific publisher on PayPerByte.
  • byte_get_token_balances — Get USDC and ETH balances for an address on Arbitrum Sepolia (the on-chain testnet layer — MockUSDC settles subscriptions and fact-oracle queries there).
  • byte_list_feeds — List all active data feeds in the PayPerByte catalog with topics, price-per-KB, and frequency.
  • byte_list_my_subscriptions — List every active subscription for a given wallet address.
  • byte_unsubscribe — Unsubscribe from a publisher's data feed.