MCP Catalogs
HomeMCP_Server screenshot

MCP_Server

by ThomasJanssen-tech·1·Score 28

Python MCP server for querying Crunchbase company data through Claude Desktop.

ai-llmweb-scrapingdeveloper-tools
3
Forks
0
Open issues
10 mo ago
Last commit
2d ago
Indexed

Overview

This MCP server allows users to ask questions about companies listed on Crunchbase by integrating with the Crunchbase API through Bright Data. The server processes and ingests data which can then be queried through Claude Desktop. It uses Python and requires UV for package management and Claude Desktop as the client application.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Researching companies and their data on Crunchbase
you:Analyzing market trends through company information
you:Competitive intelligence gathering
you:What data sources does this MCP server use?
you:Do I need to set up anything special before using?

When to choose this

Choose this MCP server if you need to analyze Crunchbase company data through Claude Desktop and are willing to handle your own data ingestion with Bright Data API.

When NOT to choose this

Don't choose this server if you need real-time data updates, want built-in authentication, or prefer solutions that don't require external API keys like Bright Data.

Comparable tools

crunchbase-api-mcpfinancial-data-mcpweb-scraper-mcp

Installation

Installation

  1. Install UV

On Windows:

powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"

On MacOS/Linux:

curl -LsSf https://astral.sh/uv/install.sh | sh
  1. Download Claude Desktop

Download from: https://claude.ai/download

  1. Clone the repository:
git clone https://github.com/ThomasJanssen-tech/MCP_Server
cd MCP_Server
  1. Add Bright Data API Key

Get $15 Bright Data credits: https://brdta.com/tomstechacademy Rename .env.example to .env and add your Bright Data API key

  1. Configure Claude Desktop
uv run mcp install main.py

Usage

Execute the following commands:

uv run download_data.py
uv run ingest_data.py

FAQ

What data sources does this MCP server use?
The server uses Crunchbase data accessed through the Bright Data API.
Do I need to set up anything special before using?
Yes, you need to get a Bright Data API key and configure Claude Desktop to use the MCP server.

Compare MCP_Server with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.