Integration · Cursor
Add sanctions_check to Cursor's agent loop — the AI editor's agents can pay, and every payment should be screened first.
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.
# Cursor MCP config (.cursor/mcp.json)
{
"mcpServers": {
"sanctions": { "command": "uvx", "args": ["sanctions-mcp"] }
}
}Installpip install -U sanctions-mcpAdd to CursorRegister the MCP server in Cursor settingsScreenCall sanctions_check before any payment stepAuditEvery screen logged — export to CSV anytimeFrom $19/mo (10,000 checks) · Free tier: 5 checks/day, no API key