peering-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PEERINGDB_API_KEY | No | Raises the PeeringDB rate limit. Works without it. Unset by default. | |
| PEERING_MCP_TIMEOUT | No | Per-request timeout in seconds. | 10 |
| PEERING_MCP_NO_CACHE | No | Set to 1 to disable caching, for testing. Unset by default. | |
| PEERING_MCP_CACHE_DIR | No | Where the on-disk cache lives. Defaults to the platform cache directory. | |
| PEERING_MCP_CACHE_TTL | No | Cache lifetime in seconds. | 86400 |
| PEERING_MCP_MAX_RETRIES | No | Attempts before an upstream failure is reported. | 3 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| lookup_networkA | Look up a network on the internet by AS number or by name. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
Only one tool exists, so there is no risk of confusing it with another tool. The tool's purpose and arguments are clearly stated, and it does not overlap with any other present tool.
The sole tool uses a clear snake_case verb_noun naming pattern (lookup_network). With only one tool, there is no inconsistency to assess against other tools.
The server appears intended for peering/interconnection queries, but offers only one tool. The description itself references other needed tools such as find_common_presence and lookup_registration, making the count too thin for the apparent scope.
Significant gaps exist: the only tool cannot find where networks meet or look up address registration, yet the description says those are separate tools. Agents would hit dead ends for common interconnection questions beyond basic AS/name lookup.