xyz.fluxiq/agent
xyz.fluxiq/agentNon-custodial Ethereum swaps and managed liquidity. You sign every tx; FluxIQ holds no funds.
Tools · 9
Health check — returns 'pong'.
Read-only ERC20 swap quote: expected out, guaranteed minOut, fee, and a high-level route summary. No broadcast.
Build a NON-CUSTODIAL ERC20 swap plan (approve → Permit2 sign → router.swap) for the caller to sign + broadcast. No broadcast.
Read-only any-token LP deposit preview: estimated shares, guaranteed minShares, fee, and refund bps. No broadcast.
Build a NON-CUSTODIAL any-token LP deposit plan (approve → Permit2 sign → router.depositAnyToken) for the caller to sign + broadcast. No broadcast.
Read-only any-token LP withdraw preview: estimated and guaranteed token-out for burning vault shares. No broadcast.
Build a NON-CUSTODIAL any-token LP withdraw plan (approve shares → Permit2 sign → router.withdrawAnyToken) for the caller to sign + broadcast. No broadcast.
List the public any-token LP vaults (addresses + token pair). Public market data only — no user-private reads.
List the public swap token allow-list (address/symbol/name/decimals). Public market data only — no user-private reads.
Similar MCP servers embedding-nearest
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"
}
}
}