You're viewing a demo portfolio

Join the waitlist
PRSM

get_filings

Active

Tool of Companies House

declared in 0.1.0

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)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Companies House

https://github.com/pipeworx-io/mcp-companies-house

1/7 registries
View full server →
get_filings — Companies House — PRSM MCP