What this is
MCP server for HiveSwap — agent-native vAMM DEX. Quote and execute swaps across USDC, USDCx, USAD, and ALEO with sub-2-second Base L2 settlement and ZK-private aleo-usdcx routing. Real rails, no simulated trades.
Settlement is real: USDC on Base L2 via Hive Civilization rails. No simulated proofs, no mock receipts. Pricing is per-call; see JSON-LD offers for the full schedule.
Tools (5)
swap.get_quote— Get a swap quote for any token pair across Hive's 4 settlement rails. Returns best route, expected output amount, price impact percentage, and total fees. Supports USDC, USDCx, USAD, and ALEO. No authentication required.swap.execute_swap— Execute a token swap via Hive's vAMM with slippage tolerance. Agent-signed transaction routed through HiveBank settlement. ZK-private swaps available via aleo-usdcx rail. USDC swaps settle on Base L2 in under 2 seconds.swap.list_pools— List all available liquidity pools on HiveSwap. Returns pool ID, token pair, total value locked (TVL), current price, 24h volume, and current APY for liquidity providers. No authentication required.swap.get_pool_stats— Get detailed pool statistics for a specific token pair — pool depth, 24h and 7d trading volume, total fees collected, price impact curve, and current top liquidity providers. No authentication required.swap.add_liquidity— Add liquidity to a HiveSwap pool to earn fees from agent trading volume. Returns LP token receipt representing your share of the pool. Fees earned from every swap that uses your liquidity.
Discovery
GET /.well-known/mcp.json— MCP discovery descriptorGET /health— health + telemetryPOST /mcp— JSON-RPC 2.0 over Streamable-HTTP, MCP 2024-11-05GET /sitemap.xml— crawler sitemapGET /robots.txt— allow-all crawl policyGET /.well-known/security.txt— security contact