search_facilities
Pack: peeringdb · Endpoint: https://gateway.pipeworx.io/peeringdb/mcp
Find colocation facilities (data centers) in PeeringDB by name, city, or country (2-letter code). Returns the facility name, location, network count, street address, and website. Provide at least one of query/city/country. Keyless.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
query | string | no | Facility name (matches names containing this text). |
city | string | no | City name. |
country | string | no | 2-letter ISO country code, e.g. US, DE, GB. |
limit | number | no | Max results (default 20). |
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_facilities","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.