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 是可选的——如果没有它,将使用免费层级(受速率限制)。请在 opencorporates.com 获取 API 密钥。
工具
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