Solo.io Gateway Operations
Unified capability for operating Solo.io Gloo Gateway deployments. Combines the Gateway Management API for control plane administration (upstreams, virtual services, route tables, proxies, gateways) with the Portal Server API for developer portal management (API keys, usage plans). Used by platform engineers, API operators, and developer portal administrators.
What You Can Do
MCP Tools
list-upstreams
List all upstream backend services registered with Gloo Gateway, optionally filtered by namespace
get-upstream
Get details of a specific upstream service including health checks and TLS config
list-virtual-services
List all virtual services with domains, routing rules, and security policies
get-virtual-service
Get full virtual service configuration including routes, rate limiting, and authentication
list-route-tables
List route tables used for delegated routing configuration across teams
get-route-table
Get route table with all routes, matchers, and upstream destinations
list-proxies
List compiled Envoy proxy configurations generated from gateway resources
get-proxy
Get compiled proxy configuration with all listeners, routes, and clusters
list-gateways
List all gateway resources defining listener addresses, ports, and TLS
get-gateway
Get gateway listener configuration including TLS settings and virtual service bindings
gateway-health-check
Check health status of Gloo Gateway control plane and its components
list-portal-apis
List all APIs published in the Gloo developer portal
get-portal-api
Get details of a specific portal API including schema and usage plans
get-portal-api-schema
Retrieve the OpenAPI or GraphQL schema for a portal API
list-usage-plans
List available usage plans with rate limits and API product access
list-api-keys
List API keys for the authenticated portal user
create-api-key
Create a new API key for accessing an API product under a usage plan
delete-api-key
Permanently delete an API key, revoking access to the associated API product