crunchbase-mcp-server
3
The Crunchbase MCP Server is a Model Context Protocol Server designed to provide AI assistants with access to Crunchbase data. It offers features for searching companies, retrieving funding and acquisition data, and finding people associated with companies, all configurable via an API key.
Crunchbase MCP Server
A Model Context Protocol (MCP) server providing access to Crunchbase data for AI assistants. Features include:
- Company search based on various criteria
- Detailed company information
- Company funding rounds
- Acquisition data
- People search associated with companies
Prerequisites
- Node.js (v16 or higher)
- Crunchbase API key
Installation
- Clone the repository
- Install dependencies
- Build the project
Configuration
- Set Crunchbase API key as an environment variable
- Use setup script for MCP configuration
Usage
Start the server with npm start
or npm run dev
for development. Available tools include search_companies
, get_company_details
, get_funding_rounds
, get_acquisitions
, search_people
and resources like Trending Companies, Company Details, etc.