{
  "name": "web3-context",
  "description": "Version-true Web3 context for coding agents: docs, standards, ABIs, deployment addresses and hand-curated integration recipes, served over MCP.",
  "mcp_endpoint": "https://mcp.scarai.xyz/mcp",
  "transport": "streamable-http",
  "tools": [
    "web3_lookup",
    "web3_grep",
    "web3_search",
    "web3_deps",
    "web3_fetch"
  ],
  "auth": {
    "free": "https://mcp.scarai.xyz/mcp — no credential, 60 cost-units/min per IP",
    "authenticated": "https://mcp.scarai.xyz/mcp/oauth — OAuth 2.1 via GitHub, 300 cost-units/min per user",
    "metadata": "https://mcp.scarai.xyz/.well-known/oauth-protected-resource/mcp/oauth",
    "note": "the two endpoints serve identical content; the token raises the rate limit and grants no additional scope"
  }
}