← Registry

Security & Testing

sanctionsai.dev

Provides APIs to screen people, entities, and cryptocurrency wallets against global sanctions lists such as OFAC SDN, EU consolidated, and UN lists, and to retrieve metadata about supported sanctions lists.

1 endpoint3 known toolsFirst detected August 14, 2026Last detected August 14, 2026

ENDPOINT 1

https://sanctionsai.dev/api/mcp

No auth detected

MCP server metadata

Name
sanctionsai-mcp
Version
1.0.0
Capabilities
toolsresourcesprompts

Known tools 3

screen_name

Screen a person or entity name against OFAC SDN, EU consolidated, and UN sanctions lists.

Inferred read-only
screen_wallet

Screen a cryptocurrency wallet address against OFAC SDN sanctions list.

Inferred read-only
get_sanctions_lists

List all supported sanctions lists with last-updated dates and entity counts.

Inferred read-only

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.sanctionsai-mcp]
url = "https://sanctionsai.dev/api/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for sanctionsai.dev was fetched 2026-08-21T14:47:36.835Z.

Trust status Neutral

sanctionsai.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.