peering-manager-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PM_URL | Yes | Base URL of your Peering Manager instance (e.g. https://pm.example.com) | |
| PM_API_TOKEN | Yes | API token for authentication | |
| PM_CONFIG_TIMEOUT | No | Optional. Timeout in seconds for config rendering (default: 120) | 120 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_bgp_sessionsA | List BGP sessions across both direct peering and IXP sessions. Returns unified view with common fields. |
| get_bgp_session_detailA | Get full detail for a single BGP session. Returns type-specific fields based on session type. |
| list_autonomous_systemsB | List autonomous systems configured in Peering Manager. |
| get_autonomous_systemA | Get full detail for an autonomous system including shared IXPs and shared facilities. |
| list_routersB | List routers configured in Peering Manager. |
| list_internet_exchangesC | List internet exchange points configured in Peering Manager. |
| get_internet_exchangeA | Get full detail for an internet exchange point including available peers. |
| list_connectionsB | List IXP connections with IP/VLAN/router mapping. |
| list_routing_policiesA | List routing policies configured in Peering Manager. |
| list_communitiesB | List BGP communities configured in Peering Manager. |
| get_router_configurationA | Get the rendered configuration for a specific router. Uses extended timeout due to Jinja2 rendering and possible IRR lookups. |
| search_peeringdbA | Search cached PeeringDB data. Supports networks, internet-exchanges, facilities, and network-ixlans. |
| list_changesB | List recent object changes from the Peering Manager audit log. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/fmcglinn/peering-manager-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server