Skip to content
Eden Engine

UK Company Lookup (Companies House — by Company Number)

omnial/x402-uk-company-data

Given a UK Companies House company number, returns the company's official registration record: legal name, status, incorporation date, SIC industry codes, registered address, legal form, and its current officers (directors and company secretary) with their roles and appointment dates.

activeper callv1
Provider
Web & Business Data Network
Category
company-enrichment
Provider price
$0.081081 per call
Latency p50 / p95
— / —
Success rate
—
Verified
—

Provider list price; Omnial MCP charges provider cost plus a platform markup on top.

Contract

input_schema.json
{
  "type": "object",
  "required": [
    "company_number"
  ],
  "properties": {
    "company_number": {
      "type": "string",
      "description": "UK Companies House number (8 digits) or company name"
    }
  },
  "additionalProperties": false
}
output_schema.json
{
  "type": "object",
  "properties": {
    "status": {
      "type": "string",
      "description": "e.g. 'active'."
    },
    "address": {
      "type": "string",
      "description": "The company's registered address, single-line, same value observed as `registered_address` on both real fixtures."
    },
    "sic_codes": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "UK Standard Industrial Classification codes. One entry on each real fixture observed."
    },
    "legal_form": {
      "type": "string",
      "description": "Same value as `business_type` on both real fixtures."
    },
    "legal_name": {
      "type": "string",
      "description": "Same value as `company_name` on both real fixtures."
    },
    "has_charges": {
      "type": "boolean"
    },
    "company_name": {
      "type": "string",
      "description": "The company's registered name."
    },
    "jurisdiction": {
      "type": "string",
      "description": "e.g. 'england-wales'."
    },
    "business_type": {
      "type": "string",
      "description": "e.g. 'plc', 'ltd' -- observed on both real fixtures."
    },
    "company_number": {
      "type": "string",
      "description": "UK Companies House company number."
    },
    "dissolution_date": {
      "type": [
        "string",
        "null"
      ],
      "description": "Observed null on both real fixtures (both companies are active)."
    },
    "tier_2_available": {
      "type": "boolean"
    },
    "ubo_availability": {
      "type": "string",
      "description": "e.g. 'available' -- whether beneficial-ownership data exists for this company via the UK PSC register (this endpoint does not itself return that data)."
    },
    "date_incorporated": {
      "type": "string",
      "description": "YYYY-MM-DD. Identical to `incorporation_date` on both real fixtures; kept as a separate field since the raw response carries both."
    },
    "incorporation_date": {
      "type": "string",
      "description": "YYYY-MM-DD. Identical to `date_incorporated` on both real fixtures."
    },
    "registered_address": {
      "type": "string",
      "description": "The company's registered address, single-line -- identical to `address` on both real fixtures observed; kept as a separate field since the raw response carries both."
    },
    "legal_representatives": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string",
            "description": "The officer's registered name."
          },
          "role": {
            "type": "string",
            "description": "e.g. 'director', 'secretary', 'corporate-secretary'."
          },
          "type": {
            "type": "string",
            "description": "'person' or 'organisation' -- an officer can itself be a corporate entity, observed on one real fixture (a corporate secretary)."
          },
          "role_code": {
            "type": "string",
            "description": "Same value as `role` on both real fixtures observed."
          },
          "start_date": {
            "type": "string",
            "description": "YYYY-MM-DD appointment date."
          }
        },
        "additionalProperties": true
      },
      "description": "The company's current officers (directors and company secretary), from the UK Companies House Officers register. 11 entries on the larger fixture observed (Tesco PLC), 3 on the smaller (Google UK Limited)."
    },
    "primary_registration_id": {
      "type": "string",
      "description": "Same value as `company_number` on both real fixtures."
    },
    "tier_2_available_reason": {
      "type": "string"
    },
    "ubo_availability_reason": {
      "type": "string"
    },
    "total_legal_representatives": {
      "type": "number",
      "description": "Count of `legal_representatives` entries."
    }
  },
  "description": "The company record, as returned at routing.responseResultPath ($.output).",
  "additionalProperties": true
}

Pricing

Every real charge, itemised. A model that quietly omits one is a slow financial leak, so nothing here is rolled up, and a charge that only applies to some inputs says so rather than being added in.

Prices in this catalog are the provider's own list price, not your bill: Omnial MCP charges provider cost plus a platform markup on top, so what you are charged is higher than the figure shown. For the exact amount a specific call will cost, run omnial_execute with dry_run: true; that number includes the markup and is what we hold while the call runs. It is a quote, not a cap on the charge.

ChargeRate
Per call
Flat, regardless of what comes back
$0.081081
Cost basis
Not recorded

This tool's catalog entry does not record how its final bill is determined, so we will not tell you whether its cost is fixed before the call or reported by the provider afterwards. Either way what is held is a quote rather than a cap: you are charged what the call actually costs, bounded at 2x the quote.

Updated
Sep 23, 2026