Jentic publishes the only available OpenAPI specification for Crunchbase API, keeping it validated and agent-ready. The Crunchbase REST API provides firmographic, financial, and relationship data on organisations, people, funding rounds, acquisitions, investments, events, and funds. The 15 endpoints cover entity lookups by ID, faceted search across each entity type, autocomplete, and deleted-entity tracking. Authentication uses an API key delivered either in the X-cb-user-key header or as a user_key query parameter.
15 endpointsJentic publishes the only available OpenAPI specification for Crunchbase Enterprise API, keeping it validated and agent-ready. The Crunchbase Enterprise tier exposes 57 endpoints covering organisations, people, funding rounds, acquisitions, investments, IPOs, layoffs, key employee changes, ownership, jobs, and many other relationship entities. It supports entity lookups, per-card field-set retrieval, faceted search, autocomplete, and deleted-entity tracking. Authentication uses an API key passed in the X-cb-user-key header.
57 endpoints# Add to your MCP client config (Claude Desktop, Cursor, Windsurf)
{
"jentic": {
"url": "https://api.jentic.com/mcp",
"auth": "oauth"
}
}
# Then ask your agent:
"find live events near a location"
# → Jentic returns the GET /events tool with parameter schema, agent executes.