← whiteintel.dev

INDIVIDUAL MCP TOOL

buy_dossier

Start a one-off dossier purchase via guest Stripe Checkout — no WhiteIntel account needed (Stripe collects an email for delivery).

whiteintel.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://whiteintel.dev/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for buy_dossier and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests sending messages.
  • A tool name or description suggests a financial action.

Parent server

whiteintel.dev

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.whiteintel-mcp-server]
url = "https://whiteintel.dev/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "whiteintel-mcp-server": {
      "type": "http",
      "url": "https://whiteintel.dev/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: whiteintel-mcp-server
Remote MCP URL: https://whiteintel.dev/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "whiteintel-mcp-server": {
      "url": "https://whiteintel.dev/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "whiteintel-mcp-server": {
      "type": "http",
      "url": "https://whiteintel.dev/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "whiteintel-mcp-server",
  "transport": "streamable-http",
  "url": "https://whiteintel.dev/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • 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.
  • search_entities — Search every node in the corpus — companies AND people — by name.
  • 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.
  • trace_ownership_path — Walk ownership upward from a root entity to the ultimate beneficial owner(s).
  • 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.