Crunchbase MCP サーバー
AIアシスタントがCrunchbaseデータにアクセスできるようにするModel Context Protocol(MCP)サーバー。このサーバーにより、AIアシスタントはCrunchbaseから企業を検索し、企業情報、資金調達情報、買収情報、人事データなどを取得できます。
特徴
- さまざまな基準で企業を検索する
- 特定の企業に関する詳細情報を入手する
- 企業の資金調達ラウンドを取得する
- 取得データを取得する
- 企業に関連する人物を検索する
前提条件
- Node.js (v16 以上)
- Crunchbase APIキー
インストール
- リポジトリをクローンします。
- 依存関係をインストールします:
- プロジェクトをビルドします。
構成
サーバーを動作させるにはCrunchbase APIキーが必要です。APIキーはCrunchbase APIにサインアップすることで取得できます。
APIキーの設定
API キーを環境変数として設定します。
MCP構成
付属のセットアップ スクリプトを使用して、MCP サーバーを自動的に構成できます。
セットアップ スクリプトは次の処理を実行します。
- Crunchbase APIキーを尋ねる
- MCP設定ファイルを見つける(または新しいファイルを作成する)
- Crunchbase MCPサーバーを設定に追加する
あるいは、MCP 構成ファイルに手動で追加することもできます。
使用法
サーバーの実行
サーバーを起動します。
自動リロードを使用した開発の場合:
利用可能なツール
サーバーは次のツールを公開します。
- 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:
- 会社詳細- 特定の会社に関する詳細情報
- URI テンプレート:
crunchbase://companies/{name}
- URI テンプレート:
- 企業の資金調達ラウンド- 特定の企業の資金調達ラウンド
- URI テンプレート:
crunchbase://companies/{name}/funding
- URI テンプレート:
- 企業買収- 特定の企業による、または特定の企業の買収
- URI テンプレート:
crunchbase://companies/{name}/acquisitions
- URI テンプレート:
クエリの例
AI アシスタントがこの MCP サーバーを使用する方法の例をいくつか示します。
- サンフランシスコの AI 企業を検索:
- 特定の企業の詳細を取得します。
- 企業の資金調達ラウンドを獲得する:
- テクノロジー企業の CEO を検索:
ライセンス
マサチューセッツ工科大学
接触
ご質問やサポートについては、 contact@cyreslab.aiまでお問い合わせください。
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
AIアシスタントがCrunchbaseデータにアクセスできるようにするModel Context Protocol(MCP)サーバー。このサーバーにより、AIアシスタントはCrunchbaseから企業を検索し、企業情報、資金調達情報、買収情報、人事データなどを取得できます。
Related Resources
Related MCP Servers
- AsecurityFlicenseAqualityA Model Context Protocol (MCP) server that provides programmatic access to the Supabase Management API. This server allows AI models and other clients to manage Supabase projects and organizations through a standardized interface.Last updated 8 months ago840842JavaScript
- AsecurityAlicenseAqualityA Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.Last updated 4 days ago17,3741,973TypeScriptMIT License
- -securityAlicense-qualityA Model Context Protocol (MCP) server that enables AI assistants to interact with MySQL databases by executing SQL queries and checking database connectivity.Last updated 4 months agoTypeScriptMIT License
- AsecurityFlicenseAqualityAn all-in-one Model Context Protocol (MCP) server that connects your coding AI to numerous databases, data warehouses, data pipelines, and cloud services, streamlining development workflow through seamless integrations.Last updated 2 months ago2Python