Integration · Autonome (Fleek)
One MCP tool adds sanctions screening to your Autonome agent before it sends ETH, SOL, or any chain payment.
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.
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 TrueInstall MCPpip install -U sanctions-mcpConfigure Autonome toolAdd mcp__agentmail__sanctions_check to your agents tool configurationScreen before transactCall screenWallet before signing any on-chain transactionAudit trailEvery screen is logged with timestamp and result, exportable for complianceFrom $19/mo (600 checks) · Free tier: 5 checks/day, no API key
Free tier: 5 checks/day, no API key. Scale from $19/mo.
See pricing