← Index

io.github.0rkz/byte-protocol

io.github.0rkz/byte-protocol·v0.1.0·Other
Quality Score
80
/100

Discover, evaluate, and subscribe to Byte Protocol data feeds. 10 tools, zero API keys.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "byte-protocol": {
      "command": "npx",
      "args": [
        "-y",
        "byte-mcp-server"
      ],
      "env": {
        "PRIVATE_KEY": "<your-private_key>",
        "RPC_URL": "<rpc_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "byte-protocol": {
      "command": "npx",
      "args": [
        "-y",
        "byte-mcp-server"
      ],
      "env": {
        "PRIVATE_KEY": "<your-private_key>",
        "RPC_URL": "<rpc_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y byte-mcp-server
§02  Environment variables
PRIVATE_KEY
secret

Ethereum private key for write operations (subscribe, publish, drip faucet). Not required for read-only tools.

RPC_URL

Arbitrum RPC URL. Defaults to Arbitrum Sepolia public RPC.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other