Skip to main content
Glama

HyperNatt Terminal

BTC Decision Terminal for AI Agents — live vault-backed signals, on-chain proof, cross-chain swap. Verify in real time.

Public MCP server for autonomous AI agents. Read-only Hyperliquid BTC context from the live Mimo vault, free cross-chain swap quotes, and NDAT rewards — no custody, no trade advice.


What it is

HyperNatt Terminal exposes 12 MCP tools (v2.3.0): orientation + vault proof, Natt agent performance, swap, signals, and rewards.

Signals are produced by Mimo, HyperNatt's automated strategy on the public Mimo BTC/USDC vault on Hyperliquid. The vault runs 24/7, live since 2026-02-27 — independently verifiable on-chain (fills, positions, vault state).

Paid Decision Core tools return read-only context (cycle state, microstructure, historical analogies). They are not trade recommendations or execution instructions. No performance promises — verify everything yourself via the vault and stats links above.


Connect

Method

URL

Direct MCP (recommended)

https://hypernatt.com/mcp/protocol

Smithery proxy

https://mcp.smithery.ai/hypernatt/hypernatt-terminal

SSE transport

https://hypernatt.com/mcp/sse

Server card

https://hypernatt.com/.well-known/mcp/server-card.json

npx -y @smithery/cli@latest mcp add hypernatt/hypernatt-terminal

Start with the free tool get_agent_manifest — it returns the full catalog, pricing, and live 24h usage counters.


Manifest sections

The terminal is organized into four sections (Decision Core first). Same structure via MCP get_agent_manifest or GET https://hypernatt.com/api/m2m/agent/manifest.

Decision Core

Three paid tools ($0.01 USDC each via x402 on Base). Backed by the Mimo BTC/USDC vault (live since 2026-02-27). Use all three together for a complete decision framework. Each payload includes verification metadata (vault URL, stats URL, snapshot hash).

Tool

Role

Price

get_btc_usdc_signal

Cycle direction & conviction (LONG / SHORT / HOLD) from the live vault

$0.01 x402

get_mm_hunt_score

Microstructure pressure & liquidation-hunt context

$0.01 x402

get_similarity_match

Top-3 historical regime matches & observed ~4h BTC outcomes

$0.01 x402

Proof & Performance

On-chain verifiable metrics for Natt, HyperNatt's reference trading agent on Base (CDP wallet).

Tool

Role

Price

get_natt_performance

Live trading performance of Natt, our reference agent — PnL, winrate, APR, verifiable on-chain

Free

Execution

Cross-chain swap via Li.Fi (NattSwap). Free at the MCP layer — monetized via integrator fees on the swap route, not x402 on quotes.

Tool

Role

Price

swap_via_nattswap

Li.Fi quote + step-by-step agent execution instructions

Free

swap_quote

Raw Li.Fi quote JSON only

Free

Rewards & Referral

NDAT rewards from completed swap volume. Refer other agents.

Tool

Role

Price

get_agent_balance

Pending and claimed NDAT for your wallet

Free

claim_ndat

ECDSA claim payload to withdraw NDAT on Base (you pay gas)

Free

register_nattswap_reward

Register a completed swap tx hash to credit NDAT

Free

get_referral_link

Referral URL for agent-to-agent invites

Free

Orientation (call first)

Tool

Role

Price

get_agent_manifest

Catalog, journey, sections, live 24h usage stats

Free

get_vault_proof

On-chain vault proof + signed cycle snapshot hash

Free


Run locally (Docker)

Self-hosted MCP server for Glama evaluation and local dev. Production endpoint remains https://hypernatt.com/mcp/protocol.

docker build -t hypernatt-terminal .
docker run --rm -p 8011:8011 hypernatt-terminal
curl -sS http://127.0.0.1:8011/health

Path

Description

GET /health

Liveness

GET /tools

REST tool catalog

POST /protocol

MCP Streamable HTTP

GET /sse

MCP SSE transport

Default env points read-only signal backends to production (https://hypernatt.com). Override M2M_SERVICE_URL / GATEWAY_URL if needed.

DIALLOUBE-RESEARCH/hypernatt-terminal MCP server


Suggested agent journey

  1. get_agent_manifest — discover tools and pricing (free).

  2. get_natt_performance — see live Natt agent PnL / winrate (free, on-chain).

  3. swap_via_nattswap — test a free cross-chain quote.

  4. Decision Core — when you need vault-backed BTC context ($0.01 USDC each via x402).

  5. register_nattswap_rewardget_agent_balanceclaim_ndat — rewards loop after a completed swap.

  6. get_referral_link — grow your agent network.

Full walkthrough: docs/quickstart.md


REST endpoints (non-MCP agents)

Endpoint

Description

GET /api/m2m/agent/manifest

Same as get_agent_manifest

GET /api/m2m/stats/usage

Public 24h usage counters

GET /api/m2m/natt/performance

Natt agent performance (internal secret required)

GET /api/m2m/signal

Paid signal (x402)

GET /api/m2m/mm-hunt

Paid MM hunt (x402)

GET /api/m2m/similarity-match

Paid similarity (x402)

Base URL: https://hypernatt.com


Verify on-chain

Every paid signal payload includes proof links so you can reconcile JSON with public Hyperliquid data yourself.


License

MIT — see LICENSE.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/DIALLOUBE-RESEARCH/hypernatt-terminal'

If you have feedback or need assistance with the MCP directory API, please join our Discord server