get_persons_with_significant_control
ActiveTool of Companies House
Retrieve PSC (beneficial owner) records for a UK company by company_number (from search_companies). Returns each PSC's name, kind (individual-person / corporate-entity / legal-person), natures of control (e.g. ownership-of-shares-75-to-100-percent), country of residence, nationality, notification date, and ceased date.
Parameters schema
{
"type": "object",
"examples": [
{
"company_number": "00006245"
}
],
"required": [
"company_number"
],
"properties": {
"start_index": {
"type": "number",
"description": "Pagination offset (default 0)"
},
"company_number": {
"type": "string",
"description": "UK company number"
},
"items_per_page": {
"type": "number",
"description": "1-100 (default 25)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Companies House
https://github.com/pipeworx-io/mcp-companies-house
1/7 registries