Crunchbase MCP Server
Crunchbase MCP サーバー
AIアシスタントがCrunchbaseデータにアクセスできるようにするModel Context Protocol(MCP)サーバー。このサーバーにより、AIアシスタントはCrunchbaseから企業を検索し、企業情報、資金調達情報、買収情報、人事データなどを取得できます。
特徴
さまざまな基準で企業を検索する
特定の企業に関する詳細情報を入手する
企業の資金調達ラウンドを取得する
取得データを取得する
企業に関連する人物を検索する
Related MCP server: Coin MCP Server
前提条件
Node.js (v16 以上)
Crunchbase APIキー
インストール
リポジトリをクローンします。
git clone https://github.com/Cyreslab-AI/crunchbase-mcp-server.git
cd crunchbase-mcp-server依存関係をインストールします:
npm installプロジェクトをビルドします。
npm run build構成
サーバーを動作させるにはCrunchbase APIキーが必要です。APIキーはCrunchbase APIにサインアップすることで取得できます。
APIキーの設定
API キーを環境変数として設定します。
export CRUNCHBASE_API_KEY=your_api_key_hereMCP構成
付属のセットアップ スクリプトを使用して、MCP サーバーを自動的に構成できます。
# Build the project first
npm run build
# Run the setup script
npm run setupセットアップ スクリプトは次の処理を実行します。
Crunchbase APIキーを尋ねる
MCP設定ファイルを見つける(または新しいファイルを作成する)
Crunchbase MCPサーバーを設定に追加する
あるいは、MCP 構成ファイルに手動で追加することもできます。
{
"mcpServers": {
"crunchbase": {
"command": "node",
"args": ["/path/to/crunchbase-mcp-server/build/index.js"],
"env": {
"CRUNCHBASE_API_KEY": "your_api_key_here"
},
"disabled": false,
"autoApprove": []
}
}
}使用法
サーバーの実行
サーバーを起動します。
npm start自動リロードを使用した開発の場合:
npm run dev利用可能なツール
サーバーは次のツールを公開します。
search_companies - さまざまな基準に基づいて企業を検索する
パラメータ:
query(オプション): 検索クエリ(例:会社名、説明)location(オプション):場所でフィルタリングします(例:「サンフランシスコ」、「ニューヨーク」)category(オプション): カテゴリでフィルタリング(例:「人工知能」、「フィンテック」)founded_after(オプション):設立日(YYYY-MM-DD)でフィルタリングfounded_before(オプション): 設立日(YYYY-MM-DD)でフィルタリングstatus(オプション): 会社のステータス(例:「アクティブ」、「閉鎖」)でフィルタリングしますlimit(オプション): 返される結果の最大数 (デフォルト: 10)
get_company_details - 特定の会社に関する詳細情報を取得する
パラメータ:
name_or_id(必須): 会社名またはUUID
get_funding_rounds - 特定の企業の資金調達ラウンドを取得する
パラメータ:
company_name_or_id(必須): 会社名またはUUIDlimit(オプション): 返される結果の最大数 (デフォルト: 10)
get_acquisitions - 特定の企業による、または特定の企業の買収を取得する
パラメータ:
company_name_or_id(オプション): 会社名またはUUIDlimit(オプション): 返される結果の最大数 (デフォルト: 10)
search_people - さまざまな基準に基づいて人物を検索する
パラメータ:
query(オプション): 検索クエリ(例:人名)company(オプション): 会社名でフィルタリングtitle(オプション): 役職で絞り込むlimit(オプション): 返される結果の最大数 (デフォルト: 10)
利用可能なリソース
サーバーは次のリソースも公開します。
トレンド企業- Crunchbaseでトレンドになっている企業リスト
URI:
crunchbase://trending/companies
会社詳細- 特定の会社に関する詳細情報
URI テンプレート:
crunchbase://companies/{name}
企業の資金調達ラウンド- 特定の企業の資金調達ラウンド
URI テンプレート:
crunchbase://companies/{name}/funding
企業買収- 特定の企業による、または特定の企業の買収
URI テンプレート:
crunchbase://companies/{name}/acquisitions
クエリの例
AI アシスタントがこの MCP サーバーを使用する方法の例をいくつか示します。
サンフランシスコの AI 企業を検索:
{
"query": "AI",
"location": "San Francisco",
"limit": 5
}特定の企業の詳細を取得します。
{
"name_or_id": "OpenAI"
}企業の資金調達ラウンドを獲得する:
{
"company_name_or_id": "Anthropic"
}テクノロジー企業の CEO を検索:
{
"title": "CEO",
"limit": 10
}ライセンス
マサチューセッツ工科大学
接触
ご質問やサポートについては、 contact@cyreslab.aiまでお問い合わせください。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceAn MCP (Model Context Protocol) server that provides Google search capabilities and webpage content analysis tools. This server enables AI models to perform Google searches and analyze webpage content programmatically.59252ISC
- FlicenseNot gradedqualityFmaintenanceA Model Context Protocol server that provides access to CoinMarketCap's cryptocurrency data, enabling AI applications to retrieve cryptocurrency listings, quotes, and detailed information.37
- FlicenseBqualityDmaintenanceA Model Context Protocol server that allows AI assistants like Claude to directly query cryptocurrency and blockchain project data from RootData, including project information, organization details, and search results.36
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
MCP server for LeadDelta — manage LinkedIn connections and CRM data via AI assistants.
Remote MCP server to enrich company profiles with structured B2B data and confidence scores.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Cyreslab-AI/crunchbase-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server