AI Gateway MCP Servers
Get an MCP Server
Pre-release Endpoint This endpoint is currently in beta and is subject to change.
Returns the details of a specific MCP Server.
get/v1/ai-gateways/{gatewayId}/mcp-servers/{mcpServerIdOrName}
Response
A successful response returning an MCP Server.
Example response
{
"id": "5f9fd312-a987-4628-b4c5-bb4f4fddd5f7",
"created_at": "2022-11-04T20:10:06.927Z",
"updated_at": "2022-11-04T20:10:06.927Z",
"config": {
"route": {
"headers": {
"version": [
"v1",
"v2"
]
},
"hosts": [
"foo.example.com"
]
},
"url": "https://mcp.internal.kongair.com"
},
"tools": [
{
"access": {
"acls": {
"allow": [
"gold-partner"
],
"deny": [
"bronze-partner"
]
}
},
"description": "Search for available flights",
"parameters": [
{
"name": "origin",
"in": "query",
"description": "The origin airport code.",
"required": true
}
]
}
],
"display_name": "Kong Air Flights",
"name": "my-entity-name",
"enabled": true,
"labels": {
"category": "finance"
},
"managed_by": {
"owner": "terraform"
}
}