APIMCP connectors
List MCP connector providers
List all supported MCP connector providers with their auth mode and setup skill.
Response Body
application/json
curl -X GET "https://example.com/mcp-connectors/providers"{ "providers": [ { "providerId": "string", "label": "string", "authMode": "none", "availability": "enabled", "setupSkill": "string" } ]}