
Payperbyte
@0rkz
关于 Payperbyte
MCP server for PayPerByte — a verify-before-act trust layer for AI agent data. 15 tools to discover, subscribe to, or pay-per-call for first-party feeds (markets, security/threat-intel, legal oracles). Every payload carries an on-chain EIP-712 PayloadAttestation the agent recompu
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"byte-library": {
"command": "npx",
"args": [
"-y",
"byte-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Payperbyte?
Payperbyte is an MCP (Model Context Protocol) server for a per-byte USDC data marketplace on Arbitrum. It enables AI agents to discover first-party publishers, subscribe to live feeds or pay-per-call via x402, and verify-before-act by recomputing keccak256 of received data and checking it against the publisher's on-chain EIP-712 PayloadAttestation before trusting it.
How to use Payperbyte?
Install with npx -y byte-mcp-server. The server is also available on the Official MCP Registry as io.github.0rkz/byte-protocol. It exposes 15 tools: 10 are read‑only (e.g., discover publishers & feeds, network stats, subscription health, token balances, byte_query_fact, and the verify gate byte_verify_payload) and 5 require a PRIVATE_KEY (byte_subscribe, byte_unsubscribe, byte_register_publisher, byte_publish_data, byte_buy_data).
Key features of Payperbyte
- Per‑byte USDC settlement on Arbitrum Sepolia testnet
- Verify‑before‑act: cryptographic data integrity check before trust
- 15 tools; 10 read‑only, 5 require a private key
- No API keys or tokens needed
- Every settlement emits an EIP‑712 PayloadAttestation as a cryptographic receipt
Use cases of Payperbyte
- AI agents subscribing to live data feeds from verifiable publishers
- Pay‑per‑call data acquisition via x402 with on‑chain attestation
- Discovering first‑party data feeds and publishers on Arbitrum
- Verifying received data integrity before acting on it (verify‑before‑act)
FAQ from Payperbyte
What runtime or dependencies does Payperbyte require?
The server is distributed as an npm package and can be run via npx. A PRIVATE_KEY is required for write operations (subscribe, publish, buy data). No API keys or tokens are needed.
On which network does Payperbyte operate?
It runs on Arbitrum Sepolia testnet. Settlement is done in USDC.
How does the verify‑before‑act mechanism work?
The server recomputes keccak256 of received data and checks it against the publisher’s on‑chain EIP‑712 PayloadAttestation. Payment can clear even if the data is garbage; the verify gate catches mismatches.
What tools are available without a private key?
Ten read‑only tools: discover publishers & feeds, network stats, subscription health, token balances, fact‑oracle queries (byte_query_fact), and the verify‑before‑act gate (byte_verify_payload).
Are there any known limitations?
The server currently targets Arbitrum Sepolia (testnet). All write tools require a private key environment variable. No production mainnet support is mentioned.
其他 分类下的更多 MCP 服务器
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Blender
ahujasidOpen-source MCP to use Blender with any LLM
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
ICSS
chokcoco不止于 CSS
评论