get_officers
ActiveTool of Companies House
List directors, secretaries, or LLP members for a UK company by company_number (from search_companies). Returns each officer's name, role, appointment/resignation dates, occupation, nationality, country of residence, and date of birth (month/year). Supports register_type filter (directors | secretaries | llp-members) and pagination.
Parameters schema
{
"type": "object",
"examples": [
{
"company_number": "00006245"
},
{
"register_type": "directors",
"company_number": "00006245",
"items_per_page": 50
}
],
"required": [
"company_number"
],
"properties": {
"start_index": {
"type": "number",
"description": "Pagination offset (default 0)"
},
"register_type": {
"type": "string",
"description": "directors | secretaries | llp-members (optional restriction)"
},
"company_number": {
"type": "string",
"description": "UK company number"
},
"items_per_page": {
"type": "number",
"description": "1-100 (default 35)"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Companies House
https://github.com/pipeworx-io/mcp-companies-house
1/7 registries