AI Agent Action Pre-Flight (intent risk gate)
x402/ai-agent-action-pre-flight-(intent-risk-gate)Pre-flight risk gate for autonomous agent actions: evaluates an intended action proposal and returns ALLOW/WARN/BLOCK with reasoning and a signed evidence receipt. For agent payment safety, tool-call governance and audit trails. [x402: $0.005/call on base, category=other]
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"ai_agent_action_pre-flight_(intent_risk_gate)": {
"url": "https://tooloracle.io/v2/agent_preflight",
"transport": "http"
}
}
}