Spring Cloud · Capability
Spring Cloud Microservice Platform
Unified capability for managing a Spring Cloud microservice platform including API gateway routing, service discovery inspection, and circuit breaker monitoring. Designed for platform engineers and DevOps teams.
What You Can Do
GET
List gateway routes
— List all configured gateway routes
/v1/gateway/routes
POST
Create gateway route
— Create a new gateway route
/v1/gateway/routes
GET
Get gateway route
— Get route by ID
/v1/gateway/routes/{id}
DELETE
Delete gateway route
— Delete a gateway route
/v1/gateway/routes/{id}
POST
Refresh gateway
— Refresh route cache
/v1/gateway/refresh
MCP Tools
inspect-gateway-routes
Inspect all Spring Cloud Gateway routes to understand current traffic routing configuration
read-only
get-gateway-route
Get details of a specific gateway route by ID including predicates, filters, and destination URI
read-only
deploy-gateway-route
Deploy a new route to the Spring Cloud Gateway for routing traffic to a microservice
remove-gateway-route
Remove a gateway route, stopping traffic routing to that service
idempotent
sync-gateway-config
Force synchronization of the gateway route cache with current configuration
idempotent
APIs Used
gateway