MCPServers
Kong Konnect - MCP server logo

Kong Konnect

22
0

Summary

Kong Konnect MCP Server provides tools for managing and analyzing Kong API Gateway configurations and traffic through the Konnect platform. Developed by Kong, this TypeScript implementation offers capabilities for querying API requests, analyzing consumer traffic patterns, and managing control plane configurations including services, routes, plugins, and control plane group memberships. The server connects to Kong's cloud APIs using authentication tokens and transforms complex API responses into structured, actionable data. It's particularly valuable for DevOps teams managing API infrastructure who need to monitor traffic patterns, troubleshoot issues, and maintain consistent gateway configurations across multiple environments.

Available Actions(10)

Query API Requests

Query and analyze Kong API Gateway requests with customizable filters. Inputs: timeRange (string), statusCodes (optional string), excludeStatusCodes (optional string), httpMethods (optional string), consumerIds (optional string), serviceIds (optional string), routeIds (optional string), maxResults (optional integer)

Get Consumer Requests

Analyze API requests made by a specific consumer. Inputs: consumerId (string), timeRange (string), successOnly (optional boolean), failureOnly (optional boolean), maxResults (optional integer)

List Services

List all services associated with a control plane. Inputs: controlPlaneId (string), size (optional integer), offset (optional string)

List Routes

List all routes associated with a control plane. Inputs: controlPlaneId (string), size (optional integer), offset (optional string)

List Consumers

List all consumers associated with a control plane. Inputs: controlPlaneId (string), size (optional integer), offset (optional string)

List Plugins

List all plugins associated with a control plane. Inputs: controlPlaneId (string), size (optional integer), offset (optional string)

List Control Planes

List all control planes in your organization. Inputs: pageSize (optional integer), pageNumber (optional integer), filterName (optional string), filterClusterType (optional string), filterCloudGateway (optional string), labels (optional string), sort (optional string)

Get Control Plane

Get detailed information about a specific control plane. Inputs: controlPlaneId (string)

List Control Plane Group Memberships

List all control planes that are members of a specific group. Inputs: groupId (string), pageSize (optional integer), pageAfter (optional string)

Check Control Plane Group Membership

Check if a control plane is a member of any group. Inputs: controlPlaneId (string)

Last Updated: April 17, 2025

社区评论

0.0
0 条评论
5
0
4
0
3
0
2
0
1
0

暂无评论. 成为第一个评论的人!

登录以参与讨论

Coming soon to
HighlightHighlight AI

语言

TypeScript

分类

标签