# apix402 (remote · api402x.com)

Live onchain governance, vesting, oracle and Safe authority checks. Free samples over MCP.

- Trust score: 67/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-19

## Components

- remote · `api402x.com`: 67/100 (this document), [markdown](https://verifymcp.io/servers/com-api402x-apix402/api402x.md), [page](https://verifymcp.io/servers/com-api402x-apix402/api402x)

## Channel facts

- Endpoint: `https://api402x.com/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-19.

- **Endpoint Security**: 57/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 6 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 is enforced; there's no plaintext access path.
  - 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**: 81/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 521 tokens (~86/item across 6 items; 6 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 17/100
  - Stability observed for 5 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).
- **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 com-api402x-apix402 https://api402x.com/mcp
```

### Codex

```toml
[mcp_servers.com-api402x-apix402]
url = "https://api402x.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-api402x-apix402": {
      "type": "remote",
      "url": "https://api402x.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-api402x-apix402 --url https://api402x.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-api402x-apix402:
    url: "https://api402x.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-api402x-apix402": {
      "type": "http",
      "url": "https://api402x.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-19 (score 67, +1)

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

### 2026-08-17 (score 66, +1)

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

### 2026-08-16 (score 65, +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-08-15 (score 64, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-14 (score 64)

First indexed and scored.

## MCP tools (6)

### `apix402_catalog` (~62 tokens)

List every apix402 check an agent can buy: route, price in USDC, what question it answers, and its free preview. Start here. Payment is x402 over plain HTTP -- no API key, no account, the wallet is the identity.

### `dao_governance_discrepancies` (~77 tokens)

Live sample: DAO governance proposals closest to their deadline, with a count of disagreements between the off-chain Snapshot signal and a direct read of the onchain Governor contract. Fixed set of tracked DAOs, no arguments. The count is free; which DAO disagrees and how is the paid GET /dao-proposals.

### `oracle_staleness_sample` (~73 tokens)

Live sample: for a fixed set of price feeds, whether each one would be rejected right now by a guard built on that feed's own measured cadence. Boolean verdicts only; ages, thresholds, the Chainlink-vs-Pyth spread and the revert selector are the paid GET /oracle-staleness.

### `lending_depeg_sample` (~73 tokens)

Live sample: one fixed, real Aave V3 position -- whether it is exposed to the stETH depeg blind spot and how much of its collateral is wstETH. The depeg level at which it becomes liquidatable is the paid GET /lending-depeg-exposure, which takes any borrower.

### `vesting_status_sample` (~45 tokens)

Live sample: the current state of one fixed vesting plan read straight from the contract. The paid GET /vesting-status takes any Hedgey plan or Sablier stream.

### `safe_authority_sample` (~84 tokens)

Live sample: who can actually move funds out of one fixed Gnosis Safe -- owners, threshold, and modules expanded recursively, because a Safe that reads as 1-of-1 can in fact be governed through a module by a separate 2-of-8. The paid GET /safe-signer-drift takes any Safe and adds what changed and in which block.

## Diagnostics

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

## Score history

- 2026-08-19: 67
- 2026-08-18: 66
- 2026-08-17: 66
- 2026-08-16: 65
- 2026-08-15: 64
- 2026-08-14: 64

## Links

- Remote endpoint: https://api402x.com/mcp
- Website: https://api402x.com/
- Changelog RSS feed: https://verifymcp.io/servers/com-api402x-apix402/api402x.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-api402x-apix402/api402x.json
- HTML version of this page: https://verifymcp.io/servers/com-api402x-apix402/api402x
