INDIVIDUAL MCP TOOL
screen_sanctioned_identifier
Deterministic EXACT match of an identifier (passport / national id / registration / other) against listed designations' identifiers — no fuzzy matching.
LIVE ENDPOINT
https://sanctions.mcp.jithox.com/mcp
Connect to this endpoint to inspect the live schema for screen_sanctioned_identifier 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
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.com-jithox-eu-sanctions-preflight]
url = "https://sanctions.mcp.jithox.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"com-jithox-eu-sanctions-preflight": {
"type": "http",
"url": "https://sanctions.mcp.jithox.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: com-jithox-eu-sanctions-preflight
Remote MCP URL: https://sanctions.mcp.jithox.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": {
"com-jithox-eu-sanctions-preflight": {
"url": "https://sanctions.mcp.jithox.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"com-jithox-eu-sanctions-preflight": {
"type": "http",
"url": "https://sanctions.mcp.jithox.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "com-jithox-eu-sanctions-preflight",
"transport": "streamable-http",
"url": "https://sanctions.mcp.jithox.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
screen_sanctioned_name— Screen a counterparty name against a dated snapshot of the official EU Consolidated Financial Sanctions List.get_sanctions_listing— Return the full official listing detail (names, programme, legal basis, listing date, identifier types, countries) for a candidate logicalId surfaced by a prior screen, with provenance.list_sanctions_regimes— Enumerate the EU sanctions programmes/regimes present in the snapshot (regulation/legal basis, since date, subject count) — the policy-layer read.prepare_screening_receipt— Bundle the screening checks into one idempotent Ed25519-signed receipt committing to the HASHED inputs, sources, snapshot checksum, retrieval times and decision states — provable evidence of WHAT was screened and WHEN.