13 tools from the Byte MCP Server, categorised by risk level.
View the Byte policy →byte_check_subscription Check if an address is subscribed to a specific publisher on Byte Protocol. byte_drip_faucet Request testnet PPB tokens from the Byte Protocol faucet. Drips 500 PPB to the connected wallet. Subject to 24h cooldown and 1000 PPB lifetime cap.... byte_get_network_stats Get Byte Protocol network-wide statistics: total publishers, messages streamed, subscriber fees, publishing fees, and total revenue. byte_get_publisher Get detailed on-chain info for a specific Byte Protocol publisher: status, tier, stake, subscribers, messages, revenue, schema config, and PQS brea... byte_get_token_balances Get PPB token, USDC, and ETH balances for an address on Arbitrum Sepolia. byte_list_feeds List all active data feeds on Byte Protocol with topics, pricing, frequency, PQS scores, and tier information. byte_list_my_subscriptions List every active subscription for a given wallet address. Each entry has the publisher address, topic, tier, PQS score (0-10000 BPS), when you sub... byte_search_publishers Search Byte Protocol publishers by topic, minimum PQS score, and sort order. Returns publisher addresses, topics, tiers, PQS scores, subscriber cou... byte_subscribe Subscribe to a Byte Protocol publisher's data feed. Requires PRIVATE_KEY. The connected wallet will be registered as a subscriber to the given publ... byte_subscription_health Get the content-drift signal for a publisher. Compares their last 7 days of publishing activity (cadence, message count) against their 23-day basel... byte_unsubscribe Unsubscribe from a publisher's data feed. Takes effect next block: no more billing, no more data flow. Reversible — you can resubscribe later via b... byte_publish_data Publish data to a subscriber via the Byte Protocol DataStream contract. Hashes the payload, records size on-chain, and charges fees. Requires PRIVA... byte_register_publisher Register as a data publisher on Byte Protocol. This registers a schema, approves PPB token stake, and registers the publisher on-chain. Requires PR... The Byte MCP server exposes 13 tools across 2 categories: Read, Write.
Use Intercept, the open-source MCP proxy. Write YAML rules for each tool — rate limits, argument validation, or deny rules — then run Intercept in front of the Byte server.
Byte tools are categorised as Read (11), Write (2). Each category has a recommended default policy.
Deterministic policy on every MCP tool call. Per-identity grants. Full audit log.