Test connectivity to an MCP server (deprecated shape)
POSThttps://platform.docana.com/api/v1/mcp-servers/test-connection/
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Deprecated: use POST /api/v1/mcp-servers/{mcpServerId}/test-connection/, which addresses the server in the path instead of a required query parameter. This variant behaves identically. Opens a real client session against the server and lists its tools, so it exercises the configured transport, credentials and, for OAuth servers, the caller’s stored connection. Discovery failures answer 400 with the error message in the same response shape.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 500
The discovered tool names
Tool discovery failed
The API key or session is missing, expired, or malformed.
The caller is authenticated but not allowed to perform this operation.
MCP server not found
Unexpected server error.