loading…
Search for a command to run...
loading…
Search companies, officers, and filing history across 140+ jurisdictions worldwide using the OpenCorporates API.
Search companies, officers, and filing history across 140+ jurisdictions worldwide using the OpenCorporates API.
MCP server for OpenCorporates — the world's largest open database of companies. Search companies, officers, and filing history across 140+ jurisdictions worldwide.
npx -y @gonzih/mcp-opencorporates
Add to ~/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"
}
}
}
}
The OPENCORPORATES_API_KEY is optional — without it, the free tier is used (rate-limited). Get an API key at opencorporates.com.
search_companiesSearch companies by name across all jurisdictions or within a specific one.
| Parameter | Type | Required | Description |
|---|---|---|---|
q |
string | yes | Company name or search query |
jurisdiction_code |
string | no | Filter by jurisdiction (e.g. us_de, gb, de) |
page |
number | no | Page number for pagination |
get_companyGet full details for a company by jurisdiction code and registration number.
| Parameter | Type | Required | Description |
|---|---|---|---|
jurisdiction_code |
string | yes | Jurisdiction code (e.g. us_de, gb) |
company_number |
string | yes | Company registration number |
search_officersSearch for officers (directors, shareholders, agents) across all companies.
| Parameter | Type | Required | Description |
|---|---|---|---|
q |
string | yes | Officer name or search query |
jurisdiction_code |
string | no | Filter by jurisdiction |
page |
number | no | Page number for pagination |
get_company_officersGet all officers for a specific company.
| Parameter | Type | Required | Description |
|---|---|---|---|
jurisdiction_code |
string | yes | Jurisdiction code |
company_number |
string | yes | Company registration number |
page |
number | no | Page number for pagination |
get_company_filingsGet the filing history for a company.
| Parameter | Type | Required | Description |
|---|---|---|---|
jurisdiction_code |
string | yes | Jurisdiction code |
company_number |
string | yes | Company registration number |
page |
number | no | Page number for pagination |
Common codes:
| Code | Jurisdiction |
|---|---|
us_de |
Delaware, USA |
us_ca |
California, USA |
us_ny |
New York, USA |
gb |
United Kingdom |
de |
Germany |
fr |
France |
au |
Australia |
ca_on |
Ontario, Canada |
Full list: opencorporates.com/jurisdictions
The free tier works without an API key but is rate-limited. For higher limits:
OPENCORPORATES_API_KEY env var in your Claude Desktop configFull API documentation: api.opencorporates.com/documentation/API-Reference
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"mcp-opencorporates": {
"command": "npx",
"args": []
}
}
}