Integration · Cursor

OFAC Screens Before Cursor Agents Pay

Add sanctions_check to Cursor's agent loop — the AI editor's agents can pay, and every payment should be screened first.

The problem

Cursor's agentic coding features can trigger payments and tool calls with real money. No native compliance layer exists — the operator is liable for what the agent signs.

Code example

# Cursor MCP config (.cursor/mcp.json)
{
  "mcpServers": {
  "sanctions": { "command": "uvx", "args": ["sanctions-mcp"] }
  }
}

Setup steps

Installpip install -U sanctions-mcp
Add to CursorRegister the MCP server in Cursor settings
ScreenCall sanctions_check before any payment step
AuditEvery screen logged — export to CSV anytime

Pricing

From $19/mo (10,000 checks) · Free tier: 5 checks/day, no API key

Add OFAC screening to Cursor

Free tier: 5 checks/day, no API key. Scale from $19/mo.

See pricing