Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

xyz.fluxiq/agent

xyz.fluxiq/agent

Non-custodial Ethereum swaps and managed liquidity. You sign every tx; FluxIQ holds no funds.

Uptime
100.0%
1 direct probes · 30d
Response
597ms
last probe
Tools
9
callable
Resources
0
readable
Prompts
0
available

Tools · 9

ping

Health check — returns 'pong'.

quote_swap

Read-only ERC20 swap quote: expected out, guaranteed minOut, fee, and a high-level route summary. No broadcast.

build_swap

Build a NON-CUSTODIAL ERC20 swap plan (approve → Permit2 sign → router.swap) for the caller to sign + broadcast. No broadcast.

quote_lp_deposit

Read-only any-token LP deposit preview: estimated shares, guaranteed minShares, fee, and refund bps. No broadcast.

build_lp_deposit

Build a NON-CUSTODIAL any-token LP deposit plan (approve → Permit2 sign → router.depositAnyToken) for the caller to sign + broadcast. No broadcast.

quote_lp_withdraw

Read-only any-token LP withdraw preview: estimated and guaranteed token-out for burning vault shares. No broadcast.

build_lp_withdraw

Build a NON-CUSTODIAL any-token LP withdraw plan (approve shares → Permit2 sign → router.withdrawAnyToken) for the caller to sign + broadcast. No broadcast.

list_vaults

List the public any-token LP vaults (addresses + token pair). Public market data only — no user-private reads.

list_tokens

List the public swap token allow-list (address/symbol/name/decimals). Public market data only — no user-private reads.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "xyz.fluxiq/agent": {
      "url": "https://fluxiq.xyz/api/mcp",
      "transport": "streamable-http"
    }
  }
}