Get all MCP providers from oauth_providers table.
Returns only providers with is_mcp=True.
cURL
curl --request GET \ --url https://api.codegen.com/v1/mcp-providers
[ { "id": 123, "name": "<string>", "issuer": "<string>", "authorization_endpoint": "<string>", "token_endpoint": "<string>", "default_scopes": [ "<string>" ], "is_mcp": true, "meta": {} } ]
Successful Response
Was this page helpful?