mcpbeat Sign in

Peering MCP Server

by leonardmichalas Your server? Claim it
local only

Peering MCP runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 19 Sep 2026.

Who peers with whom, where they meet, and who an address range belongs to. PeeringDB and RDAP.

Installs / week
pypi · peering-mcp
0
Stars
0 open issues
19 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Peering MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add peering-mcp -- uvx peering-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "peering-mcp": {
      "args": [
        "peering-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.peering-mcp]
command = "uvx"
args = ["peering-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "peering-mcp": {
      "args": [
        "peering-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "peering-mcp": {
      "args": [
        "peering-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: PEERINGDB_API_KEY (A free PeeringDB API key. Recommended, not required: it raises the rate limit, and every tool works without one.), PEERING_MCP_CACHE_TTL (How long a cached upstream response stays usable, in seconds.), PEERING_MCP_CACHE_DIR (Where the on-disk cache lives. Defaults to $XDG_CACHE_HOME/peering-mcp.), PEERING_MCP_NO_CACHE (Set to 1 to disable caching. Slower, and harder on the upstream APIs.), PEERING_MCP_TIMEOUT (Per-request timeout in seconds.), PEERING_MCP_MAX_RETRIES (Attempts before an upstream failure is reported.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Peering MCP

same job, measured the same way
Petalbot
by seoapi

Validate whether an IP address belongs to PetalBot. Remote MCP server exposing a validate_ip tool.

1 tools answering
Yandexbot
by seoapi

Validate whether an IP address belongs to YandexBot. Remote MCP server exposing a validate_ip tool.

1 tools answering
Bingbot
by seoapi

Validate whether an IP address belongs to Bingbot. Remote MCP server exposing a validate_ip tool.

1 tools answering
Seznambot
by seoapi

Validate whether an IP address belongs to SeznamBot. Remote MCP server exposing a validate_ip tool.

1 tools answering
Applebot
by seoapi

Validate whether an IP address belongs to Applebot. Remote MCP server exposing a validate_ip tool.

1 tools answering
Googlebot
by seoapi

Validate whether an IP address belongs to Googlebot. Remote MCP server exposing a validate_ip tool.

1 tools answering
C
AI Daily Brew
by aidailybrew

A wall of people building with AI: who is building what, and where to reach them.

3 tools answering
AIsa Content & Sentiment
by aisa

Where a brand or phrase is cited across the web, with trends, sentiment and ratings.

answering

Peering MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Peering MCP?
Peering MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package peering-mcp.
How do I connect Peering MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls peering-mcp straight from pypi; nothing to host, nothing to sign up for.
Is Peering MCP open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.