Sales Intelligence
Crunchbase
Connect Crunchbase once and hand every teammate a governed MCP endpoint with 52 tools ready to call from Claude, ChatGPT, Cursor, or any MCP client, inside the same permissions they already have, with every call checked and logged.
See it in Elaichi
What connecting Crunchbase gets you
6 screens from the product, each doing one job for your Crunchbase account.
The agent
Ask about any company, get a live answer.
Type a question about an organization or person and get answers pulled from live Crunchbase records.
- organizations
- people
- events
- event appearances
Ask Elaichi to work across your apps.
Pull the latest funding round for our top prospect.
List new organizations added in fintech this week.
Show recent event appearances for our target accounts.
Also runs in Claude, ChatGPT or Cursor
MCP clients
One Crunchbase endpoint, every client you use.
Claude, ChatGPT and Cursor connect to Crunchbase through one governed org endpoint, no SDK, no shared key.
Copy the endpoint
Tool catalogue
52 Crunchbase tools, zero integration code.
Browse organizations, people, events and appearances across 52 cataloged tools and methods.
- crunchbase_autocompletes_search
- list_all_crunchbase_deleted_entities
- crunchbase_deleted_entities_get_for_collection
- get_single_crunchbase_organization_by_id
Toolboxes
Every team gets its own Crunchbase toolbox.
Sales, research and marketing each work from a toolbox scoped to their own Crunchbase needs.
- Sales
- Research
- Marketing
- Investor relations
Shared connections
Delegated Crunchbase access, no shared credentials.
See who connected each Crunchbase account and how many teams and members work through it.
- Sales EMEA
- Sales NA
- Research
- Marketing
Audit log
Every Crunchbase lookup, logged and attributable.
See who ran what against Crunchbase, when, and which record it touched.
- When
- Who
- What happened
- Resource
Automations & dashboards
From answering questions to doing the work
A person no longer has to ask. A trigger starts the work, inside the same permissions and the same audit log as everything else. Automations and live dashboards ship on the Black plan.
Automations
A schedule fires, Crunchbase records do the rest.
A trigger pulls new Crunchbase organizations, groups them, drafts a digest, and waits for approval before posting.
Crunchbase digest
Run 418 · started 2 minutes ago · on behalf of Emma Laurent
-
✓
Schedule
Every weekday at 08:00
0.2s -
✓
Fetch organizations
Crunchbase
1.4s -
✓
Group by owner
Transform
0.1s -
✓
Draft the digest
Agent step
Ran with 4 tools, returned a structured summary
6.2s -
Approve the digest
Needs approval
Assigned to Michael Brennan
Approve Deny -
Post the digest
Crunchbase
Queued
Collections and dashboards
Crunchbase health, computed, not asked for.
A refreshing dashboard tracks four metrics and 14 days of records created by team.
Crunchbase health
Refreshed 4 minutes ago · every 15 minutes · from the organizations collection
Organizations
1,284 ↓ 12%
People
96 ↓ 8%
Needs attention
3 ↑ 2
Updated this week
412 ↑ 9%
Organizations created
Last 14 days
By workspace
Share of activity
Sales EMEA 34%
Sales NA 27%
Research 21%
Marketing 18%
AI tools
Crunchbase tools for your AI agents
52 tools are ready to call through Elaichi's MCP endpoint the moment you connect Crunchbase, governed by the same roles, restrictions, and audit log as everything else in Elaichi.
crunchbase_autocompletes_search
Search Crunchbase for identifier entities matching a query string, optionally filtered by collection ids. Returns: facet_ids, identifier, short_description. Required: query.
list_all_crunchbase_deleted_entities
List deleted entities in Crunchbase, optionally filtered by collection type and sorted by deletion timestamp. Returns each deleted entity record including its deleted_at timestamp and an identifier object containing entity_def_id, uuid, permalink, image_id, and value.
crunchbase_deleted_entities_get_for_collection
Retrieve deleted entities for a specific collection in Crunchbase. Returns each deleted entity record including its deleted_at timestamp and an identifier object containing entity_def_id, uuid, permalink, image_id, and value. Required: deleted_entity_id.
get_single_crunchbase_organization_by_id
Get a single Crunchbase organization by id (UUID or permalink). Returns the full organization entity including identifier, name, description, founded_on, website, categories, company_type, created_at, updated_at, uuid, and permalink. Use the field_ids and card_ids query parameters to select specific fields and relationship cards. Required: id.
crunchbase_organizations_get_card
Get a single card for a Crunchbase organization by entity_id and card_id. Returns items with identifier, uuid, created_at, updated_at, entity_def_id, and name, plus card-specific fields that vary by card type. Available cards: child_organizations, child_ownerships, event_appearances, founders, headquarters_address, parent_organization, parent_ownership. Required: entity_id, card_id. Max 100 items…
list_all_crunchbase_search_organizations
Search Crunchbase organizations with complex filtering via predicates in the request body. Returns matching organization entities, each containing a uuid and a properties object with the requested field values (e.g. identifier, name, short_description, website_url, location_identifiers). Required: field_ids, query. Up to 25 predicates, max 1000 results per page.
get_single_crunchbase_person_by_id
Get a single person entity from Crunchbase by UUID. Returns: uuid, first_name, last_name, identifier, permalink, created_at, updated_at, and optional cards (degrees, jobs, primary_organization, event_appearances) when requested via card_ids. Required: id.
crunchbase_people_get_card
Get a specific card for a Crunchbase person by card type. Available cards: degrees, event_appearances, founded_organizations, jobs, primary_job, primary_organization. Returns: count, items (each with identifier, uuid, created_at, and card-type-specific fields). Required: entity_id, card_id.
list_all_crunchbase_search_people
Search person entities in Crunchbase using predicate-based query filters. Returns matching person entities with the fields specified in field_ids, such as uuid, identifier, first_name, last_name, primary_job_title, and primary_organization. Required: field_ids, query. Filters within query are AND'ed together; use OR via multiple search calls. 50 items returned by default; max 1000 per page.
get_single_crunchbase_event_by_id
Get a single Crunchbase event by id. Returns the event object including identifier, event_type, starts_on, ends_on, venue_name, description, uuid, and permalink. Required: id.
crunchbase_events_get_card
Get a single card (address, appearances, contestants, exhibitors, organizers, speakers, or sponsors) for a Crunchbase event by entity_id and card_id. Returns: cards, metadata, field_ids, order, query, limit. Required: entity_id, card_id. Max 100 items per card; use after_id to paginate to the next page.
list_all_crunchbase_search_events
Search Crunchbase event entities with complex filtering defined in the request body. Returns: uuid, properties. Required: field_ids, query. Up to 25 predicates per search; max 1000 results per page.
get_single_crunchbase_event_appearance_by_id
Get a single Crunchbase event appearance by id. Returns the full EventAppearance entity including appearance_type, identifier, event_identifier, participant_identifier, name, short_description, created_at, and updated_at. Optional field_ids and card_ids query parameters control which fields and related cards (event, fields, participant) are included. Required: id.
crunchbase_event_appearances_get_card
Get a single card for an EventAppearance entity in Crunchbase. Returns: cards, properties, field_ids, order, query, limit. Required: entity_id, card_id. The card_id must be 'event' or 'participant'.
list_all_crunchbase_search_event_appearances
Search EventAppearance entities in Crunchbase using predicate-based filtering defined in the request body. Returns each entity's uuid and properties including appearance_type, event_identifier, identifier, name, participant_identifier, short_description, created_at, and updated_at. Required: field_ids, query. Up to 25 predicates per query; limit max 1000.
get_single_crunchbase_ipo_by_id
Get a single Crunchbase IPO by id. Returns the full IPO entity including identifier, amount_raised, share_price, stock_symbol, stock_exchange_symbol, organization_identifier, rank, created_at, and updated_at. Required: id.
crunchbase_ipos_get_card
Get a single card for a Crunchbase IPO by entity_id and card_id. Returns: cards, field_ids, order, query, limit. Required: entity_id, card_id. Available cards: organization. Max 100 items per card.
list_all_crunchbase_search_ipos
Search IPO entities in Crunchbase with complex filtering via query predicates. Returns matching IPO records with the requested field_ids including identifier, amount_raised, share_price, stock_symbol, organization_identifier, and uuid. Required: field_ids. Supports up to 25 predicates; max 1000 results per page.
get_single_crunchbase_ownership_by_id
Get a single Crunchbase ownership entity by id. Returns the ownership entity including its identifier, ownee_identifier, owner_identifier, ownership_type, uuid, created_at, updated_at, rank, permalink, name, and entity_def_id, plus optional card data for child_organization, fields, and parent_organization. Required: id.
crunchbase_ownerships_get_card
Lookup a single card for a Crunchbase ownership entity. Available card types: child_organization, parent_organization. Returns: identifier, owner_identifier, ownee_identifier, ownership_type, created_at. Required: entity_id, card_id.
list_all_crunchbase_search_ownerships
Search ownership entities in Crunchbase using complex query predicates. Returns each ownership with uuid, identifier, owner_identifier, ownee_identifier, ownership_type, created_at, and updated_at. Required: field_ids, query. Supports up to 25 predicates; max 1000 results per page.
get_single_crunchbase_funding_round_by_id
Get a specific Crunchbase funding round by id. Returns the full funding round object including identifier, investment_type, money_raised, announced_on, investor_identifiers, num_investors, created_at, and updated_at. Required: id.
crunchbase_funding_rounds_get_card
Get a single card for a Crunchbase FundingRound by entity_id and card_id. Available cards: investments, investors, lead_investors, organization, partners, press_references. Returns: identifier, entity_def_id, uuid, permalink, and card-specific fields for each item in the card. Required: entity_id, card_id. Max 100 items per response; use after_id or before_id to paginate.
list_all_crunchbase_search_funding_rounds
Search funding round entities in Crunchbase with complex filtering based on predicates defined in the request body. Returns matching funding rounds with their identifier, announced_on, money_raised, investment_type, funded_organization_identifier, num_investors, investment_stage, and other requested fields. Required: field_ids, query. Max 25 predicates per search; queries are AND-only.
get_single_crunchbase_category_by_id
Get a single Crunchbase category (industry) by UUID or permalink. Returns a CategoryEntity whose properties include name, uuid, category_groups, created_at, updated_at, entity_def_id, identifier, and naics_code, plus an optional cards object. Required: id.
list_all_crunchbase_search_categories
Search Category (Industry) entities in Crunchbase with predicate-based filtering. Returns: uuid and properties (identifier, name, category_groups, naics_code, created_at, updated_at, entity_def_id). Required: field_ids, query. Query filters are AND'ed together; up to 25 predicates. Max 1000 per page.
get_single_crunchbase_category_group_by_id
Get a single Crunchbase category group (industry group) by id (UUID or permalink). Returns the entity containing properties and cards — properties includes identifier, name, categories, uuid, created_at, updated_at, and entity_def_id. Required: id.
list_all_crunchbase_search_category_groups
Search CategoryGroup (Industry Group) entities in Crunchbase with complex predicate-based filtering in the request body. Returns each entity's uuid and properties (including identifier, name, categories, created_at, updated_at, entity_def_id). Required: field_ids, query. Max 1000 results per page; up to 25 predicates allowed.
get_single_crunchbase_location_by_id
Get a single Crunchbase location by its UUID or permalink. Returns the location entity's properties object containing identifier, location_type, name, permalink, uuid, short_description, created_at, and updated_at. Required: id.
list_all_crunchbase_search_locations
Search Location entities in Crunchbase using query predicates for complex filtering. Returns: uuid, properties. Required: field_ids, query. Supports up to 25 predicates per search.
get_single_crunchbase_job_by_id
Get a single Crunchbase job entity by id. Returns: properties, cards. Required: id.
crunchbase_jobs_get_card
Get a single card (organization or person) for a Crunchbase job entity by entity_id and card_id. Returns: cards, field_ids, order, query, limit. Required: entity_id, card_id.
list_all_crunchbase_search_jobs
Search job entities in Crunchbase with complex filtering via query predicates. Returns each entity's uuid and properties, where properties includes identifier, job_type, title, organization_identifier, person_identifier, started_on, ended_on, created_at, and updated_at. Required: field_ids, query. Up to 25 predicates per query; max 1000 results per page.
get_single_crunchbase_address_by_id
Get a specific Crunchbase address by id. Returns the address entity with properties including identifier, name, country_code, street_1, street_2, postal_code, region_code, created_at, updated_at, and uuid, plus optional cards (event, fields, organization) when requested via card_ids. Required: id.
crunchbase_addresses_get_card
Get a single card for a Crunchbase address by entity id and card id. Returns the address entity with cards (event or organization data) and properties (identifier, name, location_identifiers, uuid, created_at, updated_at). Required: entity_id, card_id. Available card types: event, organization.
list_all_crunchbase_search_addresses
Search address entities in Crunchbase using complex predicate-based filtering defined in the request body. Returns each matching address as uuid and properties (containing identifier, country_code, name, street_1, location_identifiers, and headquartered_organization_identifier). Required: field_ids, query. Up to 25 predicates per search; max 1000 per page.
get_single_crunchbase_degree_by_id
Get a single Crunchbase degree by id. Returns: cards, properties, openapi, info, externalDocs, servers, security, tags, paths, components. The properties object includes identifier, uuid, subject, type_name, started_on, completed_on, person_identifier, school_identifier, created_at, and updated_at. Required: id.
crunchbase_degrees_get_card
Get a single card (organization or person) for a Crunchbase degree. Returns: count, entities, field_ids, order, query, limit. Cards return a maximum of 100 items; use after_id to paginate. Required: entity_id, card_id.
list_all_crunchbase_search_degrees
Search degree entities in Crunchbase using complex predicate-based filtering. Returns each entity's uuid and properties (identifier, person_identifier, school_identifier, subject, type_name, started_on, completed_on, created_at, updated_at, entity_def_id, name, uuid). Required: field_ids, query. Up to 25 predicates, max 1000 per page.
get_single_crunchbase_diversity_spotlight_by_id
Get a single DiversitySpotlight entity in Crunchbase by UUID or permalink. Returns the entity including its identifier, name, uuid, created_at, updated_at, entity_def_id, and facet_ids within the properties object, plus optional cards for additional field data. Required: id.
list_all_crunchbase_search_diversity_spotlights
Search Crunchbase diversity spotlight entities with complex filtering via query predicates. Returns: uuid, properties. Required: field_ids, query. Up to 25 predicates per search.
get_single_crunchbase_principal_by_id
Get a single Crunchbase principal by UUID or permalink. Returns: cards, properties, openapi, info, externalDocs, servers, security, tags, paths, components. Required: id.
list_all_crunchbase_search_principals
Search principal entities (organizations and persons) in Crunchbase using complex filtering predicates defined in the request body. Returns a list of matching entities, each containing uuid and a properties object with the field_ids requested (e.g. identifier, name, entity_def_id, short_description). Required: field_ids, query. Supports up to 25 predicates per search; limit defaults to 100 with a…
get_single_crunchbase_investment_by_id
Get a single Crunchbase investment by id. Returns the investment object including its identifier, uuid, announced_on date, funding round investment type, organization identifier, investor stage, and created/updated timestamps. Required: id.
crunchbase_investments_get_card
Get a single card for a Crunchbase investment by entity_id and card_id. Available cards are investor and organization. Returns a list of card items (max 100 per page) with fields including identifier, announced_on, funding_round_identifier, and organization_identifier. Required: entity_id, card_id. Use after_id or before_id to paginate to adjacent pages.
list_all_crunchbase_search_investments
Search Crunchbase investment entities with complex predicate-based filtering defined in the request body. Returns: uuid, properties. Required: field_ids, query. Supports up to 25 predicates per search; max 1000 results per page.
get_single_crunchbase_acquisition_by_id
Get a single Crunchbase acquisition by id (UUID or permalink). Returns: properties, cards, field_ids, order, query, limit. Required: id.
crunchbase_acquisitions_get_card
Get a single card for a Crunchbase acquisition by entity_id and card_id. Returns: cards, field_ids, order, query, limit. Required: entity_id, card_id. Available cards: acquiree_organization, acquirer_organization, press_references. Max 100 items per card.
list_all_crunchbase_search_acquisitions
Search acquisition entities in Crunchbase with complex filtering based on predicates defined in the request body. Returns matching acquisitions with the requested field_ids including identifier, announced_on, completed_on, status, acquisition_type, price, acquiree_identifier, acquirer_identifier, rank, uuid. Required: field_ids, query. Max 25 predicates per search; queries are AND-only. Results are paged by after_id using the uuid of the last entity in the current page, up to 1000 per page.
crunchbase_metadata_get_fields
Get the list of available fields for Crunchbase collections with their type and description. Returns CSV-formatted fields metadata containing field names, types, and descriptions organized by collection. Optional: collection_ids to filter to specific collections.
crunchbase_metadata_get_openapi_spec_json
Get the Crunchbase API OpenAPI specification document in JSON format. Returns the full OpenAPI 3.0 specification including openapi version, info, servers, paths, and components.
crunchbase_metadata_get_openapi_spec_yaml
Get the Crunchbase API OpenAPI specification document in YAML format. Returns the full OpenAPI 3.0 specification including openapi version, info, servers, paths, and components.
No tools match your search.
How it works
From Crunchbase account to governed MCP endpoint
Connect
Link a Crunchbase account through Elaichi's hosted connect flow. Credentials are vaulted, so nobody, including the AI, ever sees them.
Compose
The connection becomes a toolbox instantly. Curate which Crunchbase tools are exposed, rename them, or freeze arguments.
Authorize
Point Claude, ChatGPT, Cursor, or any MCP client at the one Elaichi endpoint and sign in with OAuth, governed by roles, restrictions, and audit logs.
Put your agents to work in the tools you already use
Start a 14-day Gold trial. Connect a product, curate a toolbox, and paste a governed MCP endpoint into Claude, ChatGPT, or Cursor in minutes.