POX MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| POX_SERVER_URL | No | The URL of the POX server | http://localhost:8000 |
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 |
|---|---|
| get_switchesA | Get a list of all connected OpenFlow switches |
| get_switch_descC | Get detailed information about a specific switch |
| get_flow_statsC | Get flow statistics from a switch |
| set_tableC | Set the flow table on a switch |
| append_insightC | Add a network insight to the configuration memo |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| pox-network-manager | A prompt to help you manage OpenFlow networks using POX |
| simple-hub | Configure a switch to act as a simple hub that forwards all packets to all ports |
| learning-switch | Configure a switch to act as a learning L2 switch |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| Network Configuration Memo | A document containing network topology, configurations, and insights |
| Network Topology | Current network topology with connected switches |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/davidlin2k/pox-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server