Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

ActionGate

xyz.actiongate.api/actiongate

Pre-execution safety layer for autonomous agent wallets via MCP and x402.

Uptime
100.0%
1 direct probes · 30d
Response
1312ms
last probe
Tools
6
callable
Resources
0
readable
Prompts
1
available

Tools · 6

request_api_key

Provision a prepaid ActionGate API key with $1.00 of starter credits for this operator email.

balance

Return the current prepaid credit balance and usage count for an ActionGate API key.

top_up

Generate a Stripe Checkout link so the human operator can add prepaid credits to an existing ActionGate API key.

risk_score

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.

simulate

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.

policy_gate

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

review_treasury_transfer

Guide an agent through the recommended ActionGate evaluation flow for a treasury transfer.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "actiongate": {
      "url": "https://api.actiongate.xyz/mcp",
      "transport": "streamable-http"
    }
  }
}