← Back to search

UK Due Diligence

paulieb89 streamable_http Scanned 24d ago

UK due diligence — Companies House, Charity Commission, Land Registry, Gazette, HMRC VAT

C
69 / 100

Versions

No versions found.

PermissionsTool SafetyAuthAnnotationsCode QualityStabilitySpecVuln HistoryAuthorTransparencyCommunity

Tools 15

sanctions_screen
annotations: none low

Screen a name against the UK (OFSI), US (OFAC), EU and UN consolidated sanctions lists. Returns every list entry whose primary name or alias matches, with the regime, source reference and listing date. Use it to check whether a counterparty — or its officers / persons with significant control — appears on a sanctions list. MATCHING is deterministic: normalised exact + alias match (case-, accent- and punctuation-insensitive). A company/entity legal name matches reliably; PERSON names with transliteration variants may not (e.g. 'Mohammed' vs 'Muhamad'). An empty result is therefore NOT a guarantee of clearance, and a hit on a common name may be a false positive to disambiguate. This is a screening aid, not a compliance determination. `lists_screened` reports which of OFSI/OFAC/EU/UN were actually loaded — if any is missing the result is partial. `as_at` is when the lists were last refreshed on this server.

name string entity_type string
vat_validate
annotations: none low

Validate a UK (GB) VAT number against the HMRC register. UK numbers only. Returns the trading name and address as registered with HMRC for VAT purposes. The VAT-registered trading address often differs from the Companies House registered address — that discrepancy is a due diligence signal worth noting. Non-UK (EU) VAT numbers cannot be validated here — use the EU VIES service for other member states.

vat_number string
gazette_notice
annotations: none low

Fetch the full legal wording of a Gazette notice by numeric notice ID. Returns the complete JSON-LD linked-data record for the notice: parties, legal basis, court, and full text. Use gazette_insolvency first to find notice_numeric_id values.

notice_id string
gazette_insolvency
annotations: none low

Search The Gazette's insolvency notice index by entity name. Searches the Gazette's insolvency endpoint which covers corporate notice codes: winding-up orders (2443), administration orders (2448), liquidator appointments (2452), striking-off notices (2460), and more. Results are sorted by severity — winding-up orders and administration orders appear first. Each result includes a notice_numeric_id. Read the full legal wording via the notice://{notice_numeric_id} resource. The Gazette is the official UK public record. A notice here means the event has been formally published and is legally effective.

name string query string end_date string start_date string entity_name string max_notices string notice_type string
company_search
annotations: none low

Search the Companies House register by company name or keyword. Returns a paginated list of matching companies with name, number, status, SIC codes, incorporation date, and registered address. Use company_profile for the full record once you have the company number. Re-call with start_index=start_index+items_per_page to fetch the next page.

query string start_index string company_type string company_status string items_per_page string
company_profile
annotations: none low

Fetch the full Companies House profile for a company number. Returns status, registered address, SIC codes, filing compliance (overdue accounts and confirmation statement flags), and whether the company has outstanding charges. Use company_search first to find the company number.

company_number string
company_officers
annotations: none low

Fetch active officers for a Companies House company number. Returns directors, secretaries, and other active officers with appointment dates, nationality, and country of residence. Resigned officers are excluded. Pagination is handled internally — do NOT pass items_per_page or start_index; this tool takes only company_number.

start_index string company_number string items_per_page string
company_psc
annotations: none low

Fetch Persons with Significant Control (beneficial ownership) for a company. Returns PSC entries with natures of control, nationality, and country of residence. Flags overseas corporate PSC entries as a beneficial ownership risk signal. Returns an explanatory note for widely-held PLCs with no registrable PSC.

company_number string
charity_search
annotations: none low

Search the Charity Commission register of England and Wales by name or keyword. Returns matching charities with registration number, status, and registration date. Use charity_profile for full details once you have the charity number. The upstream `searchCharityName` endpoint returns the full list in one shot — pagination is applied client-side via offset/limit.

limit string query string offset string
charity_profile
annotations: none low

Fetch the full Charity Commission profile for a charity number. Returns trustees, latest income/expenditure, insolvency flags, governing document type, classifications, and countries of operation. Use charity_search first to find the charity number.

charity_number string
search
annotations: none low

Search across all UK due diligence registers simultaneously. Searches Companies House, Charity Commission, disqualified directors, and Gazette insolvency notices in parallel. Returns a list of result IDs — use fetch with each ID to retrieve the full record.

query string
fetch
annotations: none low

Fetch the full record for an ID returned by search. Routes by prefix to the appropriate register: - company:{number} → Companies House full profile - charity:{number} → Charity Commission full profile - disqualification:{officer_id} → Disqualified director full record - notice:{notice_id} → Gazette notice full legal text

id string
disqualified_search
annotations: none low

Check whether a named individual is banned from acting as a UK company director. Use this tool when asked to check disqualified, banned, or barred directors. Query must be an individual's name (e.g. "Richard Howson") — NOT a company name, which always returns zero results. Returns names, dates of birth, disqualification period snippets, and officer IDs that can be used with disqualified_profile for full details.

name string query string start_index string items_per_page string
disqualified_profile
annotations: none low

Fetch the full disqualification record for a director by officer ID. Returns all disqualification orders: reason, Act/section cited, disqualification period, and associated company names. Use disqualified_search first to find the officer ID.

officer_id string
land_title_search
annotations: none low

Search HM Land Registry Price Paid Index by postcode or address. Returns up to 10 recent sale transactions for the postcode: price, date, address, property type, and tenure (Freehold/Leasehold). Covers England and Wales only. Postcode gives the most reliable results — a full address is also accepted and the postcode is extracted automatically.

address_or_postcode string

Permissions 3

network medium
Server uses network capabilities via: httpx, urllib
filesystem low
Server uses filesystem capabilities via: open(), os, pathlib, tempfile
env_vars low
Server uses env_vars capabilities via: os.environ

Scan Findings 48

low
Tool 'sanctions_screen' has no annotations annotation_checker · 100%
low
Tool 'vat_validate' has no annotations annotation_checker · 100%
low
Tool 'gazette_notice' has no annotations annotation_checker · 100%
low
Tool 'gazette_insolvency' has no annotations annotation_checker · 100%
low
Tool 'company_search' has no annotations annotation_checker · 100%
low
Tool 'company_profile' has no annotations annotation_checker · 100%
low
Tool 'company_officers' has no annotations annotation_checker · 100%
low
Tool 'company_psc' has no annotations annotation_checker · 100%
low
Tool 'charity_search' has no annotations annotation_checker · 100%
low
Tool 'charity_profile' has no annotations annotation_checker · 100%
low
Tool 'search' has no annotations annotation_checker · 100%
low
Tool 'fetch' has no annotations annotation_checker · 100%
low
Tool 'disqualified_search' has no annotations annotation_checker · 100%
low
Tool 'disqualified_profile' has no annotations annotation_checker · 100%
low
Tool 'land_title_search' has no annotations annotation_checker · 100%
medium
OAuth implementation without PKCE auth_checker · 75%
info
Sandbox failed to start for behavioral verification behavioral_verifier · 100%
low
Cross-tool reference in 'disqualified_search': Usage note: 'can be used with disqualified_profile' cross_tool_detector · 35%
medium
Vulnerable dependency: mcp@1.27.0 (GHSA-hvrp-rf83-w775) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.27.0 (GHSA-jpw9-pfvf-9f58) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.27.0 (GHSA-vj7q-gjh5-988w) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.27.0 (PYSEC-2026-3481) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.27.0 (PYSEC-2026-3482) dependency_analyzer · 95%
medium
Vulnerable dependency: mcp@1.27.0 (PYSEC-2026-3483) dependency_analyzer · 95%
info
pyproject.toml metadata manifest_parser · 100%
info
Tool: sanctions_screen manifest_parser · 90%
info
Tool: vat_validate manifest_parser · 90%
info
Tool: gazette_notice manifest_parser · 90%
info
Tool: gazette_insolvency manifest_parser · 90%
info
Tool: company_search manifest_parser · 90%
info
Tool: company_profile manifest_parser · 90%
info
Tool: company_officers manifest_parser · 90%
info
Tool: company_psc manifest_parser · 90%
info
Tool: charity_search manifest_parser · 90%
info
Tool: charity_profile manifest_parser · 90%
info
Tool: search manifest_parser · 90%
info
Tool: fetch manifest_parser · 90%
info
Tool: disqualified_search manifest_parser · 90%
info
Tool: disqualified_profile manifest_parser · 90%
info
Tool: land_title_search manifest_parser · 90%
info
Transport: streamable-http manifest_parser · 80%
info
Required env vars (4) manifest_parser · 80%
info
Sandbox failed to start for output poisoning scan output_poisoning · 100%
medium
Permission: network access detected permission_analyzer · 90%
low
Permission: filesystem access detected permission_analyzer · 80%
low
Permission: env_vars access detected permission_analyzer · 90%
info
No dependency files found for SBOM generation sbom_generator · 100%
medium
No build provenance detected (SLSA L0) slsa_assessor · 90%