Skip to content

Sanctions Check

Free

by MCP Community

MCP tool that checks names against the OFAC SDN sanctions list

v1.0.0Added Apr 12, 2026
mcpsanctionsofacsdncompliance
Works with:ClaudeGPTGeminiCopilot

Sanctions Check MCP Server

MCP tool that checks names against the OFAC SDN sanctions list

Installation

npx -y @vbotholemu/mcp-sanctions-check

Reviews

Leave a Review

Installation

Quick install
npx -y @vbotholemu/mcp-sanctions-check
Add to claude_desktop_config.json
{
  "mcpServers": {
    "sanctions-check": {
      "command": "npx",
      "args": ["-y", "@vbotholemu/mcp-sanctions-check"]
    }
  }
}