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
| Name | Type | Required | Description |
|---|---|---|---|
query | string | no | Network name (matches names containing this text). |
asn | number | no | Autonomous System Number, e.g. 15169 for Google. |
limit | number | no | Max 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.