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
config_id string required The MCP configuration ID (mcp_ prefixed string).
Connection test result including health status and available tools.
Bash
- Bash
- Python
- JavaScript
curl -X POST "https://api.aitronos.com/v1/mcp-configurations/mcp_abc123xyz/test" \
-H "X-API-Key: $FREDDY_API_KEY"