mcpbeat

Agent MCP Server

xyz.fluxiq/agent
not responding

Agent is listed as active in the registry but did not answer our last check. It exposes 9 tools.

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

Uptime history 41 hours of history · worst hour 0%
41 hours agonow
0.0%
Uptime 24h
0 of 91 checks
9
Tools
read from the server
100 ms
Response time
average over 24h
open, no key
Access
streamable-http

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 11 min ago.

run in your terminal
claude mcp add agent --transport http https://fluxiq.xyz/api/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agent": {
      "url": "https://fluxiq.xyz/api/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agent]
url = "https://fluxiq.xyz/api/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "agent": {
      "url": "https://fluxiq.xyz/api/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agent": {
      "url": "https://fluxiq.xyz/api/mcp"
    }
  }
}

Available tools 9

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

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

Endpoints

URLTransportStateLatencyChecked
https://fluxiq.xyz/api/mcp streamable-http answering 100 ms 11 min ago

Agent — questions

Answers built from our own checks of this server.

What can Agent do?
It exposes 9 tools, read directly from the server on our last check. Among them: build_lp_deposit, build_lp_withdraw, build_swap, list_tokens, list_vaults, ping and 3 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is Agent mostly used for?
Its tools cluster around quote and build. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is Agent working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 0 of 91 checks got a reply (0.0%), average response time 100 ms. The bar chart above shows every period we have measured.
The registry lists Agent as active — why does it not respond?
The official MCP registry stores what the author submitted; it does not verify that the server still runs. We check the endpoint ourselves, and this one does not answer. Catalogues that copy the registry without checking will show it as working.
How do I connect Agent?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Agent need an API key?
No. Agent completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 9 of them are readable on this page. This is what we observed, not what the docs claim.