Server data from the Official MCP Registry
Discover, evaluate, and subscribe to Byte Protocol data feeds. 10 tools, zero API keys.
Discover, evaluate, and subscribe to Byte Protocol data feeds. 10 tools, zero API keys.
Valid MCP server (2 strong, 4 medium validity signals). 3 known CVEs in dependencies (0 critical, 3 high severity) ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
9 files analyzed · 4 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: PRIVATE_KEY
Environment variable: RPC_URL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-0rkz-byte-protocol": {
"env": {
"RPC_URL": "your-rpc-url-here",
"PRIVATE_KEY": "your-private-key-here"
},
"args": [
"-y",
"byte-mcp-server"
],
"command": "npx"
}
}
}From the project's GitHub README.
An MCP (Model Context Protocol) server that gives AI agents direct access to the Byte Protocol data marketplace on Arbitrum Sepolia.
The Model Context Protocol is an open standard that lets AI assistants (like Claude) use external tools. This server exposes Byte Protocol's on-chain operations as MCP tools, so an AI agent can discover data publishers, check reputation scores, subscribe to feeds, and publish data -- all through natural language.
This server exposes 10 tools across read and write operations:
| Tool | Description |
|---|---|
byte_search_publishers | Search publishers by topic, minimum PQS score, and sort order |
byte_get_publisher | Get detailed on-chain info for a publisher (status, tier, stake, PQS breakdown) |
byte_get_network_stats | Get network-wide stats (total publishers, messages, fees, revenue) |
byte_check_subscription | Check if an address is subscribed to a specific publisher |
byte_get_token_balances | Get PPB, USDC, and ETH balances for any address |
byte_list_feeds | List all active data feeds with pricing and quality scores |
PRIVATE_KEY)| Tool | Description |
|---|---|
byte_drip_faucet | Request 500 testnet PPB tokens (24h cooldown, 1000 PPB lifetime cap) |
byte_subscribe | Subscribe to a publisher's data feed |
byte_register_publisher | Register as a data publisher (schema + stake + on-chain registration) |
byte_publish_data | Publish data to a subscriber via the DataStream contract |
git clone https://github.com/byte-protocol/mcp-server.git
cd mcp-server
npm install
npm run build
Add this to your Claude Desktop config (~/.config/claude/claude_desktop_config.json on Linux, ~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
{
"mcpServers": {
"byte-protocol": {
"command": "node",
"args": ["/path/to/mcp-server/dist/index.js"],
"env": {
"RPC_URL": "https://sepolia-rollup.arbitrum.io/rpc",
"INDEXER_URL": "http://localhost:8080"
}
}
}
}
To enable write operations (subscribe, publish, faucet), add your private key:
{
"mcpServers": {
"byte-protocol": {
"command": "node",
"args": ["/path/to/mcp-server/dist/index.js"],
"env": {
"PRIVATE_KEY": "0x...",
"RPC_URL": "https://sepolia-rollup.arbitrum.io/rpc",
"INDEXER_URL": "http://localhost:8080"
}
}
}
}
claude mcp add byte-protocol node /path/to/mcp-server/dist/index.js
| Variable | Required | Default | Description |
|---|---|---|---|
PRIVATE_KEY | No | -- | Wallet private key for write operations. Without it, only read tools work. |
RPC_URL | No | https://sepolia-rollup.arbitrum.io/rpc | Arbitrum Sepolia RPC endpoint |
INDEXER_URL | No | http://localhost:8080 | Byte Protocol indexer API URL |
Once connected, your AI agent can do things like:
"Search for weather data publishers with a PQS score above 5000"
"What are the network stats for Byte Protocol?"
"Check the balance of 0xABC...123 on the testnet"
"Subscribe me to publisher 0xDEF...456"
"Register as a publisher for the topic eth-price with a 50 PPB stake"
"Get me some testnet tokens from the faucet"
npm run dev # Watch mode -- recompiles on changes
npm run build # One-time build
npm start # Run the server
This server connects to Arbitrum Sepolia (chain ID 421614) by default. All contract addresses are for the testnet deployment.
MIT -- see LICENSE.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally
by mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.