Developer Tools
fluxiq.xyz
Provides non-custodial ERC20 swap and LP deposit quotes and transaction plans for DeFi integration.
ENDPOINT 1
https://fluxiq.xyz/api/mcp
Known tools 9
pingHealth check — returns 'pong'.
quote_swapRead-only ERC20 swap quote: expected out, guaranteed minOut, fee, and a high-level route summary.
build_swapBuild a NON-CUSTODIAL ERC20 swap plan (approve → Permit2 sign → router.swap) for the caller to sign + broadcast.
quote_lp_depositRead-only any-token LP deposit preview: estimated shares, guaranteed minShares, fee, and refund bps.
build_lp_depositBuild a NON-CUSTODIAL any-token LP deposit plan (approve → Permit2 sign → router.depositAnyToken) for the caller to sign + broadcast.
quote_lp_withdrawRead-only any-token LP withdraw preview: estimated and guaranteed token-out for burning vault shares.
build_lp_withdrawBuild a NON-CUSTODIAL any-token LP withdraw plan (approve shares → Permit2 sign → router.withdrawAnyToken) for the caller to sign + broadcast.
list_vaultsList the public any-token LP vaults (addresses + token pair).
list_tokensList the public swap token allow-list (address/symbol/name/decimals).