Server data from the Official MCP Registry
BTC Decision Terminal for AI agents: live Hyperliquid vault signals, x402 $0.01, Li.Fi swap
BTC Decision Terminal for AI agents: live Hyperliquid vault signals, x402 $0.01, Li.Fi swap
Remote endpoints: streamable-http: https://hypernatt.com/mcp/protocol sse: https://hypernatt.com/mcp/sse
HyperNatt Terminal is a financial data MCP server with reasonable architecture and proper use of environment variables for secrets. However, there are several moderate security concerns: (1) the internal secret comparison is timing-attack vulnerable, (2) session payment state is stored in unencrypted memory without TTL or size limits, (3) error responses may leak internal service URLs, and (4) missing input validation on wallet addresses could enable injection attacks. The x402 payment verification logic is sound, but operational hardening is needed before production use. Supply chain analysis found 11 known vulnerabilities in dependencies (0 critical, 8 high severity).
5 files analyzed · 20 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Available as Local & Remote
This plugin can run on your machine or connect to a hosted endpoint. during install.
From the project's GitHub README.
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 | https://smithery.ai/servers/hypernatt/hypernatt-terminal |
| MCP endpoint | https://hypernatt.com/mcp/protocol |
| Agent quickstart | docs/quickstart.md |
| Tool reference | tools/ |
| HyperNatt app | https://hypernatt.com |
| Public stats | https://hypernatt.com/stats |
| Hyperliquid vault | https://app.hyperliquid.xyz/vaults/0x04e2eb302fe9ff23a9d1f2455084af624737a6d8 |
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.
| 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.
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.
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 |
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 |
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 |
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 |
| 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 |
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.
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.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
| 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
get_natt_performance → wallet_basescan_urlEvery paid signal payload includes proof links so you can reconcile JSON with public Hyperliquid data yourself.
MIT — see LICENSE.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.