get_company

Pack: companies-house · Endpoint: https://gateway.pipeworx.io/companies-house/mcp

Fetch a single UK company profile by company number. Returns registered name, status, type, SIC codes, registered office, accounts/confirmation-statement due dates, and links to officers/filings/charges/PSCs.

Parameters

NameTypeRequiredDescription
company_numberstringyesUK company number (e.g., “00006245”)

Example call

curl -X POST https://gateway.pipeworx.io/companies-house/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_company","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "companies-house": {
      "url": "https://gateway.pipeworx.io/companies-house/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build May 12, 2026