hermes atlas
175·repos hermes·v0.15.2 ★ star this repo

DIALLOUBE-RESEARCH/hypernatt-terminal

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

★ 1 langJavaScript licenseMIT updated2026-06-24

HyperNatt Terminal is an MCP server that provides BTC/USDC decision context for AI agents based on a live Hyperliquid vault. It exposes nine read-only tools that deliver signals such as market maker trap states, hunt scores, and regime similarity. The system utilizes a pay-per-call x402 pricing model and integrates Li.Fi for cross-chain swap quotes. It is designed for non-custodial verification, allowing agents to access signed vault proofs and on-chain data without requiring key access.

  • Read-only BTC/USDC signals from a live Hyperliquid vault
  • Non-custodial architecture with signed vault proofs for on-chain verification
  • Li.Fi integration for cross-chain swap quotes
full readme from github

HyperNatt Terminal

HyperNatt Terminal — BTC decision context for AI agents from a live Hyperliquid vault (Mimo production stack): MM trap/sweep/reclaim, hunt score, cycle signal, regime similarity, liquidation radar, signed vault proof, and Li.Fi cross-chain swap.

Full HyperNatt platform (vault, assistant, ecosystem): https://hypernatt.com — this MCP is one agent-facing brick. Not a generic market-data wrapper — read-only BTC/USDC context, not trade advice. No custody.

Security: no custody, no key access, read-only Decision Core, x402 you control, public code — verify yourself (SECURITY.md).

9 tools · v2.5.11 · Streamable HTTP. Call get_agent_manifest first.

Pricing: flat $0.001 per call via x402 (USDC on Base + Solana) - no subscription required. The 5 Decision Core tools are $0.001 each; first call per tool is free (intro); HOLD on get_btc_usdc_signal is not charged; no daily credit pool. Free: manifest, signed vault proof, swap quotes. Cross-chain swaps route through Li.Fi (you sign your own tx; 0.5% fee). Heavy use: swap-earned quota or the $5/mo Agent Pass (~15,000 Decision Core credits, ~67% below paygo).

Humans: Claude → Settings → Integrations → Add connector → MCP URL on the domain above (/mcp/protocol), then ask: "Call get_vault_proof, then get_mm_trap_state — is the MM trapping?"

Documentation: github.com/DIALLOUBE-RESEARCH/hypernatt-terminal


Try it in 30 seconds (no install, no wallet)

One free public call returns the full catalog (9 tools, prices, ecosystem links):

curl -s https://hypernatt.com/api/m2m/agent/manifest      # full catalog, free
curl -s https://hypernatt.com/api/m2m/proof-of-edge       # live vault data; edge measurement preliminary — verify on-chain

Then verify the vault yourself, on-chain:

Want a runnable taste (stdlib only, no wallet)?

python examples/btc_trap_aware_min.py

Read-only BTC/USDC context, not trade advice. No custody. Verify on-chain.


Documentation

DIALLOUBE-RESEARCH/hypernatt-terminal MCP server

License

MIT — see LICENSE.