Spring Cloud Gateway API Gateway Management
Unified capability for managing an API gateway built on Spring Cloud Gateway. Enables dynamic route creation, predicate and filter management, cache refresh, and runtime gateway inspection for platform engineers and API teams.
What You Can Do
MCP Tools
inspect-all-routes
Inspect all currently configured gateway routes including predicates, filters, URIs, ordering, and metadata
inspect-route
Inspect a specific gateway route definition by ID
deploy-route
Deploy a new gateway route with Path/Host/Method predicates and filters such as StripPrefix, AddRequestHeader, CircuitBreaker, RequestRateLimiter
modify-route
Modify an existing gateway route's destination URI, matching predicates, or applied filters without downtime
remove-route
Remove a gateway route, stopping traffic forwarding for matching requests
sync-route-config
Synchronize the gateway route cache with the current configuration source
audit-global-filters
Audit all global filters applied to every request, including their execution order
discover-filter-options
Discover all available GatewayFilter factory options for configuring request/response transformation
discover-predicate-options
Discover all available RoutePredicateFactory options for defining traffic routing rules