Retrieve detailed information about a specific custom MCP server configuration, including server URL, authentication type, and tool configuration.
GEThttps://api.aitronos.com/v1/mcp-configurations/{config_id}
config_id string required The MCP configuration ID (mcp_ prefixed string).
Complete MCP configuration details including server information, authentication type, and tool settings.
Bash
- Bash
- Python
- JavaScript
curl https://api.aitronos.com/v1/mcp-configurations/mcp_abc123xyz \
-H "X-API-Key: $FREDDY_API_KEY"