← Registry

Developer Tools

fluxiq.xyz

Provides non-custodial ERC20 swap and LP deposit quotes and transaction plans for DeFi integration.

1 endpoint9 known toolsFirst detected June 24, 2026Last detected September 12, 2026

ENDPOINT 1

https://fluxiq.xyz/api/mcp

No auth detected

MCP server metadata

Name
fluxiq
Version
1.0.0
Capabilities
tools.listChanged

Known tools 9

ping

Health check — returns 'pong'.

Inferred read-only
quote_swap

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

Inferred read-only
build_swap

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

Inferred read-only
quote_lp_deposit

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

Potential side effects
build_lp_deposit

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

Inferred read-only
quote_lp_withdraw

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

Inferred read-only
build_lp_withdraw

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

Inferred read-only
list_vaults

List the public any-token LP vaults (addresses + token pair).

Inferred read-only
list_tokens

List the public swap token allow-list (address/symbol/name/decimals).

Inferred read-only

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]
url = "https://fluxiq.xyz/api/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: fluxiq
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": {
      "url": "https://fluxiq.xyz/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for fluxiq.xyz was fetched 2026-09-12T00:45:42.703Z.

Trust status Neutral

fluxiq.xyz is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.