Apache APISIX · Capability

Apache APISIX Gateway Configuration

Unified capability for configuring and managing Apache APISIX API gateway resources including routes, upstreams, services, consumers, and SSL certificates. Used by platform engineers and API gateway administrators.

Run with Naftiko Apache APISIXAPI GatewayConfigurationCloud NativeTraffic Management

What You Can Do

GET
List routes — List all gateway routes.
/v1/routes
POST
Create route — Create a new gateway route.
/v1/routes
GET
List upstreams — List backend upstreams.
/v1/upstreams
POST
Create upstream — Create a backend upstream.
/v1/upstreams
GET
List consumers — List API consumers.
/v1/consumers
POST
Create consumer — Create an API consumer.
/v1/consumers

MCP Tools

list-routes

List all APISIX gateway routes.

read-only
create-route

Create a new APISIX route for traffic routing.

update-route

Update an existing APISIX route.

idempotent
delete-route

Delete an APISIX route.

idempotent
list-upstreams

List all backend upstream configurations.

read-only
create-upstream

Create a new backend upstream with load balancing config.

list-consumers

List all API consumers and their plugin configs.

read-only
create-consumer

Create a new API consumer with authentication plugins.

APIs Used

apisix-admin