{
  "name": "RPCLAW",
  "description": "Base RPC infrastructure provider. Serves JSON-RPC requests for Base (chain ID 8453) via HTTP and WebSocket.",
  "url": "https://rpclaw.net",
  "provider": {
    "organization": "RPCLAW",
    "url": "https://rpclaw.net"
  },
  "version": "1.0.0",
  "capabilities": {
    "streaming": true,
    "pushNotifications": false
  },
  "skills": [
    {
      "id": "base-rpc",
      "name": "Base JSON-RPC",
      "description": "Execute JSON-RPC calls against Base mainnet (chain ID 8453). Supports eth_blockNumber, eth_getBalance, eth_call, eth_sendRawTransaction, eth_getLogs, and more.",
      "tags": ["blockchain", "rpc", "base", "ethereum", "l2"],
      "examples": [
        "Get the current Base block number",
        "Check ETH balance on Base",
        "Send a raw transaction to Base",
        "Query event logs on Base"
      ]
    }
  ],
  "authentication": {
    "schemes": ["apiKey"],
    "credentials": "API key via X-API-Key header or ?key= query param. Free tier: no key required."
  }
}
