# ActionGate (remote · api.actiongate.xyz)

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

- Trust score: 71/100 (medium)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `api.actiongate.xyz`: 71/100 (this document), [markdown](https://verifymcp.io/servers/xyz-actiongate-api-actiongate/api.md), [page](https://verifymcp.io/servers/xyz-actiongate-api-actiongate/api)

## Channel facts

- Endpoint: `https://api.actiongate.xyz/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS not yet verified: we couldn't determine whether a plaintext access path exists.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 82/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 517 tokens (~86/item across 6 items; 6 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http xyz-actiongate-api-actiongate https://api.actiongate.xyz/mcp
```

### Codex

```toml
[mcp_servers.xyz-actiongate-api-actiongate]
url = "https://api.actiongate.xyz/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "xyz-actiongate-api-actiongate": {
      "type": "remote",
      "url": "https://api.actiongate.xyz/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add xyz-actiongate-api-actiongate --url https://api.actiongate.xyz/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  xyz-actiongate-api-actiongate:
    url: "https://api.actiongate.xyz/mcp"
```

### Other

```json
{
  "mcpServers": {
    "xyz-actiongate-api-actiongate": {
      "type": "http",
      "url": "https://api.actiongate.xyz/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 71, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 70, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 69, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 69, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-28 (score 68, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 67, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 66)

First indexed and scored.

## MCP tools (6)

### `request_api_key` (~45 tokens)

Request API Key

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

Input parameters:

- `email` (string, required): Operator email address that should own the API key.

### `balance` (~35 tokens)

Balance

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

Input parameters:

- `api_key` (string, required): ActionGate API key.

### `top_up` (~59 tokens)

Top Up

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

Input parameters:

- `api_key` (string, required): Existing ActionGate API key to top up.
- `tier` (string): Credit pack tier. Defaults to starter.

### `risk_score` (~116 tokens)

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.

Input parameters:

- `action` (object, required): Action payload to evaluate. Additional action-specific fields are accepted as passthrough.
- `actor` (object, required): Actor metadata for the agent proposing the action.
- `context` (object): Optional execution context such as chain state, balances, or treasury metadata.
- `request_id` (string): Optional caller-supplied request identifier for tracing and receipts.

### `simulate` (~118 tokens)

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.

Input parameters:

- `action` (object, required): Action payload to evaluate. Additional action-specific fields are accepted as passthrough.
- `actor` (object, required): Actor metadata for the agent proposing the action.
- `context` (object): Optional execution context such as chain state, balances, or treasury metadata.
- `request_id` (string): Optional caller-supplied request identifier for tracing and receipts.

### `policy_gate` (~144 tokens)

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.

Input parameters:

- `action` (object, required): Action payload to evaluate. Additional action-specific fields are accepted as passthrough.
- `actor` (object, required): Actor metadata for the agent proposing the action.
- `context` (object): Optional execution context such as chain state, balances, or treasury metadata.
- `policy` (object, required): Policy pack input, including policy_id and any policy-specific override values.
- `request_id` (string): Optional caller-supplied request identifier for tracing and receipts.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/xyz-actiongate-api-actiongate/api#diagnostics

## Score history

- 2026-08-03: 71
- 2026-08-02: 70
- 2026-08-01: 70
- 2026-07-31: 69
- 2026-07-30: 69
- 2026-07-29: 68
- 2026-07-28: 68
- 2026-07-27: 67
- 2026-07-26: 66

## Links

- Remote endpoint: https://api.actiongate.xyz/mcp
- Changelog RSS feed: https://verifymcp.io/servers/xyz-actiongate-api-actiongate/api/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/xyz-actiongate-api-actiongate/api/changelog.json
- HTML version of this page: https://verifymcp.io/servers/xyz-actiongate-api-actiongate/api
