Traefik Proxy Operations
Unified workflow capability for operating and observing Traefik reverse proxy and API gateway instances. Combines configuration inspection, routing management, health monitoring, and traffic observability for platform engineers, DevOps teams, and site reliability engineers.
What You Can Do
MCP Tools
get-traefik-version
Get the current Traefik version, codename, and start date.
get-routing-overview
Get a high-level overview of all Traefik routing configuration including router and service counts.
list-entry-points
List all configured Traefik entry points showing which ports and protocols are exposed.
list-http-routers
List all HTTP routers with routing rules, entry points, middleware chains, and service assignments.
list-http-services
List all HTTP backend services showing load balancer configuration and server health.
list-http-middlewares
List all HTTP middlewares showing type, configuration, and which routers use them.
list-tcp-routers
List all TCP routers for non-HTTP traffic routing.
list-tcp-services
List all TCP backend services.
list-udp-routers
List all UDP routers for UDP traffic routing.
check-health
Perform a liveness health check against the Traefik instance.