POX MCP Server
by davidlin2k
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 |
Capabilities
Features and capabilities supported by this server
| 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
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