DIALLOUBE-RESEARCH/hypernatt-terminal
๐ โ๏ธ - BTC Decision Terminal for AI Agents โ live vault-backed signals, on-chain proof, cross-chain swap. MCP server hosted at https://hypernatt.com/mcp/protocol. Verify in real time. Mimo BTC/USDC vault on Hyperliquid. 11 MCP tools: free manifest + Li.Fi swap + NDAT; paid Decision Core via x402 $0.01 USDC on Base. Quickstart: https://github.com/DIALLOUBE-RESEARCH/hypernatt-terminal/blob/main/docs/quickstart.md ยท Stats: https://hypernatt.com/stats
Quick Install
{
"mcpServers": {
"dialloube-research-hypernatt-terminal": {
"command": "npx",
"args": [
"-y",
"dialloube-research-hypernatt-terminal"
]
}
}
}Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.
Documentation Overview
HyperNatt Terminal
HyperNatt Terminal โ BTC trading hub for AI agents: TA + orderflow + liq both sides + MM hunt/trap + regime + ignition + entry-quality + Li.Fi swap.
Full HyperNatt platform: https://hypernatt.com โ read-only BTC/USDC context, not trade advice. No custody.
15 tools ยท v2.6.0 ยท Streamable HTTP. Call get_agent_manifest first, then get_trading_hub (you choose when to refresh โ no mandatory poll).
Pricing: flat $0.001/call via x402 (Base + Solana). Free: manifest + vault proof. $5/mo Agent Pass (~15k credits).
Guide: docs/agent-trading-hub.md ยท Documentation: github.com/DIALLOUBE-RESEARCH/hypernatt-terminal
Try it in 30 seconds (no install, no wallet)
One free public call returns the full catalog (15 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:
- Live vault: https://app.hyperliquid.xyz/vaults/0x04e2eb302fe9ff23a9d1f2455084af624737a6d8
- Public track record: https://hypernatt.com/stats
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
- Quickstart โ connect Claude / Cursor in 30 seconds
- Integrations โ MCP clients, REST + x402, Hermes, agent frameworks
- Swap execution (AgentKit / wallet) โ quote โ sign โ register
- Agent swap demo โ wallet-first walkthrough for builders
- Examples โ
swap_after_signal.py(stdlib trap โ swap) - Hermes skill โ agentskills.io onboarding (optional)
- Security & trust โ no custody, no keys, read-only; verify yourself
- Example responses โ live JSON samples
- Tool reference โ per-tool docs
- Full technical reference โ manifest sections, REST API, Docker, pricing tables
- Glama submission
License
MIT โ see LICENSE.