Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

WhiteIntel — Ownership Intelligence

dev.whiteintel/whiteintel

UBO, sanctions & ownership graph. 23 tools, 130.7M entities, 31 registries.

Uptime
100.0%
3 direct probes · 30d
Response
982ms
last probe
Tools
24
callable
Resources
4
readable
Prompts
0
available

Tools · 24

resolve

Batch-resolve a list of company names or scheme:value identifiers (lei/siren/br-cnpj/gb-coh/uen/sec/ofac/eu/un/uk/krs) to canonical WhiteIntel entity ids + confidence in ONE call. Enrich a whole suppl…

search_entities

Search every node in the corpus — companies AND people — by name. Returns entity ids for get_dossier / trace_ownership_path.

list_jurisdictions

The WhiteIntel coverage map — every jurisdiction we hold and HOW we hold it. Read this before telling anyone a country is or is not covered, because 'covered' means three different things. Each row ca…

list_asset_coverage

The WhiteIntel ASSET-ownership coverage map — who owns the plane / yacht / property, and HOW we hold that link. The companion to list_jurisdictions for physical assets. Each row is one asset class × a…

get_entity

Full record for one entity id + its direct relationships, with provenance.

get_dossier

Structured, fully-cited dossier for one entity: cross-source identity, ownership/UBO chain, risk signals, filed financials, provenance. Pass the `token` from claim_dossier to unlock the full paid dept…

purchase_dossier

BUY the full dossier for one entity programmatically — no browser, no Stripe Checkout. Debits your prepaid wallet €2 and returns the complete premium dossier (full UBO chain, filed financials, itemise…

trace_ownership_path

Walk ownership upward from a root entity to the ultimate beneficial owner(s).

graph_neighbourhood

Every ownership/control edge within a bounded number of hops of one entity, in BOTH directions — who it controls, who controls it, and their neighbours. Hard-capped in the database: depth 3, 300 edges…

graph_path

How two entities are connected: the ordered hops of a bounded breadth-first search over ownership and control edges in both directions. ⚠️ BOUNDED, NOT EXHAUSTIVE — at most 15 edges are followed per e…

lookup_by_identifier

Resolve a corpus entity by a strong identifier — lei | ofac | eu | un | uk | uen | sec | krs | gb-coh | siren | br-cnpj (Brazil RFB CNPJ, 8-digit root or full 14-digit).

get_sanctions

An entity's sanctions exposure (OFAC/EU/UN/UK) for it and its resolved cluster siblings, each cited.

check_offshore_exposure

Walk the ownership chain and flag sanctioned + secrecy-jurisdiction hops — the offshore-layering lead.

get_company_details

Registered profile for a company: address, status, SIC, incorporation, plus filing/compliance (overdue, charges, former names).

get_financials

Filed financials year-over-year: turnover, profit, net assets, cash, employees (Companies House iXBRL).

get_pulse

The corpus activity feed — recent ownership-change and filed-accounts events, cited. Pass since=<next_since> to stream only new events. The default (unfiltered) feed returns only events that carry a s…

lookup_company

UK company by Companies House number → record + ready-built ownership graph.

search_companies

Free-text UK Companies House company-name search → registration number.

semantic_search

Meaning-based entity search (BGE-M3 vector ANN over the resolved dossier cards). Finds companies/people whose profile is semantically closest to a natural-language query even without a keyword match. …

find_similar

Entities most similar to a given one — the nearest corpus dossier cards ('more like this') for peer discovery. Pass an entity id from search_entities / semantic_search. COVERAGE IS PARTIAL — only enti…

get_pricing

WhiteIntel's price list + the exact machine flow for buying access: one verified dossier (€29, one price, everything), subscriptions (Pro €99/mo, Scale €499/mo) and the metered API. Returns how_an_age…

buy_dossier

Start a one-off dossier purchase via guest Stripe Checkout — no WhiteIntel account needed (Stripe collects an email for delivery). Pick a tier ('standard' €39: full UBO chain + financial history · 'pr…

get_payment_link

PERMANENT, shareable Stripe payment links for the one-off dossiers — use this instead of buy_dossier when you need something you can HAND TO A HUMAN. buy_dossier mints a cs_live_ Checkout Session that…

claim_dossier

Redeem a paid Stripe Checkout session for a dossier access token. Pass the session_id (cs_…) from the post-payment redirect after buy_dossier. Returns { token, entity_id, tier } — pass the token to ge…

Resources · 4

WhiteIntel ontology

The common language of the corpus: entity kinds, relationship roles, the identifier-scheme crosswalk, risk taxonomy, secrecy jurisdictions, sources + licences, canonical-id contract.

https://whiteintel.dev/api/public/schema
Agent map (llms-full)

Machine-readable map of WhiteIntel for LLM/agent runtimes — endpoints, MCP tools, dossier surfaces, positioning.

https://whiteintel.dev/llms-full.txt
Live corpus stats

Live entity / relationship / source / high-risk counts.

https://whiteintel.dev/api/public/stats
Skills catalogue

Machine-readable skills catalogue with prompt templates + SEO tags.

https://whiteintel.dev/api/public/skills.json

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "whiteintel_—_ownership_intelligence": {
      "url": "https://whiteintel.dev/api/mcp",
      "transport": "streamable-http"
    }
  }
}