# ActionGate

Evaluate risk scores and simulate outcomes to make informed business decisions. Automate policy enforcement using specialized decision endpoints for secure transaction management. Streamline governan…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add actiongate/actiongate

# Browse available tools
npx -y @smithery/cli@latest tool list actiongate/actiongate

# Get full schema for a tool
npx -y @smithery/cli@latest tool get actiongate/actiongate risk_score

# Call a tool
npx -y @smithery/cli@latest tool call actiongate/actiongate risk_score '{}'
```

## Direct MCP Connection

Endpoint: `https://actiongate--actiongate.run.tools`

## Tools (3)

- `risk_score` — Score the risk of a proposed agent action before execution. Paid via x402.
- `simulate` — Estimate cost, failure risk, and notable side effects for a proposed action. Paid via x402.
- `policy_gate` — Apply treasury policy to a proposed action and return allow, deny, or allow-with-limits. Paid via x402.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get actiongate/actiongate <tool-name>
```

## Prompts (1)

- `review_treasury_transfer` (actor_id, amount, asset_symbol, destination, policy_id) — Guide an agent through the recommended ActionGate evaluation flow for a treasury transfer.
