Integration · Autonome (Fleek)

OFAC Screen Before Your Autonome Agent Pays

One MCP tool adds sanctions screening to your Autonome agent before it sends ETH, SOL, or any chain payment.

The problem

Autonome agents on Fleek can interact with any smart contract or wallet. Without pre-screening, an agent could pay a sanctioned address in one transaction. OFAC strict liability applies regardless of the agent framework.

Code example

from mcp import AgentMailTool

# Your Autonome agent registration
agent.register_tool(AgentMailTool())

# Before any on-chain payment
async def pre_payment_check(wallet_address):
  result = await agent.sanctions_check(wallet=wallet_address)
  if result.flagged:
    raise PaymentBlocked("Counterparty is OFAC-sanctioned")
  return True

Setup steps

Install MCPpip install -U sanctions-mcp
Configure Autonome toolAdd mcp__agentmail__sanctions_check to your agents tool configuration
Screen before transactCall screenWallet before signing any on-chain transaction
Audit trailEvery screen is logged with timestamp and result, exportable for compliance

Pricing

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

Add OFAC screening to Autonome (Fleek)

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

See pricing