The value is the chain: a filter turns into a list of companies, a company turns into its rounds and its acquirers, and a name turns into the people around it — without a browser tab per hop.
An MCP server over the Crunchbase API. It authenticates with your Crunchbase API key and exposes five calls: company search, company detail, funding, acquisitions and people.
- Companies searched by query, location, category and founding date range
- The detail record for a specific company
- Every funding round a company has raised
- Acquisition data — who bought whom
- The people associated with a company
Node.js 16 or higher and a Crunchbase API key — Crunchbase sells API access separately from a Crunchbase login, so get the key from their API signup. Clone, `npm install`, `npm run build`; `npm run setup` will find your MCP settings file and write the server into it for you.
