search_exchanges

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

Find internet exchanges (IXes) in PeeringDB by name, city, or country (2-letter code). Returns the IX name, location, continent region, member network count, and website. Provide at least one of query/city/country. Keyless.

Parameters

NameTypeRequiredDescription
querystringnoIX name (matches names containing this text).
citystringnoCity name.
countrystringno2-letter ISO country code, e.g. US, DE, GB.
limitnumbernoMax 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_exchanges","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