← distil-data.com

INDIVIDUAL MCP TOOL

get_sanctions_and_pep_screening

Screens corporate entities, contractors, and individuals against US OFAC (SDN), the UK Sanctions List (FCDO), EU Financial Sanctions Files, and the UN Security Council Consolidated List (< 1.2 KB).

distil-data.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://distil-data.com/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

distil-data.com

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.distil-data]
url = "https://distil-data.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "distil-data": {
      "type": "http",
      "url": "https://distil-data.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: distil-data
Remote MCP URL: https://distil-data.com/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": {
    "distil-data": {
      "url": "https://distil-data.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "distil-data": {
      "type": "http",
      "url": "https://distil-data.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "distil-data",
  "transport": "streamable-http",
  "url": "https://distil-data.com/mcp"
}
MCP Inspector

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

Related tools

  • get_uk_company_filing — Retrieves official statutory corporate registration record from UK Companies House.
  • get_uk_company_officers — Retrieves complete statutory board of directors, corporate secretaries, and officers from UK Companies House.
  • get_uk_corporate_network — Maps UK corporate group hierarchies, Persons with Significant Control (PSC / UBO), ultimate beneficial ownership chains, parent companies, and director interlocks (< 2 KB).
  • search_uk_companies — Searches across official UK registered companies by legal entity name or trade name with live Companies House registry fallback.
  • get_us_sec_filing — Retrieves authentic US SEC EDGAR statutory filings (Form 10-K annual reports, 10-Q quarterly reports, 8-K material events) by stock ticker symbol or 10-digit CIK (< 1.5 KB).
  • search_us_companies — Searches US public corporations by stock ticker symbol or company name against official SEC EDGAR submissions.
  • get_fr_company_filing — Fetches verified French statutory enterprise dossier from INPI / SIRENE by 9-digit SIREN (< 1.5 KB).
  • search_fr_companies — Searches French enterprises across the INPI / SIRENE National Enterprise Register by corporate name or commercial trade label.