get_persons_with_significant_control

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

Beneficial-ownership records (PSCs) for a UK company — individuals or entities with significant control. Returns name, kind, nature of control, ownership-of-shares brackets, and country of residence.

Parameters

NameTypeRequiredDescription
company_numberstringyesUK company number
items_per_pagenumberno1-100 (default 25)
start_indexnumbernoPagination offset (default 0)

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_persons_with_significant_control","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