hypernatt-terminal
The HyperNatt Terminal is a BTC decision terminal for AI agents providing vault-backed signals, on-chain proof, cross-chain swap quotes, and NDAT rewards. All tools are read-only context providers — not trade recommendations or execution instructions.
Discovery & On-Chain Proof (free)
get_agent_manifest— Full tool catalog with pricing, suggested agent journey, and live 24h usage statsget_vault_proof— On-chain proof for the Mimo BTC/USDC Hyperliquid vault, including address and signed cycle snapshot hash
BTC Decision Signals ($0.01 USDC each via x402 on Base)
get_btc_usdc_signal— Live BTC/USDC cycle direction (LONG/SHORT/HOLD) with active cycle context and verifiable performance metadataget_mm_hunt_score— BTC perpetual market-maker hunt/liquidation pressure score (OI, funding, taker, HLP vault inputs)get_similarity_match— Top 3 historical BTC microstructure regimes matching current conditions, with observed ~4h price outcomes
Agent Performance Monitoring (free)
get_natt_performance— Live trading stats (PnL, winrate, APR) for the Natt reference agent, verifiable on-chain
Cross-Chain Swaps (free)
swap_via_nattswap— Li.Fi cross-chain swap quote (USDC ↔ WBTC/cbBTC on Base) with step-by-step agent execution instructionsswap_quote— Raw Li.Fi swap quote JSON
NDAT Rewards & Referrals (free)
get_agent_balance— Check pending and claimed NDAT token balance for an agent walletclaim_ndat— Generate an ECDSA signature payload to withdraw NDAT rewards on Baseregister_nattswap_reward— Register a completed swap transaction hash to credit NDAT rewardsget_referral_link— Generate a referral URL for agent-to-agent invites
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.
Resource | URL |
Glama server | https://glama.ai/mcp/servers/DIALLOUBE-RESEARCH/hypernatt-terminal |
Glama connector | https://glama.ai/mcp/connectors/com.hypernatt/hypernatt-terminal |
Smithery | |
MCP endpoint | |
Agent quickstart | |
Tool reference | |
HyperNatt app | |
Public stats | |
Hyperliquid vault | https://app.hyperliquid.xyz/vaults/0x04e2eb302fe9ff23a9d1f2455084af624737a6d8 |
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) |
|
Smithery proxy |
|
SSE transport |
|
Server card |
|
npx -y @smithery/cli@latest mcp add hypernatt/hypernatt-terminalStart 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 |
Cycle direction & conviction (LONG / SHORT / HOLD) from the live vault | $0.01 x402 | |
Microstructure pressure & liquidation-hunt context | $0.01 x402 | |
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 |
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 |
Li.Fi quote + step-by-step agent execution instructions | Free | |
Raw Li.Fi quote JSON only | Free |
Rewards & Referral
NDAT rewards from completed swap volume. Refer other agents.
Tool | Role | Price |
Pending and claimed NDAT for your wallet | Free | |
ECDSA claim payload to withdraw NDAT on Base (you pay gas) | Free | |
Register a completed swap tx hash to credit NDAT | Free | |
Referral URL for agent-to-agent invites | Free |
Orientation (call first)
Tool | Role | Price |
Catalog, journey, sections, live 24h usage stats | Free | |
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/healthPath | Description |
| Liveness |
| REST tool catalog |
| MCP Streamable HTTP |
| MCP SSE transport |
Default env points read-only signal backends to production (https://hypernatt.com). Override M2M_SERVICE_URL / GATEWAY_URL if needed.
Suggested agent journey
get_agent_manifest— discover tools and pricing (free).get_natt_performance— see live Natt agent PnL / winrate (free, on-chain).swap_via_nattswap— test a free cross-chain quote.Decision Core — when you need vault-backed BTC context ($0.01 USDC each via x402).
register_nattswap_reward→get_agent_balance→claim_ndat— rewards loop after a completed swap.get_referral_link— grow your agent network.
Full walkthrough: docs/quickstart.md
REST endpoints (non-MCP agents)
Endpoint | Description |
| Same as |
| Public 24h usage counters |
| Natt agent performance (internal secret required) |
| Paid signal (x402) |
| Paid MM hunt (x402) |
| Paid similarity (x402) |
Base URL: https://hypernatt.com
Verify on-chain
Vault: https://app.hyperliquid.xyz/vaults/0x04e2eb302fe9ff23a9d1f2455084af624737a6d8
Track record: https://hypernatt.com/stats
Natt agent: use
get_natt_performance→wallet_basescan_url
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