@pullapi/crunchbase-scraper-mcp
v1.0.0
Published
Crunchbase MCP server — company profiles & funding rounds. For Claude, Cursor & AI agents.
Maintainers
Readme
Crunchbase Scraper MCP Server
An MCP server that provides real-time Crunchbase data — company profiles with founders and industry info, plus detailed funding round history — for use with Claude, Cursor, and other MCP-compatible AI tools.
Features
- Get Company — Get Crunchbase company profile including funding, founders, and industry info
- Get Funding — Get detailed funding rounds for a company from Crunchbase
Tools
get_company
Get Crunchbase company profile including funding, founders, and industry info
Parameters:
| Name | Type | Required | Description |
|------|------|----------|-------------|
| slug | string | Yes | Crunchbase company slug (e.g. 'openai') |
get_funding
Get detailed funding rounds for a company from Crunchbase
Parameters:
| Name | Type | Required | Description |
|------|------|----------|-------------|
| slug | string | Yes | Crunchbase company slug |
Configuration
Get your API key from RapidAPI.
Usage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"crunchbase": {
"command": "npx",
"args": ["-y", "@pullapi/crunchbase-scraper-mcp"],
"env": {
"RAPIDAPI_KEY": "your-rapidapi-key"
}
}
}
}Usage with Cursor
Add to your Cursor MCP settings (.cursor/mcp.json):
{
"mcpServers": {
"crunchbase": {
"command": "npx",
"args": ["-y", "@pullapi/crunchbase-scraper-mcp"],
"env": {
"RAPIDAPI_KEY": "your-rapidapi-key"
}
}
}
}License
MIT
