get_filings
ActiveTool of Companies House
Retrieve filing history for a UK company by company_number (from search_companies). Returns up to 25 filings per page — each with category, type, description, filing date, action date, transaction ID, page count, and document metadata URL. Filter by category (accounts | confirmation-statement | officers | etc.).
Parameters schema
{
"type": "object",
"examples": [
{
"company_number": "00006245"
},
{
"category": "accounts",
"company_number": "00006245",
"items_per_page": 25
}
],
"required": [
"company_number"
],
"properties": {
"category": {
"type": "string",
"description": "Optional filter (accounts | confirmation-statement | officers | etc.)"
},
"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.50.
Parent server
Companies House
https://github.com/pipeworx-io/mcp-companies-house
1/7 registries