# XGuard Agent Spend Firewall + ATS-100 (remote · api.xguardgate.com)

Mandatory scoped spend authority and safety gate for AI-agent financial actions.

- Trust score: 52/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-25

## Components

- remote · `api.xguardgate.com`: 52/100 (this document), [markdown](https://verifymcp.io/servers/moelayyan90-xguard-control-plane/api.md), [page](https://verifymcp.io/servers/moelayyan90-xguard-control-plane/api)

## Channel facts

- Endpoint: `https://api.xguardgate.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `4.1.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-25.

- **Endpoint Security**: 46/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 7 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS enforcement could not be verified: the plaintext port answered with HTTP 404, which proves neither a plaintext path nor enforcement.
  - 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**: 61/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 212 tokens (~30/item across 7 items; 7 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Tool Safety**: not scored yet
  - Not scored yet: our latest scan of this component recorded no findings here. It fills in the next time we score it.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

**Unverified: 1 category.** A category scored 0 because we could not verify it: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

## Install

### How do I install the XGuard Agent Spend Firewall + ATS-100 MCP server?

XGuard Agent Spend Firewall + ATS-100 is a hosted endpoint at https://api.xguardgate.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http moelayyan90-xguard-control-plane 'https://api.xguardgate.com/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "moelayyan90-xguard-control-plane": {
      "url": "https://api.xguardgate.com/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "moelayyan90-xguard-control-plane": {
      "type": "http",
      "url": "https://api.xguardgate.com/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.moelayyan90-xguard-control-plane]
url = "https://api.xguardgate.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "moelayyan90-xguard-control-plane": {
      "type": "remote",
      "url": "https://api.xguardgate.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add moelayyan90-xguard-control-plane --url 'https://api.xguardgate.com/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  moelayyan90-xguard-control-plane:
    url: "https://api.xguardgate.com/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "moelayyan90-xguard-control-plane": {
      "Transport": "http",
      "Url": "https://api.xguardgate.com/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add moelayyan90-xguard-control-plane -t streamable-http -u 'https://api.xguardgate.com/mcp'
```

### Other

```json
{
  "mcpServers": {
    "moelayyan90-xguard-control-plane": {
      "type": "http",
      "url": "https://api.xguardgate.com/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-25 (score 52)

First indexed and scored.

## MCP tools (7)

### `xguard_safety_test` (~60 tokens)

Free structural runtime-readiness test for an agent payment, checkout or MCP transaction sample. The target is not contacted.

Input parameters:

- `body`
- `headers` (object)
- `method` (string)
- `target` (string, required)

### `xguard_protocols` (~22 tokens)

Discover every transaction protocol and edge surface recognized by XGuard.

### `xguard_inspect` (~48 tokens)

Classify and policy-check an agent transaction without forwarding it.

Input parameters:

- `body`
- `headers` (object)
- `method` (string)
- `target` (string, required)

### `xguard_health` (~19 tokens)

Get XGuard transaction control-plane and facilitator health.

### `xguard_supported` (~17 tokens)

Return currently supported x402 payment kinds.

### `xguard_receipt` (~27 tokens)

Look up a durable XGuard settlement receipt.

Input parameters:

- `receipt_id` (string, required)

### `xguard_integration` (~19 tokens)

Return universal XGuard integration and pricing information.

## Diagnostics

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

## Score history

- 2026-08-25: 52

## Common questions

### What is the XGuard Agent Spend Firewall + ATS-100 MCP server?

XGuard Agent Spend Firewall + ATS-100 is an MCP server listed in the public MCP registry as io.github.moelayyan90/xguard-control-plane. Mandatory scoped spend authority and safety gate for AI-agent financial actions. This page covers its hosted endpoint (https://api.xguardgate.com/mcp).

### Is the XGuard Agent Spend Firewall + ATS-100 MCP server safe to use?

XGuard Agent Spend Firewall + ATS-100 scores 52 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the XGuard Agent Spend Firewall + ATS-100 MCP server expose?

XGuard Agent Spend Firewall + ATS-100 exposes 7 tools: xguard_safety_test, xguard_protocols, xguard_inspect, xguard_health, xguard_supported, and 2 more. Their descriptions and schemas cost roughly 212 tokens of context every time the server is loaded.

### Does the XGuard Agent Spend Firewall + ATS-100 MCP server require authentication?

No. We connected to XGuard Agent Spend Firewall + ATS-100 without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the XGuard Agent Spend Firewall + ATS-100 MCP server still maintained?

XGuard Agent Spend Firewall + ATS-100 is still listed as active in the MCP registry. We last reached this channel on 25 August 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://api.xguardgate.com/mcp
- Website: https://xguardgate.com/
- Changelog RSS feed: https://verifymcp.io/servers/moelayyan90-xguard-control-plane/api.xml
- Changelog JSON feed: https://verifymcp.io/servers/moelayyan90-xguard-control-plane/api.json
- HTML version of this page: https://verifymcp.io/servers/moelayyan90-xguard-control-plane/api
