Integration · Pydantic AI
Wire sanctions_check into Pydantic AI agents as a regular tool - screen wallets and names before any payment function runs.
Pydantic AI is the Python agent framework of choice for production systems. Agents that pay need a screen in the tool chain - the framework does not provide one.
'''from pydantic_ai import Agent
from sanctions_mcp import sanctions_check
agent = Agent(
"openai:gpt-4o",
tools=[sanctions_check],
)'''Installpip install -U sanctions-mcpRegister toolAdd sanctions_check to the agent's tool setScreen before payCall it before any payment-capable toolAuditEvery screen logged - export anytimeFrom $19/mo (10,000 checks) · Free tier: 5 checks/day, no API key