You're viewing a demo portfolio

Join the waitlist
PRSM

search_companies

Active

Tool of Companies House

declared in 0.1.0

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

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Companies House

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

1/7 registries
View full server →