Integration · AutoGen
A sanctions gate for AutoGen teams: screen the counterparty before the executor agent signs a payment.
AutoGen orchestrates multi-agent teams. The executor agent can sign payments while the planner never sees the counterparty - the screen must live in the tool layer.
'''from autogen import ConversableAgent
from sanctions_mcp import sanctions_check
executor = ConversableAgent(
"executor",
tools=[sanctions_check],
)'''Installpip install -U sanctions-mcpRegister toolAdd sanctions_check to the executor's toolsMake it a gatePayment tool requires a clean screen firstAuditEvery screen logged - export anytimeFrom $19/mo (10,000 checks) · Free tier: 5 checks/day, no API key