# hypernatt-terminal (remote · hypernatt.com)

BTC/USDC decision context for AI agents from a live Hyperliquid vault; $0.001/call via x402.

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

## Components

- remote · `hypernatt.com`: 59/100, [markdown](https://verifymcp.io/servers/dialloube-research-hypernatt-terminal/hypernatt.md), [page](https://verifymcp.io/servers/dialloube-research-hypernatt-terminal/hypernatt)
- remote · `hypernatt.com`: 65/100 (this document), [markdown](https://verifymcp.io/servers/dialloube-research-hypernatt-terminal/mcp-protocol.md), [page](https://verifymcp.io/servers/dialloube-research-hypernatt-terminal/mcp-protocol)

## Channel facts

- Endpoint: `https://hypernatt.com/mcp/protocol`
- Transports: `streamable-http`
- Auth: `none`
- Version: `2.5.11`

## 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.
  - Authorisation not fully verified: no authorisation is required to call this server, and 15 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.
  - The HSTS (Strict-Transport-Security) header is present.
  - 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**: 54/100
  - AI-judged instruction clarity (good).
  - Context-footprint check failed: tool/resource definitions use about 2727 tokens (~181/item across 15 items; 15 tools + 0 resources), over budget; trim descriptions and params.
  - 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 dialloube-research-hypernatt-terminal https://hypernatt.com/mcp/protocol
```

### Codex

```toml
[mcp_servers.dialloube-research-hypernatt-terminal]
url = "https://hypernatt.com/mcp/protocol"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "dialloube-research-hypernatt-terminal": {
      "type": "remote",
      "url": "https://hypernatt.com/mcp/protocol",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add dialloube-research-hypernatt-terminal --url https://hypernatt.com/mcp/protocol --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  dialloube-research-hypernatt-terminal:
    url: "https://hypernatt.com/mcp/protocol"
```

### Other

```json
{
  "mcpServers": {
    "dialloube-research-hypernatt-terminal": {
      "type": "http",
      "url": "https://hypernatt.com/mcp/protocol"
    }
  }
}
```

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 65, +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-07-31 (score 64, +2)

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

### 2026-07-30 (score 62, +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 61, +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 60, +2)

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

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

First indexed and scored.

## MCP tools (15)

### `get_agent_manifest` (~51 tokens)

Start here: catalog of 15 terminal tools with prices, live usage stats, and journeys. Prefer get_trading_hub next. Free.

Input parameters:

- `locale` (string): en or fr (default en)

### `get_vault_proof` (~38 tokens)

Free proof we eat our own cooking: on-chain vault address, public URLs, signed cycle hash. Verify our live BTC trades yourself.

### `swap_via_nattswap` (~315 tokens)

Cross-chain token swap powered by Li.Fi across 70+ chains incl. Hyperliquid (any pair — not limited to BTC/USDC). USE WHEN: bridge, fund gas, treasury routing, or rebalance after Decision Core. NOT WHEN: Decision Core BTC reads alone (get_btc_usdc_signal / trap / hunt) — vault signals stay BTC/USDC only. RETURNS: Li.Fi route + execution_readiness + swap_actions_v1 (ordered approve→swap→register_hint when can_execute) + recommended_action. Prefer signing swap_actions_v1 in order. MCP free; on-chain swap costs gas + integrator fee. Side effects: MCP read-only until wallet signs.

Input parameters:

- `fromAddress` (string, required): Sender wallet 0x + 40 hex chars
- `fromAmount` (string, required): Amount in token smallest units (wei for 18-decimal tokens)
- `fromChain` (number|string, required): Source Li.Fi chain id (e.g. 1 Ethereum, 8453 Base, 42161 Arbitrum)
- `fromToken` (string, required): Source token contract address on fromChain
- `slippage` (number): Max slippage percent (e.g. 0.5 for 0.5%)
- `toAddress` (string, required): Recipient wallet 0x + 40 hex chars
- `toChain` (number|string, required): Destination Li.Fi chain id
- `toToken` (string, required): Destination token contract address on toChain

### `swap_quote` (~246 tokens)

Raw Li.Fi swap quote JSON without execution steps. USE WHEN: preview route, fees, and slippage before swap_via_nattswap. NOT WHEN: you need step-by-step agent instructions (use swap_via_nattswap). RETURNS: Li.Fi quote { estimate, toolDetails, transactionRequest, ... }. Free — no x402. Side effects: none.

Input parameters:

- `fromAddress` (string, required): Sender wallet 0x + 40 hex chars
- `fromAmount` (string, required): Amount in token smallest units (wei for 18-decimal tokens)
- `fromChain` (number|string, required): Source Li.Fi chain id (e.g. 1 Ethereum, 8453 Base, 42161 Arbitrum)
- `fromToken` (string, required): Source token contract address on fromChain
- `slippage` (number): Max slippage percent (e.g. 0.5 for 0.5%)
- `toAddress` (string, required): Recipient wallet 0x + 40 hex chars
- `toChain` (number|string, required): Destination Li.Fi chain id
- `toToken` (string, required): Destination token contract address on toChain

### `get_btc_usdc_signal` (~222 tokens)

Should I align with the live BTC vault? Real-time Mimo cycle LONG/SHORT/HOLD. USE WHEN: vault bias, cycle_id, open PnL (chain_snapshot), checkpoint HOLD. NOT WHEN: MM trap math (get_mm_trap_state) or hunt score alone. RETURNS: hypernatt_mimo_cycle_state_v1 — default summary v2 includes chain_snapshot, checkpoint_snapshot, interpretation_contract_v1 (PnL authority: chain only, not avg_entry). full_payload:true for per-leg detail. HOLD direction is not charged. COST: $0.001 flat via x402 (Base or Solana). Side effects: none.

Input parameters:

- `agent_wallet` (string): Optional EVM wallet (0x + 40 hex). Skips x402 when swap-earned quota covers this tool's credit weight.
- `full_payload` (boolean): If true, return full JSON; default summary only.
- `x_payment` (string): Optional x402 payment payload (base64 JSON). Omit to receive 402 payment instructions.

### `get_mm_hunt_score` (~194 tokens)

Is the Market Maker hunting your position? One-line liquidation pressure summary. USE WHEN: quick hunt read, alert_level, magnet_bias. NOT WHEN: full trap/sweep math (get_mm_trap_state) or raw clusters (get_liq_radar). RETURNS: hypernatt_mm_hunt_score_v1 — mm_hunt_score (-100..100), pressure_direction, alert_level, long_trap_phase, interpretation_en. COST: $0.001 flat via x402 (Base or Solana). Side effects: none.

Input parameters:

- `agent_wallet` (string): Optional EVM wallet (0x + 40 hex). Skips x402 when quota covers credit weight.
- `full_payload` (boolean): If true, return full JSON with inputs; default summary only.
- `x_payment` (string): Optional x402 payment payload (base64 JSON). Omit to receive 402 payment instructions.

### `get_similarity_match` (~216 tokens)

What happened last time BTC microstructure looked like this? Top-3 historical regime matches with observed about 4h BTC outcomes (NOT vault PnL). USE WHEN: analogies / regime context only. NOT WHEN: trade direction (get_btc_usdc_signal), live trap (get_mm_trap_state), or sizing. RETURNS: hypernatt_similarity_match_v1 with interpretation_contract_v1, confidence_tier, episode_diversity, matches[]. Agents MUST quote do_not_infer rules — never treat similarity_pct as win probability. COST: $0.001 flat via x402 (Base or Solana). Side effects: none.

Input parameters:

- `agent_wallet` (string): Optional EVM wallet (0x + 40 hex). Skips x402 when quota covers credit weight.
- `full_payload` (boolean): If true, return full JSON with feature vectors; default summary only.
- `x_payment` (string): Optional x402 payment payload (base64 JSON). Omit to receive 402 payment instructions.

### `get_liq_radar` (~261 tokens)

Raw BTC liquidation radar — magnet score, OI build-up, long/short ratio, liquidation clusters above/below, 1h/24h liquidations. USE WHEN: you need the full microstructure block. Prefer get_trading_hub for a one-shot pack; agent chooses when to refresh (no mandatory poll). NOT WHEN: trap/sweep/reclaim verdicts (get_mm_trap_state) or short hunt narrative (get_mm_hunt_score). RETURNS: hypernatt_liq_radar_v1. Redacted, read-only. COST: $0.001 flat via x402 (Base or Solana). Side effects: none. Guide: github.com/DIALLOUBE-RESEARCH/hypernatt-terminal/blob/main/docs/agent-trading-hub.md

Input parameters:

- `agent_wallet` (string): Optional EVM wallet (0x + 40 hex). Skips x402 when swap-earned quota balance covers this tool's credit weight (1 credit per Decision Core tool).
- `x_payment` (string): Base64 x402 USDC payment on Base (eip155:8453). Omit on first call to receive 402 payment instructions; retry with header after paying $0.001/call.

### `get_mm_trap_state` (~253 tokens)

Is the MM trapping BTC right now? Flagship Decision Core — manipulation weather (trap latch, sweep/reclaim math), not raw cluster data. USE WHEN: sizing risk or you need state (MM_TRAP_ACTIVE), trap_direction (e.g. DOWN_HUNT_LONGS), sweep_zone, chart_verdicts. NOT WHEN: one-line pressure only (get_mm_hunt_score) or raw OI/clusters (get_liq_radar). RETURNS: hypernatt_mm_trap_state_v1 — state, trap_direction, cluster_price, sweep_zone, chart_verdicts, cycles_since_trap. Read-only, not trade advice. COST: $0.001 flat via x402 (Base or Solana). Side effects: none.

Input parameters:

- `agent_wallet` (string): Optional EVM wallet (0x + 40 hex). Skips x402 when swap-earned quota balance covers this tool's credit weight (1 credit per Decision Core tool).
- `x_payment` (string): Base64 x402 USDC payment on Base (eip155:8453). Omit on first call to receive 402 payment instructions; retry with header after paying $0.001/call.

### `get_trading_hub` (~227 tokens)

One-stop BTC trading context: TA + orderflow + liq clusters above/below + hunt + regime in one call. USE WHEN: first paid context after manifest, or whenever you need a full refresh. Agent chooses cadence — no mandatory poll. NOT WHEN: you only need trap math (get_mm_trap_state) or a single zoom tool. RETURNS: hypernatt_trading_hub_v1. COST: $0.001 flat via x402. Side effects: none. Guide: github.com/DIALLOUBE-RESEARCH/hypernatt-terminal/blob/main/docs/agent-trading-hub.md

Input parameters:

- `agent_wallet` (string): Optional EVM wallet (0x + 40 hex). Skips x402 when swap-earned quota balance covers this tool's credit weight (1 credit per Decision Core tool).
- `x_payment` (string): Base64 x402 USDC payment on Base (eip155:8453). Omit on first call to receive 402 payment instructions; retry with header after paying $0.001/call.

### `get_ta_snapshot` (~148 tokens)

BTC TA snapshot — RSI 15m/5m, MACD, ADX, ATR%, VWAP deviation, BB flag, velocity. Zoom tool after get_trading_hub. COST: $0.001. Read-only.

Input parameters:

- `agent_wallet` (string): Optional EVM wallet (0x + 40 hex). Skips x402 when swap-earned quota balance covers this tool's credit weight (1 credit per Decision Core tool).
- `x_payment` (string): Base64 x402 USDC payment on Base (eip155:8453). Omit on first call to receive 402 payment instructions; retry with header after paying $0.001/call.

### `get_orderflow` (~138 tokens)

BTC orderflow — CVD, OB imbalance, icebergs bid/ask, taker ratio, funding, OI delta. Zoom tool. COST: $0.001. Read-only.

Input parameters:

- `agent_wallet` (string): Optional EVM wallet (0x + 40 hex). Skips x402 when swap-earned quota balance covers this tool's credit weight (1 credit per Decision Core tool).
- `x_payment` (string): Base64 x402 USDC payment on Base (eip155:8453). Omit on first call to receive 402 payment instructions; retry with header after paying $0.001/call.

### `get_regime` (~137 tokens)

BTC regime — season/trend label, ADX, session bucket (ASIA/EU/US/LATE), F32 structure zone. COST: $0.001. Read-only.

Input parameters:

- `agent_wallet` (string): Optional EVM wallet (0x + 40 hex). Skips x402 when swap-earned quota balance covers this tool's credit weight (1 credit per Decision Core tool).
- `x_payment` (string): Base64 x402 USDC payment on Base (eip155:8453). Omit on first call to receive 402 payment instructions; retry with header after paying $0.001/call.

### `get_ignition` (~134 tokens)

BTC ignition / micro — VID score, MRE entry score, vol spike, ADX RoC, cooldown flag. COST: $0.001. Read-only.

Input parameters:

- `agent_wallet` (string): Optional EVM wallet (0x + 40 hex). Skips x402 when swap-earned quota balance covers this tool's credit weight (1 credit per Decision Core tool).
- `x_payment` (string): Base64 x402 USDC payment on Base (eip155:8453). Omit on first call to receive 402 payment instructions; retry with header after paying $0.001/call.

### `get_entry_quality` (~147 tokens)

BTC entry-quality flags — fomo_block, anti_top_veto, early_entry, macd_exhaustion, clean_signature, accel_whale. Verdicts only. COST: $0.001. Read-only — not trade advice.

Input parameters:

- `agent_wallet` (string): Optional EVM wallet (0x + 40 hex). Skips x402 when swap-earned quota balance covers this tool's credit weight (1 credit per Decision Core tool).
- `x_payment` (string): Base64 x402 USDC payment on Base (eip155:8453). Omit on first call to receive 402 payment instructions; retry with header after paying $0.001/call.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/dialloube-research-hypernatt-terminal/mcp-protocol#diagnostics

## Score history

- 2026-08-03: 65
- 2026-08-02: 64
- 2026-08-01: 64
- 2026-07-31: 64
- 2026-07-30: 62
- 2026-07-29: 61
- 2026-07-28: 61
- 2026-07-27: 60
- 2026-07-26: 58

## Links

- Remote endpoint: https://hypernatt.com/mcp/protocol
- Repository: https://github.com/DIALLOUBE-RESEARCH/hypernatt-terminal
- Changelog RSS feed: https://verifymcp.io/servers/dialloube-research-hypernatt-terminal/mcp-protocol/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/dialloube-research-hypernatt-terminal/mcp-protocol/changelog.json
- HTML version of this page: https://verifymcp.io/servers/dialloube-research-hypernatt-terminal/mcp-protocol
