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

工具

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