← fluxiq.xyz

INDIVIDUAL MCP TOOL

quote_lp_deposit

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

fluxiq.xyznone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name, description or schema mentions credentials.
  • A tool name or description suggests a financial action.

Parent endpoint

fluxiq.xyz

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.fluxiq-xyz]
url = "https://fluxiq.xyz/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "fluxiq-xyz": {
      "type": "http",
      "url": "https://fluxiq.xyz/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: fluxiq-xyz
Remote MCP URL: https://fluxiq.xyz/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "fluxiq-xyz": {
      "url": "https://fluxiq.xyz/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "fluxiq-xyz": {
      "type": "http",
      "url": "https://fluxiq.xyz/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "fluxiq-xyz",
  "transport": "streamable-http",
  "url": "https://fluxiq.xyz/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • ping — Health check — returns 'pong'.
  • quote_swap — Read-only ERC20 swap quote: expected out, guaranteed minOut, fee, and a high-level route summary.
  • build_swap — Build a NON-CUSTODIAL ERC20 swap plan (approve → Permit2 sign → router.swap) for the caller to sign + broadcast.
  • build_lp_deposit — Build a NON-CUSTODIAL any-token LP deposit plan (approve → Permit2 sign → router.depositAnyToken) for the caller to sign + broadcast.
  • quote_lp_withdraw — Read-only any-token LP withdraw preview: estimated and guaranteed token-out for burning vault shares.
  • build_lp_withdraw — Build a NON-CUSTODIAL any-token LP withdraw plan (approve shares → Permit2 sign → router.withdrawAnyToken) for the caller to sign + broadcast.
  • list_vaults — List the public any-token LP vaults (addresses + token pair).
  • list_tokens — List the public swap token allow-list (address/symbol/name/decimals).