MCP Catalogs
首页companies-house-mcp screenshot

companies-house-mcp

by stefanoamorelli·18·综合分 43

英国公司注册处API的MCP服务器,提供45+个工具用于获取公司信息、搜索、高管、提交历史和股权数据。

financedeveloper-toolsproductivity
5
Forks
14
活跃 Issue
本月
最近提交
2 天前
收录于

概述

这个MCP服务器通过45多个精心组织的工具全面访问英国公司注册处API功能。它涵盖公司档案、地址、登记册、破产数据、机构信息,以及各种搜索功能,包括公司、高管、被取消资格的高管和已解散公司。服务器还检索详细的提交历史记录、高管任命和取消资格、各种实体类型的PSC(有重大控制权的人)信息,以及抵押和收费数据。该服务使用TypeScript实现,具有适当的构建和测试设置,并明确说明了600次请求/5分钟的API速率限制。

试试问 AI

装完之后,这里有 6 个你可以让 AI 做的事:

:通过查询英国公司信息进行商业研究和尽职调查
:通过跟踪高管任命和取消资格进行合规监控
:通过审查公司账户和收费进行财务分析
:通过PSC所有权数据调查公司结构
:API的速率限制是什么?
:我可以将其用于商业目的吗?

什么时候选它

当您需要通过MCP客户端获取全面的英国公司数据时,选择此MCP服务器,特别是在英国市场进行尽职调查、财务分析或合规监控时。

什么时候不要选它

如果您需要英国以外的数据,或需要商业使用而不想单独联系作者获取许可,请不要选择此服务器。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • get_company_info

    Retrieve detailed information about a UK company

  • search_companies

    Search for UK companies using various criteria

  • get_filing_history

    Retrieve filing history for a UK company

  • get_officers

    List officers (directors, etc.) of a UK company

  • search_officers

    Search for officers across UK companies

  • get_psc_statements

    Retrieve statements of significant control for a UK company

  • get_charges

    Retrieve charges registered against a UK company

  • get_company_profile

    Get basic profile information for a UK company

  • get_company_registers

    Retrieve registers maintained by a UK company

  • get_disqualified_officers

    Search for disqualified officers across UK companies

  • search_dissolved_companies

    Search for dissolved UK companies

  • get_company_appointments

    Get officer appointments for a UK company

可对比工具

opencorporates-mcpcompanies-house-apibusiness-register-api-mcpuk-companies-data

安装

安装

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 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。