Connects Claude to PeeringDB, the public database tracking internet peering relationships, data centers, networks, and interconnection facilities. Part of the Pipeworx gateway ecosystem, which aggregates 808+ data sources behind a single MCP interface. The server offers both direct tool calls and a natural language query interface via ask_pipeworx that automatically maps questions to the right API calls. Useful if you're working on network infrastructure planning, researching peering arrangements, or need to pull data about ASNs, IX locations, and carrier facilities without writing custom API clients. Available as a standalone server or through the full Pipeworx gateway for broader data access.
PeeringDB MCP — the peering ecosystem database.
Part of Pipeworx — an MCP gateway connecting AI agents to 808+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"peeringdb": {
"url": "https://gateway.pipeworx.io/peeringdb/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 808+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Peeringdb data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
hovecapital/read-only-local-postgres-mcp-server
cocaxcode/database-mcp
io.github.infoinlet-marketplace/mcp-mysql
io.github.cybeleri/database-admin
io.github.yash-0620/postgres-mcp-secured