Analytics
echoledger.ai
Provides DeFi LP position analysis and price move simulation for Uniswap, Balancer, and Curve-style pools.
ENDPOINT 1
https://mcp.echoledger.ai/mcp
MCP server metadata
- Name
- echoledger
- Version
- 0.2.3
Known tools 11
AnalyzePositionAnalyze why a Uniswap V2 or V3 LP position is gaining or losing money.
Inferred read-onlyAnalyzeStableswapLPAnalyze 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-onlySimulatePriceMoveProject a Uniswap V2 or V3 LP position's value at a hypothetical price change from the CURRENT pool state (not from entry).
Inferred read-onlySimulateBalancerMoveProject a 2-asset Balancer weighted-pool LP position's value at a hypothetical price change from the CURRENT pool state.
Inferred read-onlySimulateStableswapMoveProject a 2-asset Curve-style Stableswap LP position's value at a hypothetical depeg from the CURRENT pool state.
Inferred read-onlyCheckPoolHealthSnapshot 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-onlyDetectRugSignalsDetect 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-onlyCalculateSlippageCalculate slippage and price-impact decomposition for a proposed swap on a Uniswap V2 or V3 pool.
Inferred read-onlyAssessDepegRiskQuantify a 2-asset Curve-style Stableswap LP position's exposure to a stablecoin depeg.
Inferred read-onlyBuildStateTwinRead 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-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.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.
echoledger.ai 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.