# token-intel (remote · nexus-zero.xyz)

Pay-per-call Solana token risk intelligence: 8 tools via x402. From $0.005 USDC, no API key.

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

## Components

- remote · `nexus-zero.xyz`: 66/100 (this document), [markdown](https://verifymcp.io/servers/mikehunt69702-token-intel/nexus-zero.md), [page](https://verifymcp.io/servers/mikehunt69702-token-intel/nexus-zero)

## Channel facts

- Endpoint: `https://nexus-zero.xyz/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.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-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-token-intel https://nexus-zero.xyz/mcp
```

### Codex

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

### opencode

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

### OpenClaw

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

### Hermes

```yaml
mcp_servers:
  mikehunt69702-token-intel:
    url: "https://nexus-zero.xyz/mcp"
```

### Other

```json
{
  "mcpServers": {
    "mikehunt69702-token-intel": {
      "type": "http",
      "url": "https://nexus-zero.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-07-31 (score 66, 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 66, 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 66, 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 66, 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 66)

First indexed and scored.

## MCP tools (8)

### `get_token_intel` (~121 tokens)

Full Solana token rug-risk intelligence for $0.01 USDC (x402). Returns verdict CLEAN|LOW_RISK|MODERATE_RISK|HIGH_RISK|RUGGED, 0-100 risk score, confidence, LP-lock depth (pool TVL, locked %, burn %), top-10 holder concentration with lock status, mint/freeze/close authority flags, and per-source breakdown from RugCheck + GoPlus + on-chain data.

Input parameters:

- `mint` (string, required): Base58 Solana SPL token mint address to analyze

### `check_safety` (~97 tokens)

FAST pre-trade safety gate for $0.005 USDC. Returns verdict, 0-100 risk score, confidence, a boolean safeToTrade, and kill-flags (rugged, nonTransferable/honeypot, maliciousTransferHook, maliciousCreator, mint & freeze authority). Built to be called on every candidate token before buying.

Input parameters:

- `mint` (string, required): Base58 Solana SPL token mint address to analyze

### `get_lp_analysis` (~80 tokens)

LP-lock depth for $0.01 USDC: per-pool TVL, LP-locked %, LP-burn % (burned LP is locked forever), and top LP holders with lock detail. Answers "is liquidity actually locked, or just claimed to be?"

Input parameters:

- `mint` (string, required): Base58 Solana SPL token mint address to analyze

### `get_holder_analysis` (~68 tokens)

Holder concentration & insider signals for $0.01 USDC: top-10 holder % and locked %, top-5 %, holder count, and insider-wallet detection. Flags dev/insider control of supply.

Input parameters:

- `mint` (string, required): Base58 Solana SPL token mint address to analyze

### `check_authorities` (~78 tokens)

Token authority audit for $0.005 USDC: mint / freeze / close / balance-mutable authorities, transfer hooks, metadata mutability, Token-2022 extension risks, and malicious-creator checks. Answers "can the dev structurally rug this?"

Input parameters:

- `mint` (string, required): Base58 Solana SPL token mint address to analyze

### `check_tokens` (~79 tokens)

Batch rug-screen up to 20 Solana mints for $0.05 USDC flat. Returns verdict, 0-100 risk score, and safeToTrade for each mint. For watchlist / portfolio / multi-candidate scans in one paid call.

Input parameters:

- `mints` (array, required): 1-20 base58 Solana mint addresses

### `rank_token_candidates` (~95 tokens)

Rank up to 20 Solana token candidates for $0.05 USDC flat using the existing composite oracle. Deterministic safest-first ordering: available data, safeToTrade, lower risk score, higher confidence, more responding sources, then mint-address tie-break. Returns decisive reasons and kill flags; no opaque model score.

Input parameters:

- `mints` (array, required): 1-20 base58 Solana mint addresses to rank

### `get_new_tokens` (~154 tokens)

Fresh Solana tokens from the recent window, PRE-SCORED with token-intel rug risk. The sniper feed: discovery + safety fused, so you find new launches that are already rug-checked. Optional filters: minutes (lookback), minLiquidityUsd, maxRisk (0-100), safeOnly, limit. (Server-side feed must be enabled.)

Input parameters:

- `limit` (integer): max results (default 50)
- `maxRisk` (number): maximum composite risk score (0-100)
- `minLiquidityUsd` (number): minimum USD liquidity
- `minutes` (integer): only tokens discovered in the last N minutes
- `safeOnly` (boolean): only tokens where safeToTrade is true

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/mikehunt69702-token-intel/nexus-zero#diagnostics

## Score history

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

## Links

- Remote endpoint: https://nexus-zero.xyz/mcp
- Changelog RSS feed: https://verifymcp.io/servers/mikehunt69702-token-intel/nexus-zero/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/mikehunt69702-token-intel/nexus-zero/changelog.json
- HTML version of this page: https://verifymcp.io/servers/mikehunt69702-token-intel/nexus-zero
