# agent MCP server

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

## Links
- Registry page: https://www.getdrio.com/mcp/xyz-fluxiq-agent

## Install
- Endpoint: https://fluxiq.xyz/api/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://fluxiq.xyz/api/mcp

## Tools
- ping - Health check — returns 'pong'. Endpoint: https://fluxiq.xyz/api/mcp
- quote_swap - Read-only ERC20 swap quote: expected out, guaranteed minOut, fee, and a high-level route summary. No broadcast. Endpoint: https://fluxiq.xyz/api/mcp
- build_swap - Build a NON-CUSTODIAL ERC20 swap plan (approve → Permit2 sign → router.swap) for the caller to sign + broadcast. No broadcast. Endpoint: https://fluxiq.xyz/api/mcp
- quote_lp_deposit - Read-only any-token LP deposit preview: estimated shares, guaranteed minShares, fee, and refund bps. No broadcast. Endpoint: https://fluxiq.xyz/api/mcp
- 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. Endpoint: https://fluxiq.xyz/api/mcp
- quote_lp_withdraw - Read-only any-token LP withdraw preview: estimated and guaranteed token-out for burning vault shares. No broadcast. Endpoint: https://fluxiq.xyz/api/mcp
- 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. Endpoint: https://fluxiq.xyz/api/mcp
- list_vaults - List the public any-token LP vaults (addresses + token pair). Public market data only — no user-private reads. Endpoint: https://fluxiq.xyz/api/mcp
- list_tokens - List the public swap token allow-list (address/symbol/name/decimals). Public market data only — no user-private reads. Endpoint: https://fluxiq.xyz/api/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: xyz.fluxiq
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jun 23, 2026
- Source: https://registry.modelcontextprotocol.io
