Skip to main content
Glama
458,010 tools. Updated 2026-08-14 16:49

"Aqua" matching MCP tools:

  • Query the 1inch Aqua API (v1.0) — analytics for Aqua strategies (shared-liquidity market making): maker stats, strategy lists, overview, activity, and volume series. Read-only. No OAuth required. REQUIRED: "action" — read actions (no OAuth): maker_stats, list_maker_strategies, strategy_overview, strategy_activity, strategy_volume, list_opened. Read the resource file://1inch-mcp/guides/aqua-workflow for per-action examples, priceRange semantics, and maker/taker flows. Raw HTTP: product_api with path "/aqua/v1.0/strategies/...".
    Connector
  • Retrieve AQUA account profile including email, Lightning Address, fingerprint, and feature flags. Requires prior login.
    MIT
  • Re-bind a Lightning Address to a different local wallet after previewing the change. Requires two-step confirmation to prevent accidental disruption.
    MIT
  • Sweep the entire L-BTC or specified Liquid asset balance to one address, deducting fee from inputs to leave zero balance of the targeted asset.
    MIT
  • Execute a Liquid atomic swap on SideSwap after confirming the quote. Locally verifies the swap against the agreed terms and aborts if the balance change does not match, protecting against a hostile server.
    MIT
  • Create a WapuPay order to obtain a Liquid USDT funding address for paying Argentine pesos via bank alias. Returns funding details, expiry, and a QR code.
    MIT

Matching MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    MCP server for managing Bitcoin, Liquid Network, and Lightning wallets through AI assistants, with unified seed support, secure encrypted storage, and both CLI and tool interfaces.
    71
    4
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Enables AI assistants to access contextual knowledge from multiple repositories through Sequa's Contextual Knowledge Engine. Provides architecture-aware code understanding and cross-repository context for more accurate, production-ready code generation.
    75
    MIT
  • Check a WapuPay P2P order's status using its tentative ID. Returns is_final, is_success, or is_failed indicators for states like CREATED, FUNDING_ISSUED, EXECUTED, EXPIRED, SETTLED_TO_BALANCE, and FAILED.
    MIT
  • Convert Bitcoin to Liquid Bitcoin via a peg-in. Send BTC to a deposit address; after 2 confirmations, L-BTC arrives in your Liquid wallet. Lower fees for amounts ≥0.01 BTC.
    MIT
  • Initiates a paid captchaless login for JAN3 accounts by crafting a signed L-BTC transaction to fund the vault and sending an OTP via email.
    MIT
  • Purchase or update a Lightning username for a JAN3 account with on-chain payment (L-BTC or USDt). Obtain a price quote, then confirm to complete the transaction.
    MIT
  • Sweep the entire Bitcoin wallet balance to a single address, with fees deducted from inputs leaving zero sats. Use to drain or empty a wallet.
    MIT
  • Lists locally-tracked WapuPay direct-fiat orders with funding and execution transaction IDs and status for recovery tracking, sorted by most recent first.
    MIT
  • List all saved JAN3 sessions to view metadata from your wallet management system. Access session information without exposing tokens.
    MIT
  • Update specific editing parameters for an image by merging a partial recipe into its existing edit recipe. Only supplied fields change, preserving all other settings.
    MIT
  • Retrieve a read-only quote for a SideSwap Liquid asset swap. Specify your send or receive amount to preview the exchange rate and confirm before executing.
    MIT
  • Check the status of a Lightning swap (send or receive). For receive swaps, automatically claim L-BTC when settled. For send swaps, retrieve the preimage when claimed.
    MIT
  • Decode a BOLT11 Lightning invoice to retrieve payment details without paying. Returns amount, description, and expiry time.
    MIT