Get MCP Server
curl --request GET \
--url https://api.portkey.ai/v1/mcp-servers/{mcpServerId} \
--header 'x-portkey-api-key: <api-key>'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"slug": "<string>",
"name": "<string>",
"status": "<string>",
"description": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"mcp_integration_id": "<string>",
"mcp_integration_details": {
"id": "<string>",
"slug": "<string>",
"status": "<string>",
"configurations": {},
"url": "<string>",
"transport": "<string>",
"auth_type": "<string>"
},
"workspace_id": "<string>"
}Retrieve MCP Server
GET
/
mcp-servers
/
{mcpServerId}
Get MCP Server
curl --request GET \
--url https://api.portkey.ai/v1/mcp-servers/{mcpServerId} \
--header 'x-portkey-api-key: <api-key>'{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"slug": "<string>",
"name": "<string>",
"status": "<string>",
"description": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"mcp_integration_id": "<string>",
"mcp_integration_details": {
"id": "<string>",
"slug": "<string>",
"status": "<string>",
"configurations": {},
"url": "<string>",
"transport": "<string>",
"auth_type": "<string>"
},
"workspace_id": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://portkey-docs-fix-cache-hit-elaborate.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Path Parameters
MCP Server ID (UUID) or slug
Response
200 - application/json
OK
MCP Integration ID or slug
Present for system/service auth
Show child attributes
Show child attributes
Present for system/service auth
Last modified on May 21, 2026
Was this page helpful?
⌘I

