ActionGate
xyz.actiongate.api/actiongatePre-execution safety layer for autonomous agent wallets via MCP and x402.
Tools · 6
Provision a prepaid ActionGate API key with $1.00 of starter credits for this operator email.
Return the current prepaid credit balance and usage count for an ActionGate API key.
Generate a Stripe Checkout link so the human operator can add prepaid credits to an existing ActionGate API key.
Score the risk of a proposed agent action before execution. Paid via x402 or API key credits. Free tier: 20 risk score calls/day per client.
Estimate cost, failure risk, and notable side effects for a proposed action. Paid via x402 or API key credits. Free tier: 20 simulate calls/day per client.
Apply treasury policy to a proposed action and return allow, deny, or allow-with-limits. Paid via x402 or API key credits. Free tier: 10 policy gate calls/day per client.
Prompts · 1
Guide an agent through the recommended ActionGate evaluation flow for a treasury transfer.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"actiongate": {
"url": "https://api.actiongate.xyz/mcp",
"transport": "streamable-http"
}
}
}