Search

Crunchbase MCP Server

Connect your account, then chat with AI to run tools.

Crunchbase is the leading platform for company intelligence. Search and look up organizations, people, funding rounds, acquisitions, and investors. Requires an Enterprise or Applications license for full API access.

30 tools
Agent guide included
Start Chatting

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for Crunchbase — workflow patterns, data models, and gotchas for your AI agent.

Crunchbase

Crunchbase is the leading platform for company intelligence. Search and look up organizations, people, funding rounds, acquisitions, and investors. Requires an Enterprise or Applications license for full API access.

Data Model

  • Organizations (companies; use permalink from autocomplete or search), People, Funding rounds, Acquisitions, Investors. Autocomplete returns entities with identifier.permalink. Search uses predicate queries with field_ids, operator_id, values; filter by facet_ids (e.g. company).

Gotchas

  • field_ids: Always specify field_ids to reduce payload and stay within rate limits. Don't request all fields.
  • Enterprise/Applications license: Required for full API access; lower tiers return partial coverage.
  • Rate limit: 200 calls/minute. Use field_ids to minimize requests.

Tools in this Server (30)

Crunchbase Autocomplete

Quick entity lookup on Crunchbase by name. Returns matching entities with UUIDs and permalinks that can be used with crunchbase_get_organization, crun...

Crunchbase Get Address

Look up an address on Crunchbase. Returns street, city, region, country, and postal code.

Crunchbase Get Address Card

Paginate through a specific relationship card for a address on Crunchbase. Use when a card has more than 100 items. Returns up to 100 items per page w...

Crunchbase Get Category

Look up a category on Crunchbase (e.g. SaaS, Android, Cloud Computing). Resolve category UUIDs from organization data to human-readable names.

Crunchbase Get Category Group

Look up a category group on Crunchbase (superset of industries, e.g. Software, Mobile, Health Care). Resolve category group UUIDs to human-readable na...

Crunchbase Get Degree

Look up a degree on Crunchbase. Shows a person's educational degree with institution, type, subject, and dates.

Crunchbase Get Degree Card

Paginate through a specific relationship card for a degree on Crunchbase. Use when a card has more than 100 items. Returns up to 100 items per page wi...

Crunchbase Get Deleted Entities

Retrieve recently deleted entities from Crunchbase for data synchronization. Returns entity UUIDs, types, and deletion timestamps. Use to keep local d...

Crunchbase Get Diversity Spotlight

Look up a diversity spotlight on Crunchbase. Shows diversity types represented in an organization's founding members, CEO, or investment firm check-wr...

Crunchbase Get Event

Look up an event on Crunchbase by UUID or permalink. Returns event details: name, description, dates, location, organizer, and website.

Crunchbase Get Event Appearance

Look up an event appearance on Crunchbase. Shows how an entity (person or organization) appeared at an event (speaker, sponsor, etc.).

Crunchbase Get Event Appearance Card

Paginate through a specific relationship card for a event appearance on Crunchbase. Use when a card has more than 100 items. Returns up to 100 items p...

Crunchbase Get Event Card

Paginate through a specific relationship card for a event on Crunchbase. Use when a card has more than 100 items. Returns up to 100 items per page wit...

Crunchbase Get Funding Round

Look up a single funding round on Crunchbase by UUID or permalink. Returns round details: announced date, investment type (seed, series_a, etc.), mone...

Crunchbase Get Ipo

Look up an IPO on Crunchbase by UUID. Returns IPO details: stock exchange, stock symbol, money raised, valuation, share price, organization that went ...

Crunchbase Get Ipo Card

Paginate through a specific relationship card for a IPO on Crunchbase. Use when a card has more than 100 items. Returns up to 100 items per page with ...

Crunchbase Get Job

Look up a job position on Crunchbase. Shows a person's role at an organization with title, dates, and whether it's current.

Crunchbase Get Job Card

Paginate through a specific relationship card for a job on Crunchbase. Use when a card has more than 100 items. Returns up to 100 items per page with ...

Crunchbase Get Location

Look up a location on Crunchbase (city, region, country, continent, or group like 'Silicon Valley'). Resolve location UUIDs to human-readable names.

Crunchbase Get Organization

Look up a single organization on Crunchbase by UUID or permalink. Returns selected data fields (name, description, funding, employees, etc.) and relat...

Crunchbase Get Organization Card

Paginate through a specific relationship card for an organization on Crunchbase. Use when a card has more than 100 items (e.g., large investor portfol...

Crunchbase Get Ownership

Look up an ownership relationship on Crunchbase. Shows parent-child relationships between organizations: subsidiaries, divisions, investment arms, joi...

Crunchbase Get Ownership Card

Paginate through a specific relationship card for a ownership on Crunchbase. Use when a card has more than 100 items. Returns up to 100 items per page...

Crunchbase Get Person

Look up a single person on Crunchbase by UUID or permalink. Returns selected profile fields (name, bio, location, social links) and relationship cards...

Crunchbase Get Person Card

Paginate through a specific relationship card for a person on Crunchbase. Use when a card has more than 100 items. Returns up to 100 items per page wi...

Crunchbase Get Principal

Look up a principal (investor) on Crunchbase — can be either an organization or a person. Returns investor profile: stage, type, portfolio stats, numb...

Crunchbase Search Funding Rounds

Search for funding rounds on Crunchbase with filtering. Find rounds by date, investment type (seed, series_a, series_b, etc.), amount raised, investor...

Crunchbase Search Organizations

Search for organizations on Crunchbase with powerful filtering. Specify exactly which fields to return and filter by funding, location, category, empl...

Crunchbase Search People

Search for people on Crunchbase with filtering. Find founders, investors, executives by criteria like location, number of founded organizations, inves...

Crunchbase Search Principals

Search for principals (investors — both organizations and people) on Crunchbase. Use facet_ids='investor' filter to search across both org and person ...

Frequently Asked Questions

What is the Crunchbase MCP server?

Crunchbase is the leading platform for company intelligence. Search and look up organizations, people, funding rounds, acquisitions, and investors. Requires an Enterprise or Applications license for full API access. It provides 30 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect Crunchbase to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/crunchbase. Authentication is handled automatically.

How many tools does Crunchbase provide?

Crunchbase provides 30 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does Crunchbase require?

Crunchbase uses API Key. Crunchbase requires credentials. Connect via MCPBundles and authentication is handled automatically.

Setup Instructions

Connect Crunchbase to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/crunchbase

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Ready to use Crunchbase?

Sign in to connect your credentials and start running tools from the chat.

Crunchbase MCP Server & Skill — 30 Tools