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
Forced-order map for AI agents + Li.Fi cross-chain swap. Pay-per-call via x402.
Most agents (and most humans) only see classic public indicators. This MCP shows where leveraged liquidations stack — a market-structure layer those indicators do not expose. Read-only context. Your agent still decides.
Built by one person. Code is public. Backend is private. No custody. Not trade advice.
Full HyperNatt platform (vault, assistant): https://hypernatt.com — this repo is one agent-facing brick.
Public mirror synced from a private monorepo. History here is mirror commits.
Quick start (30 seconds)
No install for the hosted MCP. In Claude → Settings → Connectors → Add custom connector:
Field | Value |
Name | HyperNatt Terminal |
URL |
|
Then ask:
Call get_agent_manifest, then get_liq_radar — where is the nearest liquidation cluster on the forced-order map? Do not treat this as a trade signal.
More clients (Cursor / Cline / Codex / Windsurf): docs/integrations.md.
Related MCP server: crypto-quant-signal-mcp
What HyperNatt Terminal gives your agent
A map of forced orders: where leveraged positions will be liquidated if price reaches them (clusters, OI build-up, observed liquidations).
This is market structure context, not a trade signal. It shows terrain so a sovereign trading agent can judge timing, sizing, and risk with more awareness than agents that only read RSI/MACD-style public feeds.
Your agent still decides. We show the terrain.
What your agent can do with this (honest scenarios)
Scenario 1 — Wait near the cluster
Price is approaching a dense liquidation zone. Your agent can wait for forced flow to print (real_liquidations), then reassess — without assuming a guaranteed reversal.
Scenario 2 — Size relative to distance
Cluster ~5% away vs ~0.5% away is a different risk parameter. Distance informs sizing or patience — it is not a prediction that the level will be hit.
Scenario 3 — After real liquidations, check OI
If price swept a zone and real liquidations spiked, compare with OI change. A large OI drop can mean forced flow is partly exhausted — still context, not an auto entry.
Glossary (short)
Term | Meaning |
Cluster | Zone where leveraged positions may liquidate if mark reaches it. Not a TP. |
Nearest vs largest | Closest to mark vs most estimated size in the ±10% window — different jobs. |
Real vs estimated |
|
| Directional density bias from OI / L-S / funding. Not a hit probability. |
Live glossary + scenarios also ship on get_agent_manifest → agent_interpretation_rules_v1.
What you get
Tool | Price |
| Free — call first |
| $0.001 x402 (Base + Solana) |
| Free at MCP (you sign; gas + Li.Fi fee on-chain) |
Whitelist get_liq_radar: BTC ETH SOL BNB XRP HYPE ZEC (omit symbol = BTC).
What we do NOT claim
We do not claim | What we do show |
Generic Coinglass wrapper | Operator-shaped forced-order map for agents |
Predictive Fuel Score / sweep classifier | Distance, size, OI, real liqs — labeled |
Custody of keys or funds | Agent signs own txs |
Trade advice / guaranteed edge | Read-only JSON context |
More than 3 MCP tools | Exactly 3 · v2.7.0 |
Vault / | Separate HyperNatt vault product |
Independent security audit | Public code + SECURITY.md |
Try it
curl -s https://hypernatt.com/api/m2m/agent/manifest
curl -i https://hypernatt.com/api/m2m/liq-radarStep | Link |
Quickstart | |
Integrations (5 clients + AgentKit) | |
HL terrain example (read-only) | |
Honest interpret example | |
CDP Bazaar checklist | |
Examples | |
Security | |
Buyer skill (use the MCP) | |
Seller skill (x402 hardening) | |
Tests | test/ — |
Changelog |
MCP: https://hypernatt.com/mcp/protocol
For non-crypto users (x402 wallet)
If you do not already have a funded USDC wallet, install Coinbase Agentic Wallet MCP first (email/OTP + card onramp — no seed phrase):
npx @coinbase/payments-mcpDocs: Agentic Wallet MCP. Then connect HyperNatt Terminal (https://hypernatt.com/mcp/protocol). Your agent can pay get_liq_radar ($0.001) automatically when it sees HTTP 402.
Optional heavy use (not required): swap-earned quota or $5/mo Agent Pass — see live pass_program / quota_program on the manifest.
License
MIT — see LICENSE.
Available Tools
3 toolsget_agent_manifestA
Start here (free): catalog of 3 terminal tools + value_proposition_v1 + use_scenarios_v1 + glossary_v1 under agent_interpretation_rules_v1. Then call get_liq_radar for the forced-order map.
| Name | Required | Description | Default |
|---|---|---|---|
| locale | No | en or fr (default en) |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the burden for behavioral disclosure. It notes the tool is 'free' and describes it as a catalog, implying a read-only informational nature, but it does not explicitly state that it has no side effects, or discuss permissions, rate limits, or return behavior. This is adequate but minimal.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences, front-loaded with the key directive 'Start here', and contains no filler. Every phrase contributes meaningful information (contents, next step), making it highly concise and well-structured.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given there is no output schema and no annotations, the description does a good job of explaining what the tool returns by listing the manifest contents (catalog of 3 terminal tools, value_proposition_v1, use_scenarios_v1, glossary_v1) and the recommended follow-up. It is slightly cryptic with versioned names but sufficient for an agent to use the tool effectively.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema fully documents the only parameter (locale) with its allowed values and default, and the description does not add any additional meaning. Since schema coverage is 100%, the baseline of 3 applies, and the description adds no extra value for parameters.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies the tool as an entry-point manifest cataloging 3 terminal tools plus supporting documents, distinguishing it from siblings by instructing to start here and then call get_liq_radar. It uses 'Start here' as the verb, which implies retrieval of a catalog, and lists specific contents, making the purpose clear even if not a conventional verb like 'get' or 'list'.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description explicitly states when to use this tool ('Start here') and provides a direct next step ('Then call get_liq_radar for the forced-order map'). This gives clear sequencing but does not mention when not to use it or alternatives like swap_via_nattswap, so it falls short of a full 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
get_liq_radarA
Forced-order / liquidation map — magnet bias, OI build-up, L/S ratio, clusters above/below, real liqs 1h/24h. Whitelist BTC ETH SOL BNB XRP HYPE ZEC (omit symbol = BTC). Market structure classic public indicators do not show. USE WHEN: terrain / timing / sizing context. NOT a trade signal or Fuel Score. RETURNS: hypernatt_liq_radar_v2. COST: $0.001 x402 (Base or Solana). Side effects: none.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | Optional crypto symbol (BTC ETH SOL BNB XRP HYPE ZEC). Default BTC when omitted. | |
| x_payment | No | Base64 x402 USDC payment on Base (eip155:8453). Omit on first call to receive 402 payment instructions; retry with header after paying $0.001/call. | |
| agent_wallet | No | Optional EVM wallet (0x + 40 hex). Skips x402 when swap-earned quota balance covers this tool's credit weight. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations exist, so the description carries full burden. It discloses cost ($0.001 x402 Base or Solana), network options, default symbol behavior, whitelist constraints, return type, and explicitly states 'Side effects: none.' This is comprehensive behavioral disclosure.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is front-loaded with the tool's identity and payload, then systematically covers whitelist, use cases, exclusions, return, cost, and side effects. Every sentence provides distinct, non-redundant information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no output schema, the description conveys the essence of the return (hypernatt_liq_radar_v2) and lists its components. It also covers cost, payment, and side effects. However, it doesn't detail the structure of the output or interpret the indicators, leaving some ambiguity for an agent, but overall sufficient for a data-retrieval tool.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% and includes detailed descriptions for all three parameters. The description adds the cost amount and network flexibility ('Base or Solana') not present in schema, and reinforces symbol whitelist/default. However, agent_wallet parameter is not discussed in the description; schema already covers it, so the added value is moderate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly identifies the tool as a forced-order/liquidation map with specific deliverables (magnet bias, OI build-up, L/S ratio, clusters, real liqs). It distinguishes from siblings (get_agent_manifest, swap_via_nattswap) by stating it reveals market structure that 'classic public indicators do not show' and explicitly states it returns a specific radar (hypernatt_liq_radar_v2).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Provides explicit usage context ('USE WHEN: terrain / timing / sizing context') and negation ('NOT a trade signal or Fuel Score'), but does not name alternative tools or explicitly compare with siblings. This is clear guidance but lacks explicit alternative references, so not a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
swap_via_nattswapA
Cross-chain token swap powered by Li.Fi across 70+ chains incl. Hyperliquid. USE WHEN: bridge, fund gas, treasury routing, or rebalance. RETURNS: Li.Fi route + execution_readiness + swap_actions_v1 + recommended_action. Prefer signing swap_actions_v1 in order. MCP free; on-chain swap costs gas + integrator fee. Side effects: MCP read-only until wallet signs.
| Name | Required | Description | Default |
|---|---|---|---|
| toChain | Yes | Destination Li.Fi chain id | |
| toToken | Yes | Destination token contract address on toChain | |
| slippage | No | Max slippage percent (e.g. 0.5 for 0.5%) | |
| fromChain | Yes | Source Li.Fi chain id (e.g. 1 Ethereum, 8453 Base, 42161 Arbitrum) | |
| fromToken | Yes | Source token contract address on fromChain | |
| toAddress | Yes | Recipient wallet 0x + 40 hex chars | |
| fromAmount | Yes | Amount in token smallest units (wei for 18-decimal tokens) | |
| fromAddress | Yes | Sender wallet 0x + 40 hex chars |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description fully discloses behavior: it returns a route and suggests actions, emphasizes 'MCP read-only until wallet signs', and notes gas and integrator fees. This gives the agent an accurate picture of side effects and costs, exceeding typical transparency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is compact but information-dense, with sections for purpose, use cases, return values, and side effects. Every sentence serves a distinct purpose, and there is no fluff or repetition. The structure is easy to parse despite the all-caps emphasis.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a swap tool with no output schema, the description covers essential context: what is returned (route, readiness, actions), how to proceed (sign actions in order), cost implications (free MCP, on-chain fees), and side effects (read-only until signing). This is complete enough for an agent to act safely and effectively.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema description coverage is 100%, so each parameter is already well-documented. The description adds high-level context (e.g., 'Prefer signing swap_actions_v1 in order') but does not elaborate on individual parameters. Baseline 3 is appropriate because the schema carries the burden, and the description provides no additional per-parameter semantics.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool performs a 'cross-chain token swap powered by Li.Fi across 70+ chains', using a specific verb and resource. It also highlights Hyperliquid support, distinguishing it from siblings like get_liq_radar. This leaves no ambiguity about the tool's core function.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Explicit 'USE WHEN' list provides concrete scenarios (bridge, fund gas, treasury routing, rebalance), giving clear context for when to invoke. It stops short of naming specific alternatives or when not to use, so it earns a 4 rather than a 5.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
12 tool updates
v1.0.3- Removed
claim_ndat - Removed
get_agent_balance - Removed
get_btc_usdc_signal - Changed
get_liq_radar3 fields changed- changed
Input schema / properties / agent_wallet / descriptionPrevious value: -"Optional EVM wallet (0x + 40 hex). Skips x402 when swap-earned quota balance covers this tool's credit weight (2 for liq_radar/mm_trap_state)."New value: +"Optional EVM wallet (0x + 40 hex). Skips x402 when swap-earned quota balance covers this tool's credit weight." - added
Input schema / properties / symbolAdded value: +{ + "description": "Optional crypto symbol (BTC ETH SOL BNB XRP HYPE ZEC). Default BTC when omitted.", + "type": "string" +} - changed
Input schema / properties / x_payment / descriptionPrevious value: -"Base64 x402 USDC payment on Base (eip155:8453). Omit on first call to receive 402 payment instructions; retry with header after paying $0.01/credit."New value: +"Base64 x402 USDC payment on Base (eip155:8453). Omit on first call to receive 402 payment instructions; retry with header after paying $0.001/call."
- Removed
get_mm_hunt_score - Removed
get_mm_trap_state - Removed
get_natt_performance - Removed
get_referral_link - Removed
get_similarity_match - Removed
get_vault_proof - Removed
register_nattswap_reward - Removed
swap_quote
11 tool updates
v1.0.2- Changed
claim_ndat2 fields changed- changed
Input schema / properties / amount / descriptionPrevious value: -"NDAT amount; omit to claim all pending"New value: +"Optional NDAT amount to claim. Omit or leave unset to claim all pending_ndat from get_agent_balance." - changed
Input schema / properties / wallet / descriptionPrevious value: -"Agent EVM address"New value: +"Required. Wallet that earned NDAT: 0x + 40 hex chars on Base."
- Changed
get_agent_balance1 field changed- changed
Input schema / properties / wallet / descriptionPrevious value: -"Agent EVM address"New value: +"Required. Agent EVM address on Base: 0x followed by 40 hexadecimal characters (checksum optional)."
- Changed
get_btc_usdc_signal1 field changed- changed
Input schema / properties / agent_wallet / descriptionPrevious value: -"Optional EVM wallet (0x…). Beta-grandfathered wallets skip x402 payment."New value: +"Optional EVM wallet (0x + 40 hex). Skips x402 when swap-earned quota covers this tool's credit weight."
- Changed
get_liq_radar2 fields changed- changed
Input schema / properties / agent_wallet / descriptionPrevious value: -"Optional EVM wallet (0x…). Beta-grandfathered wallets skip x402."New value: +"Optional EVM wallet (0x + 40 hex). Skips x402 when swap-earned quota balance covers this tool's credit weight (2 for liq_radar/mm_trap_state)." - changed
Input schema / properties / x_payment / descriptionPrevious value: -"Optional x402 payment payload (base64 JSON). Omit to receive 402 payment instructions."New value: +"Base64 x402 USDC payment on Base (eip155:8453). Omit on first call to receive 402 payment instructions; retry with header after paying $0.01/credit."
- Changed
get_mm_hunt_score1 field changed- changed
Input schema / properties / agent_wallet / descriptionPrevious value: -"Optional EVM wallet (0x…). Beta-grandfathered wallets skip x402."New value: +"Optional EVM wallet (0x + 40 hex). Skips x402 when quota covers credit weight."
- Changed
get_mm_trap_state2 fields changed- changed
Input schema / properties / agent_wallet / descriptionPrevious value: -"Optional EVM wallet (0x…). Beta-grandfathered wallets skip x402."New value: +"Optional EVM wallet (0x + 40 hex). Skips x402 when swap-earned quota balance covers this tool's credit weight (2 for liq_radar/mm_trap_state)." - changed
Input schema / properties / x_payment / descriptionPrevious value: -"Optional x402 payment payload (base64 JSON). Omit to receive 402 payment instructions."New value: +"Base64 x402 USDC payment on Base (eip155:8453). Omit on first call to receive 402 payment instructions; retry with header after paying $0.01/credit."
- Changed
get_referral_link1 field changed- changed
Input schema / properties / referrer / descriptionPrevious value: -"Referrer agent EVM address"New value: +"Referrer agent EVM address 0x + 40 hex chars on Base"
- Changed
get_similarity_match1 field changed- changed
Input schema / properties / agent_wallet / descriptionPrevious value: -"Optional EVM wallet (0x…). Beta-grandfathered wallets skip x402."New value: +"Optional EVM wallet (0x + 40 hex). Skips x402 when quota covers credit weight."
- Changed
register_nattswap_reward2 fields changed- changed
Input schema / properties / agentAddress / descriptionPrevious value: -"Agent wallet that executed the swap"New value: +"Agent wallet 0x + 40 hex that executed or benefits from the swap" - changed
Input schema / properties / txHash / descriptionPrevious value: -"Source chain transaction hash"New value: +"Confirmed swap transaction hash on source chain (0x…)"
- Changed
swap_quote8 fields changed- changed
Input schema / properties / fromAddress / descriptionPrevious value: -"Sender wallet"New value: +"Sender wallet 0x + 40 hex chars" - changed
Input schema / properties / fromAmount / descriptionPrevious value: -"Amount in token smallest units"New value: +"Amount in token smallest units (wei for 18-decimal tokens)" - changed
Input schema / properties / fromChain / descriptionPrevious value: -"Source chain id"New value: +"Source Li.Fi chain id (e.g. 1 Ethereum, 8453 Base, 42161 Arbitrum)" - changed
Input schema / properties / fromToken / descriptionPrevious value: -"Source token address"New value: +"Source token contract address on fromChain" - changed
Input schema / properties / slippage / descriptionPrevious value: -"Slippage percent"New value: +"Max slippage percent (e.g. 0.5 for 0.5%)" - changed
Input schema / properties / toAddress / descriptionPrevious value: -"Recipient wallet"New value: +"Recipient wallet 0x + 40 hex chars" - changed
Input schema / properties / toChain / descriptionPrevious value: -"Destination chain id"New value: +"Destination Li.Fi chain id" - changed
Input schema / properties / toToken / descriptionPrevious value: -"Destination token address"New value: +"Destination token contract address on toChain"
- Changed
swap_via_nattswap8 fields changed- changed
Input schema / properties / fromAddress / descriptionPrevious value: -"Sender wallet"New value: +"Sender wallet 0x + 40 hex chars" - changed
Input schema / properties / fromAmount / descriptionPrevious value: -"Amount in token smallest units"New value: +"Amount in token smallest units (wei for 18-decimal tokens)" - changed
Input schema / properties / fromChain / descriptionPrevious value: -"Source chain id"New value: +"Source Li.Fi chain id (e.g. 1 Ethereum, 8453 Base, 42161 Arbitrum)" - changed
Input schema / properties / fromToken / descriptionPrevious value: -"Source token address"New value: +"Source token contract address on fromChain" - changed
Input schema / properties / slippage / descriptionPrevious value: -"Slippage percent"New value: +"Max slippage percent (e.g. 0.5 for 0.5%)" - changed
Input schema / properties / toAddress / descriptionPrevious value: -"Recipient wallet"New value: +"Recipient wallet 0x + 40 hex chars" - changed
Input schema / properties / toChain / descriptionPrevious value: -"Destination chain id"New value: +"Destination Li.Fi chain id" - changed
Input schema / properties / toToken / descriptionPrevious value: -"Destination token address"New value: +"Destination token contract address on toChain"
6 tool updates
v1.0.1- Changed
get_btc_usdc_signal1 field changed- added
Input schema / properties / agent_walletAdded value: +{ + "description": "Optional EVM wallet (0x…). Beta-grandfathered wallets skip x402 payment.", + "type": "string" +}
- Added
get_liq_radar - Changed
get_mm_hunt_score1 field changed- added
Input schema / properties / agent_walletAdded value: +{ + "description": "Optional EVM wallet (0x…). Beta-grandfathered wallets skip x402.", + "type": "string" +}
- Added
get_mm_trap_state - Added
get_natt_performance - Changed
get_similarity_match1 field changed- added
Input schema / properties / agent_walletAdded value: +{ + "description": "Optional EVM wallet (0x…). Beta-grandfathered wallets skip x402.", + "type": "string" +}
11 tool updates
v1.0.0- First observed
claim_ndat - First observed
get_agent_balance - First observed
get_agent_manifest - First observed
get_btc_usdc_signal - First observed
get_mm_hunt_score - First observed
get_referral_link - First observed
get_similarity_match - First observed
get_vault_proof - First observed
register_nattswap_reward - First observed
swap_quote - First observed
swap_via_nattswap
TDQS
Each tool has a clearly distinct purpose: the manifest is a starting guide, swap_via_nattswap handles token exchanges, and get_liq_radar provides market liquidation data. There is no overlap or ambiguity between them.
Names mostly follow a verb_noun pattern (get_agent_manifest, get_liq_radar) with one deviation (swap_via_nattswap). The style is consistent with underscores and lowercase, so it remains readable and predictable.
With 3 tools, the server is well-scoped for a specialized terminal. Each tool serves a necessary role: discovery, data, and action, and the count is within the ideal 3-15 range.
The set offers a complete lifecycle for a terminal: a manifest to start, a data tool for market context, and an action tool for swaps. Minor gaps like balance checks or additional market data are possible but not essential for the stated purpose.
Maintenance
Related MCP Connectors
HiveCapital MCP Server — autonomous investment layer for AI agents
Polymarket + Hyperliquid + macro for AI agents. 38 tools, signal backtest, SSE streaming. Free tier.
Native Solana staking for AI agents. 26 MCP tools, one-shot signing, webhooks.
Non-custodial USDC yield vaults on Base mainnet with 9 MCP tools for AI agent treasury.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceAI-powered crypto signal intelligence for 20 assets (BTC, ETH, SOL, etc). 6 scoring dimensions: whale activity, technical analysis, derivatives flow, narrative strength, sentiment, market structure. Market regime detection (TRENDING/RANGING), portfolio optimization, and accuracy tracking. 9 read-only MCP tools. Free via MCP, $0.001 USDC via x402 on Base for REST API.3MIT
- AlicenseAqualityBmaintenanceAI-native quantitative trading signal engine for crypto and TradFi perpetuals. Multi-factor composite BUY/SELL/HOLD signals, cross-venue funding rate arbitrage scanning, and market regime detection powered by Hyperliquid data.73,7367MIT

aibtc-mcp-serverofficial
AlicenseNot gradedqualityAmaintenanceA Bitcoin-native MCP server for AI agents that provides 150+ tools for BTC and Stacks operations. Supports wallets, DeFi yield, sBTC peg, NFTs, and x402 payments.88110MIT- AlicenseNot gradedqualityBmaintenanceBitcoin-native MCP server for AI agents: BTC/STX wallets, DeFi yield, sBTC peg, NFTs, and x402 payments.881MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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