← echoledger.ai

INDIVIDUAL MCP TOOL

SimulateStableswapMove

Project a 2-asset Curve-style Stableswap LP position's value at a hypothetical depeg from the CURRENT pool state.

echoledger.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.echoledger.ai/mcp

No auth detected

Connect to this endpoint to inspect the live schema for SimulateStableswapMove and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

echoledger.ai

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

.mcp.json

{
  "mcpServers": {
    "echoledger": {
      "type": "http",
      "url": "https://mcp.echoledger.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: echoledger
Remote MCP URL: https://mcp.echoledger.ai/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": {
    "echoledger": {
      "url": "https://mcp.echoledger.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "echoledger",
  "transport": "streamable-http",
  "url": "https://mcp.echoledger.ai/mcp"
}
MCP Inspector

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

Related tools

  • AnalyzePosition — Analyze why a Uniswap V2 or V3 LP position is gaining or losing money.
  • AnalyzeBalancerLP — Analyze a 2-asset Balancer weighted-pool LP position's PnL.
  • AnalyzeStableswapLP — Analyze a 2-asset Curve-style Stableswap LP position's PnL using the amplified-invariant IL formula where small depegs can produce surprisingly large IL at high A.
  • SimulatePriceMove — Project a Uniswap V2 or V3 LP position's value at a hypothetical price change from the CURRENT pool state (not from entry).
  • SimulateBalancerMove — Project a 2-asset Balancer weighted-pool LP position's value at a hypothetical price change from the CURRENT pool state.
  • CheckPoolHealth — Snapshot pool-level health metrics for a Uniswap V2 or V3 pool: TVL in token0 numeraire, reserves, accumulated fees, LP concentration, and swap activity.
  • DetectRugSignals — Detect rug-pull signals on a Uniswap V2 or V3 pool via three threshold checks: suspiciously low TVL, top-LP concentration above a limit, and inactive-pool-with-liquidity.
  • CalculateSlippage — Calculate slippage and price-impact decomposition for a proposed swap on a Uniswap V2 or V3 pool.