← Registry

Analytics

echoledger.ai

Provides DeFi LP position analysis and price move simulation for Uniswap, Balancer, and Curve-style pools.

1 endpoint11 known toolsFirst detected August 6, 2026Last detected September 6, 2026

ENDPOINT 1

https://mcp.echoledger.ai/mcp

No auth detected

MCP server metadata

Name
echoledger
Version
0.2.3
Capabilities
experimentaltools

Known tools 11

AnalyzePosition

Analyze why a Uniswap V2 or V3 LP position is gaining or losing money.

Inferred read-only
AnalyzeBalancerLP

Analyze a 2-asset Balancer weighted-pool LP position's PnL.

Inferred read-only
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.

Inferred read-only
SimulatePriceMove

Project a Uniswap V2 or V3 LP position's value at a hypothetical price change from the CURRENT pool state (not from entry).

Inferred read-only
SimulateBalancerMove

Project a 2-asset Balancer weighted-pool LP position's value at a hypothetical price change from the CURRENT pool state.

Inferred read-only
SimulateStableswapMove

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

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
CalculateSlippage

Calculate slippage and price-impact decomposition for a proposed swap on a Uniswap V2 or V3 pool.

Inferred read-only
AssessDepegRisk

Quantify a 2-asset Curve-style Stableswap LP position's exposure to a stablecoin depeg.

Inferred read-only
BuildStateTwin

Read a pool's on-chain state once and return it as a serialized State Twin (JSON): the protocol-specific snapshot plus a content_hash, in the wire form a client rehydrates locally.

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.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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for echoledger.ai was fetched 2026-08-21T11:17:56.842Z.

Trust status Neutral

echoledger.ai 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.