Kong Konnect
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)
커뮤니티 리뷰
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요