🚀 Introducing Agent Gateway — governance, observability, and control for your AI agents.  Register for live webinar ↗
curl --request POST \
--url https://api.portkey.ai/v1/mcp-servers/{mcpServerId}/test \
--header 'x-portkey-api-key: <api-key>'{
"success": true,
"status_code": 123,
"response_time_ms": 123,
"url": "<string>",
"server_name": "<string>",
"error": "<string>"
}Test connectivity to the MCP server via its integration URL.
curl --request POST \
--url https://api.portkey.ai/v1/mcp-servers/{mcpServerId}/test \
--header 'x-portkey-api-key: <api-key>'{
"success": true,
"status_code": 123,
"response_time_ms": 123,
"url": "<string>",
"server_name": "<string>",
"error": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.portkey.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
MCP Server ID (UUID) or slug
Was this page helpful?