search_companies
ActiveTool of Companies House
Search UK Companies House by company name. Returns matches with company number, name, status (active/dissolved), type, registered office address, and incorporation date. Use the company_number to look up officers, filings, and PSCs.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "Apple"
},
{
"query": "Tesco PLC",
"start_index": 0,
"items_per_page": 10
}
],
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "Company name (full or partial)"
},
"start_index": {
"type": "number",
"description": "Pagination offset (default 0)"
},
"items_per_page": {
"type": "number",
"description": "1-100 (default 20)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Companies House
https://github.com/pipeworx-io/mcp-companies-house
1/7 registries