Returns paginated list of custom MCP configurations for the authenticated organization.
GEThttps://api.aitronos.com/v1/mcp-configurations
organization_id string required Organization ID to filter configurations by (org_ prefixed string).
type string optional Filter by MCP type. Values: custom, streamline, personal_connector.
is_active boolean optional Filter by active status. Only active configurations if true.
A list of custom MCP server configurations with authentication type, server details, and connection status.
Bash
- Bash
- Python
- JavaScript
curl "https://api.aitronos.com/v1/mcp-configurations?organization_id=org_xyz789&type=custom" \
-H "X-API-Key: $FREDDY_API_KEY"