mcpserver.lol
registry/echoledger-mcp
Connection check verified live · 27h ago

echoledger-mcp

Live LP analytics — Uniswap V2/V3, Balancer, Curve stableswap: PnL, health, slippage, depeg risk.

Tools 11
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 27h ago

Tools & capabilities

11 tools

Read from the running server on 27h ago.

AnalyzeBalancerLP rpc_url*chain_idpool_type*lp_init_amt*block_numberpool_address* +3
Analyze a 2-asset Balancer weighted-pool LP position's PnL. Decomposes impermanent loss using the weighted-pool formula where the base token's weight affects IL magnitude. Values a…
AnalyzePosition rpc_url*chain_idlwr_tickupr_tickpool_type*entry_x_amt* +5
Analyze why a Uniswap V2 or V3 LP position is gaining or losing money. Decomposes PnL into impermanent loss, accumulated fees, and net result, with optional real APR if a holding p…
AnalyzeStableswapLP rpc_url*chain_idpool_type*lp_init_amt*block_numberpool_address* +2
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. Values are in pe…
AssessDepegRisk rpc_url*chain_idpool_type*compare_v2lp_init_amt*block_number +3
Quantify a 2-asset Curve-style Stableswap LP position's exposure to a stablecoin depeg. Computes IL at multiple depeg levels (default 2%, 5%, 10%, 20%, 50%) via the closed-form sta…
BuildStateTwin rpc_url*chain_idlwr_tickupr_tickpool_type*block_number +1
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.…
CalculateSlippage rpc_url*chain_idlwr_tickupr_tickamount_inpool_type* +4
Calculate slippage and price-impact decomposition for a proposed swap on a Uniswap V2 or V3 pool. Returns spot vs execution price, slippage percentage, slippage cost in output-toke…
CheckPoolHealth rpc_url*chain_idpool_type*block_numberpool_address*recent_window
Snapshot pool-level health metrics for a Uniswap V2 or V3 pool: TVL in token0 numeraire, reserves, accumulated fees, LP concentration, and swap activity. Answers 'is this a pool I…
DetectRugSignals rpc_url*chain_idpool_type*tvl_floorblock_numberpool_address* +1
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. Composes…
SimulateBalancerMove rpc_url*chain_idpool_type*lp_init_amt*block_numberpool_address* +2
Project a 2-asset Balancer weighted-pool LP position's value at a hypothetical price change from the CURRENT pool state. The shock is applied to the base-token price in opp units;…
SimulatePriceMove rpc_url*chain_idlwr_tickupr_tickpool_type*block_number +4
Project a Uniswap V2 or V3 LP position's value at a hypothetical price change from the CURRENT pool state (not from entry). A price_change_pct of -0.30 asks 'what if price drops 30…
SimulateStableswapMove rpc_url*chain_idpool_type*lp_init_amt*block_numberpool_address* +2
Project a 2-asset Curve-style Stableswap LP position's value at a hypothetical depeg from the CURRENT pool state. The shock multiplies the pool's current alpha by (1 + price_change…