MCP Catalogs
Home

mcp-server-chart vs companies-house-mcp

Side-by-side comparison to help you pick between these two MCP servers.

mcp-server-chart
by antvis
companies-house-mcp
by stefanoamorelli
Stars★ 4,068★ 18
30d uses10,239
Score8443
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
FinanceDeveloper ToolsProductivity
LanguageTypeScriptTypeScript
Last committhis monththis month

mcp-server-chart · Summary

A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.

companies-house-mcp · Summary

UK Companies House API MCP server with 45+ tools for company information, search, officers, filing history, PSC, and charges.

mcp-server-chart · Use cases

  • Data analysts creating visual reports from datasets
  • AI assistants generating custom charts based on user requests
  • Web applications embedding visualization capabilities via HTTP API

companies-house-mcp · Use cases

  • Business research and due diligence by querying UK company information
  • Compliance monitoring by tracking officer appointments and disqualifications
  • Financial analysis by examining company accounts and charges
  • Investigating corporate structures through PSC ownership data

mcp-server-chart · Install

Installation

Install globally:

npm install -g @antv/mcp-server-chart

For Desktop Apps (e.g., Claude Desktop, VSCode):

{
  "mcpServers": {
    "mcp-server-chart": {
      "command": "npx",
      "args": ["-y", "@antv/mcp-server-chart"]
    }
  }
}

For Windows:

{
  "mcpServers": {
    "mcp-server-chart": {
      "command": "cmd",
      "args": ["/c", "npx", "-y", "@antv/mcp-server-chart"]
    }
  }
}

companies-house-mcp · Install

Installation

1. Get an API key

Register at the [Companies House Developer Hub](https://developer.company-information.service.gov.uk/) and create an application.

2. Configure your MCP client

Add to your Claude Desktop config:

{
  "mcpServers": {
    "companies-house": {
      "command": "npx",
      "args": ["-y", "companies-house-mcp-server"],
      "env": {
        "COMPANIES_HOUSE_API_KEY": "your_api_key_here"
      }
    }
  }
}

Build from source (optional)

git clone https://github.com/stefanoamorelli/companies-house-mcp.git
cd companies-house-mcp
npm install && npm run build

Then point your MCP client to node /path/to/companies-house-mcp/dist/index.js.

Comparison generated from public README + GitHub signals. Last updated automatically.