v0.4.0 — Compliance & verification toolkit for AI agents
What's in this release
Compliance layer (real OFAC data):
sanctions_check— screen wallets/names/countries against 782 crypto addresses + 19,086 names + 16 embargoed jurisdictionsrisk_score— pre-payment fraud scoring (allow/review/decline)kya_verify— Know-Your-Agent trust scoringdispute_open— transaction dispute registry
Verification toolkit:
- Email: disposable verification inboxes (Mail.tm)
- SMS: rentable phone numbers (mock/5sim/twilio)
Three surfaces: MCP server (10 tools), HTTP API (with hosted mode), CLI.
Data sources (all free, no API key):
- vile/ofac-sdn-list GitHub releases (crypto addresses, daily refresh)
- US Treasury OFAC sdn.csv (names + countries)
Hosted API mode: API-key auth, rate limiting, free-tier cap, audit log — all env-driven, off by default.
pip install agentmail[mcp]
agentmail sanctions --wallet 0x098B716B8Aaf21512996dC57EB0615e2383E2f96
# → flagged: OFAC_SDN wallet_exactMIT licensed. Python 3.11+.