How to integrate OFAC screening into an AI agent
How to integrate OFAC screening into an AI agent
Integration is one function call: before the agent signs a payment, call the screening API with the recipient's wallet, name, and country. If clean, proceed. If match, block and alert. MCP integration: sanctions_check(name='...', wallet='0x...'). REST: GET /sanctions?wallet=0x... CLI: agentmail check --wallet 0x...