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
MCP server metadata
- Name
- fluxiq
- Version
- 1.0.0
Known tools 9
quote_swapRead-only ERC20 swap quote: expected out, guaranteed minOut, fee, and a high-level route summary.
Inferred read-onlybuild_swapBuild a NON-CUSTODIAL ERC20 swap plan (approve → Permit2 sign → router.swap) for the caller to sign + broadcast.
Inferred read-onlyquote_lp_depositRead-only any-token LP deposit preview: estimated shares, guaranteed minShares, fee, and refund bps.
Potential side effectsbuild_lp_depositBuild a NON-CUSTODIAL any-token LP deposit plan (approve → Permit2 sign → router.depositAnyToken) for the caller to sign + broadcast.
Inferred read-onlyquote_lp_withdrawRead-only any-token LP withdraw preview: estimated and guaranteed token-out for burning vault shares.
Inferred read-onlybuild_lp_withdrawBuild a NON-CUSTODIAL any-token LP withdraw plan (approve shares → Permit2 sign → router.withdrawAnyToken) for the caller to sign + broadcast.
Inferred read-onlyCONNECT 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.
fluxiq.xyz is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.