mcp-opencorporates
mcp-opencorporates
OpenCorporates(世界最大のオープン企業データベース)用のMCPサーバーです。世界140以上の管轄区域にわたる企業、役員、および登記履歴を検索できます。
インストール
npx -y @gonzih/mcp-opencorporatesClaude Desktopの設定
~/Library/Application Support/Claude/claude_desktop_config.json に以下を追加してください:
{
"mcpServers": {
"opencorporates": {
"command": "npx",
"args": ["-y", "@gonzih/mcp-opencorporates"],
"env": {
"OPENCORPORATES_API_KEY": "your_api_key_here"
}
}
}
}OPENCORPORATES_API_KEY は任意です。指定しない場合は無料枠(レート制限あり)が使用されます。APIキーは opencorporates.com で取得できます。
ツール
search_companies
すべての管轄区域、または特定の管轄区域内で企業名を検索します。
パラメータ | 型 | 必須 | 説明 |
| string | はい | 企業名または検索クエリ |
| string | いいえ | 管轄区域によるフィルタ(例: |
| number | いいえ | ページネーション用のページ番号 |
get_company
管轄区域コードと登録番号を使用して、企業の詳細情報を取得します。
パラメータ | 型 | 必須 | 説明 |
| string | はい | 管轄区域コード(例: |
| string | はい | 企業登録番号 |
search_officers
すべての企業にわたって役員(取締役、株主、代理人)を検索します。
パラメータ | 型 | 必須 | 説明 |
| string | はい | 役員名または検索クエリ |
| string | いいえ | 管轄区域によるフィルタ |
| number | いいえ | ページネーション用のページ番号 |
get_company_officers
特定の企業の全役員を取得します。
パラメータ | 型 | 必須 | 説明 |
| string | はい | 管轄区域コード |
| string | はい | 企業登録番号 |
| number | いいえ | ページネーション用のページ番号 |
get_company_filings
企業の登記履歴を取得します。
パラメータ | 型 | 必須 | 説明 |
| string | はい | 管轄区域コード |
| string | はい | 企業登録番号 |
| number | いいえ | ページネーション用のページ番号 |
管轄区域コード
一般的なコード:
コード | 管轄区域 |
| 米国デラウェア州 |
| 米国カリフォルニア州 |
| 米国ニューヨーク州 |
| イギリス |
| ドイツ |
| フランス |
| オーストラリア |
| カナダ・オンタリオ州 |
全リスト:opencorporates.com/jurisdictions
APIキーの設定
無料枠はAPIキーなしでも動作しますが、レート制限があります。制限を緩和するには:
opencorporates.com でサインアップします
Claude Desktopの設定で
OPENCORPORATES_API_KEY環境変数を設定します
APIリファレンス
完全なAPIドキュメント:api.opencorporates.com/documentation/API-Reference
ライセンス
MIT
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/Gonzih/mcp-opencorporates'
If you have feedback or need assistance with the MCP directory API, please join our Discord server