Skip to content
Last updated

Test the connection to an MCP server and verify that it is reachable and responding correctly.

POSThttps://api.aitronos.com/v1/mcp-configurations/{config_id}/test

Path Parameters

config_id string required The MCP configuration ID (mcp_ prefixed string).

Returns

Connection test result including health status and available tools.

Bash
curl -X POST "https://api.aitronos.com/v1/mcp-configurations/mcp_abc123xyz/test" \
  -H "X-API-Key: $FREDDY_API_KEY"