Ambassador Gateway Management
Unified gateway management workflow for platform engineers and DevOps teams to configure API routing, TLS termination, rate limiting, and health monitoring across Ambassador Edge Stack instances.
What You Can Do
MCP Tools
get-diagnostics
Retrieve diagnostic overview of the Ambassador gateway instance.
check-ready
Check if the Ambassador gateway is ready to serve traffic.
check-alive
Check if the Ambassador gateway process is alive.
list-mappings
List all route mappings in a Kubernetes namespace.
create-mapping
Create a new route mapping for a backend service.
get-mapping
Retrieve a specific route mapping by name.
update-mapping
Update an existing route mapping.
delete-mapping
Delete a route mapping.
list-hosts
List all Host resources for TLS and hostname routing.
create-host
Create a new Host resource for TLS termination.
get-host
Retrieve a specific Host by name.
update-host
Update an existing Host resource.
delete-host
Delete a Host resource.
list-tls-contexts
List all TLSContext resources.
create-tls-context
Create a new TLSContext for TLS configuration.
get-tls-context
Retrieve a specific TLSContext by name.
update-tls-context
Update an existing TLSContext.
delete-tls-context
Delete a TLSContext resource.
list-rate-limits
List all RateLimit resources.
create-rate-limit
Create a new RateLimit resource.
get-rate-limit
Retrieve a specific RateLimit by name.
update-rate-limit
Update an existing RateLimit.
delete-rate-limit
Delete a RateLimit resource.
list-modules
List all Module resources for global gateway config.
get-module
Retrieve a specific Module by name.
update-module
Update a Module resource.