Skip to main content
Glama
Gonzih

mcp-opencorporates

by Gonzih

mcp-opencorporates

OpenCorporates(世界最大のオープン企業データベース)用のMCPサーバーです。世界140以上の管轄区域にわたる企業、役員、および登記履歴を検索できます。

インストール

npx -y @gonzih/mcp-opencorporates

Claude 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

すべての管轄区域、または特定の管轄区域内で企業名を検索します。

パラメータ

必須

説明

q

string

はい

企業名または検索クエリ

jurisdiction_code

string

いいえ

管轄区域によるフィルタ(例: us_de, gb, de

page

number

いいえ

ページネーション用のページ番号

get_company

管轄区域コードと登録番号を使用して、企業の詳細情報を取得します。

パラメータ

必須

説明

jurisdiction_code

string

はい

管轄区域コード(例: us_de, gb

company_number

string

はい

企業登録番号

search_officers

すべての企業にわたって役員(取締役、株主、代理人)を検索します。

パラメータ

必須

説明

q

string

はい

役員名または検索クエリ

jurisdiction_code

string

いいえ

管轄区域によるフィルタ

page

number

いいえ

ページネーション用のページ番号

get_company_officers

特定の企業の全役員を取得します。

パラメータ

必須

説明

jurisdiction_code

string

はい

管轄区域コード

company_number

string

はい

企業登録番号

page

number

いいえ

ページネーション用のページ番号

get_company_filings

企業の登記履歴を取得します。

パラメータ

必須

説明

jurisdiction_code

string

はい

管轄区域コード

company_number

string

はい

企業登録番号

page

number

いいえ

ページネーション用のページ番号

管轄区域コード

一般的なコード:

コード

管轄区域

us_de

米国デラウェア州

us_ca

米国カリフォルニア州

us_ny

米国ニューヨーク州

gb

イギリス

de

ドイツ

fr

フランス

au

オーストラリア

ca_on

カナダ・オンタリオ州

全リスト:opencorporates.com/jurisdictions

APIキーの設定

無料枠はAPIキーなしでも動作しますが、レート制限があります。制限を緩和するには:

  1. opencorporates.com でサインアップします

  2. Claude Desktopの設定で OPENCORPORATES_API_KEY 環境変数を設定します

APIリファレンス

完全なAPIドキュメント:api.opencorporates.com/documentation/API-Reference

ライセンス

MIT

F
license - not found
-
quality - not tested
C
maintenance

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