cURL
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>" }
MCP Server ID (UUID) or slug
OK
MCP Integration ID or slug
Present for system/service auth
Show child attributes
Was this page helpful?