Labsco
MCP SERVER

Crunchbase

by Cyreslab-AI

Search Crunchbase for companies, then pull their funding rounds, acquisitions and people — in the conversation where you are writing the memo.

Company Registries & Business Intelligence Data
Summary
Company research that answers back instead of loading.

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.

What it is

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.

What you get
  • 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
Requirements

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.