companies-house-mcp
by stefanoamorelli·★ 18·综合分 43
英国公司注册处API的MCP服务器,提供45+个工具用于获取公司信息、搜索、高管、提交历史和股权数据。
概述
这个MCP服务器通过45多个精心组织的工具全面访问英国公司注册处API功能。它涵盖公司档案、地址、登记册、破产数据、机构信息,以及各种搜索功能,包括公司、高管、被取消资格的高管和已解散公司。服务器还检索详细的提交历史记录、高管任命和取消资格、各种实体类型的PSC(有重大控制权的人)信息,以及抵押和收费数据。该服务使用TypeScript实现,具有适当的构建和测试设置,并明确说明了600次请求/5分钟的API速率限制。
试试问 AI
装完之后,这里有 6 个你可以让 AI 做的事:
什么时候选它
当您需要通过MCP客户端获取全面的英国公司数据时,选择此MCP服务器,特别是在英国市场进行尽职调查、财务分析或合规监控时。
什么时候不要选它
如果您需要英国以外的数据,或需要商业使用而不想单独联系作者获取许可,请不要选择此服务器。
此 server 暴露的工具
从 README 抽取出 12 个工具get_company_infoRetrieve detailed information about a UK company
search_companiesSearch for UK companies using various criteria
get_filing_historyRetrieve filing history for a UK company
get_officersList officers (directors, etc.) of a UK company
search_officersSearch for officers across UK companies
get_psc_statementsRetrieve statements of significant control for a UK company
get_chargesRetrieve charges registered against a UK company
get_company_profileGet basic profile information for a UK company
get_company_registersRetrieve registers maintained by a UK company
get_disqualified_officersSearch for disqualified officers across UK companies
search_dissolved_companiesSearch for dissolved UK companies
get_company_appointmentsGet officer appointments for a UK company
可对比工具
安装
安装
1. 获取API密钥
在[公司注册处开发者中心](https://developer.company-information.service.gov.uk/)注册并创建应用程序。
2. 配置您的MCP客户端
添加到您的Claude Desktop配置中:
{
"mcpServers": {
"companies-house": {
"command": "npx",
"args": ["-y", "companies-house-mcp-server"],
"env": {
"COMPANIES_HOUSE_API_KEY": "your_api_key_here"
}
}
}
}从源码构建(可选)
git clone https://github.com/stefanoamorelli/companies-house-mcp.git
cd companies-house-mcp
npm install && npm run build然后将您的MCP客户端指向 node /path/to/companies-house-mcp/dist/index.js。
FAQ
- API的速率限制是什么?
- 每个API密钥每5分钟600次请求。某些端点可能有额外的限制。
- 我可以将其用于商业目的吗?
- 默认许可证是GNU Affero General Public License v3.0。如需商业许可,请联系 stefano@amorelli.tech。
companies-house-mcp 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。