# nexus0-agent-rail (remote · nexus-zero.xyz)

Pay-per-call DNS/TLS truth and npm/PyPI breakage checks via x402. No account or API key.

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

## Components

- remote · `nexus-zero.xyz`: 62/100 (this document), [markdown](https://verifymcp.io/servers/mikehunt69702-agent-gateway/agent-mcp.md), [page](https://verifymcp.io/servers/mikehunt69702-agent-gateway/agent-mcp)

## Channel facts

- Endpoint: `https://nexus-zero.xyz/agent/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.2.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**: 14/100
  - TLS not yet verified: we couldn't open a connection to check the certificate.
  - Authorisation not yet verified: we couldn't confirm whether this endpoint requires it.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS not yet verified: we couldn't read the response headers to check for it.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 0/100
  - Transport check failed: declared streamable-http, but we couldn't connect to verify it.
- **Schema Quality & AI Usability**: 0/100
  - Schema not yet verified: we couldn't read the endpoint's schema.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 0/100
  - Tool coverage not yet verified: we couldn't read the endpoint's tools.
- **Capabilities**: 0/100
  - Capabilities not yet verified: we couldn't read the endpoint's capabilities.

**Unverified: 4 categories.** Categories scored 0 because we could not verify them: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add --transport http mikehunt69702-agent-gateway https://nexus-zero.xyz/agent/mcp
```

### Codex

```toml
[mcp_servers.mikehunt69702-agent-gateway]
url = "https://nexus-zero.xyz/agent/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "mikehunt69702-agent-gateway": {
      "type": "remote",
      "url": "https://nexus-zero.xyz/agent/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add mikehunt69702-agent-gateway --url https://nexus-zero.xyz/agent/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  mikehunt69702-agent-gateway:
    url: "https://nexus-zero.xyz/agent/mcp"
```

### Other

```json
{
  "mcpServers": {
    "mikehunt69702-agent-gateway": {
      "type": "http",
      "url": "https://nexus-zero.xyz/agent/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-07-31 (score 62, 0)

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

### 2026-07-28 (score 62, 0)

- [security regression] Endpoint reachability: reachable → unreachable
- [security regression] TLS certificate: pass → unverified
- [security regression] Stability: 0.03 → unverified
- [security regression] HSTS header: pass → unverified
- [security regression] Transport: pass → fail
- [security] Authorization: Authorisation not yet verified: we couldn't confirm whether this endpoint requires it.
- [functional regression] Capabilities: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-07-27 (score 62, 0)

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

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

First indexed and scored.

## MCP tools (6)

### `dns_truth_analyze_domain` (~78 tokens)

[$0.05 USDC/Solana per call] Passive DNS/domain truth report: nameservers, A/AAAA, MX, SPF, DMARC, DNSSEC plus certificate and deliverability signals. SSRF-safe, anonymous — no domain authorization required.

Input parameters:

- `domain` (string, required): Domain to analyze (public/passive checks only)

### `blacksignal_run_canary` (~107 tokens)

[$0.10 USDC/Solana per call] BlackSignal release-breakage canary for an npm/PyPI package: analyzes the latest release (or an explicit range) for yanks, deprecations, major version bumps, tightened runtime requirements and dependency churn — with registry evidence.

Input parameters:

- `ecosystem` (string, required): pypi | npm
- `from_version` (string)
- `package` (string, required): Package name
- `to_version` (string)

### `blacksignal_check_upgrade_safety` (~101 tokens)

[$0.05 USDC/Solana per call] Is this specific upgrade safe? Analyzes a package's from_version → to_version for breaking changes, with registry evidence. Cheaper than run_canary because the range is explicit.

Input parameters:

- `ecosystem` (string, required): pypi | npm
- `from_version` (string, required): Current version
- `package` (string, required): Package name
- `to_version` (string, required): Target version

### `blacksignal_get_breakage_feed` (~101 tokens)

[$0.01 USDC/Solana per call] Evidence-backed public npm/PyPI breakage feed from BlackSignal platform monitors. Returns only platform-public incidents; private tenant monitor findings are never exposed.

Input parameters:

- `ecosystem` (string): Optional registry filter
- `limit` (integer)
- `package` (string): Optional exact package name
- `severity` (string): Optional severity filter
- `status` (string): Optional lifecycle filter

### `get_job_status` (~37 tokens)

Check the status/result of a paid job by its job_id (the settlement tx signature). Free.

Input parameters:

- `job_id` (string, required)

### `agent_catalog` (~24 tokens)

List the payable cells/tools, their prices, input schemas and endpoints. Free.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/mikehunt69702-agent-gateway/agent-mcp#diagnostics

## Score history

- 2026-08-03: 62
- 2026-08-02: 62
- 2026-08-01: 62
- 2026-07-31: 62
- 2026-07-30: 62
- 2026-07-29: 62
- 2026-07-28: 62
- 2026-07-27: 62
- 2026-07-26: 62

## Links

- Remote endpoint: https://nexus-zero.xyz/agent/mcp
- Repository: https://github.com/MikeHunt69702/token-intel
- Website: https://nexus-zero.xyz/agent/catalog
- Changelog RSS feed: https://verifymcp.io/servers/mikehunt69702-agent-gateway/agent-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/mikehunt69702-agent-gateway/agent-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/mikehunt69702-agent-gateway/agent-mcp
