Crunchbase Data Authentication
Crunchbase runs two independent authentication models. The REST Data API is a single account-level API key with no scopes and no user identity - the key IS the licence, and which of the six packages it is provisioned against determines which of the 109 operations it can call. The MCP server is separate: OAuth 2.1 with PKCE against www.crunchbase.com, executing as the signed-in Crunchbase user, gated by an MCP seat. A key does not work on MCP and an OAuth token does not work on the REST API.
Crunchbase secures its APIs with apiKey and oauth2 across 3 declared security schemes, as derived from its OpenAPI definitions. OAuth 2.0 is offered via the authorizationCode flow(s).
Security Schemes
Source
Authentication Profile
Work with this as data
Every security artifact here is available over the APIs.io API and to AI agents over MCP.