Skip to content
Eden Engine

UK Charity Lookup (by Name or Registration Number)

omnial/x402-charity-lookup-uk

Given a UK charity's name or its Charity Commission registration number, returns its registration status, registration and removal dates, mission description, and latest reported annual financials -- income, spending, employee count, volunteer count, and trustee count.

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",
  "anyOf": [
    {
      "required": [
        "name"
      ]
    },
    {
      "required": [
        "charity_number"
      ]
    }
  ],
  "properties": {
    "name": {
      "type": "string"
    },
    "charity_number": {
      "type": "string"
    }
  },
  "additionalProperties": false
}
output_schema.json
{
  "type": "object",
  "properties": {
    "status": {
      "type": "string",
      "description": "'registered' on both fixtures observed; other Charity Commission statuses (e.g. a removed/deregistered charity) are documented by the vendor but not confirmed against a real response."
    },
    "description": {
      "type": "string",
      "description": "The charity's own free-text mission/purpose statement."
    },
    "charity_name": {
      "type": "string",
      "description": "The charity's registered legal name."
    },
    "latest_income": {
      "type": "number",
      "description": "Latest reported annual income, in GBP."
    },
    "trustee_count": {
      "type": "number",
      "description": "Number of trustees currently on record."
    },
    "charity_number": {
      "type": "string",
      "description": "The Charity Commission registration number looked up."
    },
    "company_number": {
      "type": "string",
      "description": "The charity's linked Companies House registration number, when it has one."
    },
    "date_of_removal": {
      "type": [
        "string",
        "null"
      ],
      "description": "ISO date the charity was removed from the register. Observed `null` on both fixtures captured (both are currently-registered charities); its populated shape for a removed charity is unconfirmed."
    },
    "latest_spending": {
      "type": "number",
      "description": "Latest reported annual spending, in GBP."
    },
    "latest_employees": {
      "type": "number",
      "description": "Latest reported employee count."
    },
    "latest_volunteers": {
      "type": "number",
      "description": "Latest reported volunteer count."
    },
    "date_of_registration": {
      "type": "string",
      "description": "ISO date (YYYY-MM-DD) the charity was first registered."
    },
    "latest_financial_year_end": {
      "type": "string",
      "description": "ISO date (YYYY-MM-DD) the latest reported financial year ended."
    }
  },
  "description": "The charity 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