search_networks

Pack: peeringdb · Endpoint: https://gateway.pipeworx.io/peeringdb/mcp

Look up networks in PeeringDB by name or ASN. Returns peering policy (Open/Selective/Restrictive), traffic level, info type (Content/NSP/ISP/Enterprise), scope, and IPv4/IPv6 prefix counts. Provide a name query or an ASN. Keyless.

Parameters

NameTypeRequiredDescription
querystringnoNetwork name (matches names containing this text).
asnnumbernoAutonomous System Number, e.g. 15169 for Google.
limitnumbernoMax results (default 20, max 100).

Example call

curl -X POST https://gateway.pipeworx.io/peeringdb/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"search_networks","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "peeringdb": {
      "url": "https://gateway.pipeworx.io/peeringdb/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 9, 2026