Agent Tools
Back to MCP servers
● healthy

**Live Uniswap V2/V3 LP analytics over MCP.** Read real on-chain pool state through your own RPC (BYO-RPC, supplied per call) and get exact-math answers to LP questions — position PnL, price-move scenarios, pool health, rug signals, and slippage. **Authless & zero-config** — no account, no API key. Nothing is stored or logged; your RPC URL is redacted from every receipt. Each call reads the pool, runs the analysis, and returns a typed result. These aren't API wrappers — they're closed-form AMM math, powered by the open-source [DeFiPy](https://defipy.org) library and its State Twin substrate. V3 impermanent loss is computed over the position's tick range via concentrated-liquidity math. **The math is open; the reports are paid.** ### Tools (5) - `AnalyzePosition` — V2/V3 PnL decomposition (IL, fees, net) - `SimulatePriceMove` — "what if price moves X%?" scenarios - `CheckPoolHealth` — TVL, reserves, LP concentration, fee tier - `DetectRugSignals` — threshold-based rug-signal flags - `CalculateSlippage` — slippage, price impact, max trade size Each tool takes `pool_address`, `rpc_url`, and `pool_type` (`uniswap_v2` | `uniswap_v3`), plus optional `chain_id` guard and `block_number` pin. Balancer & Stableswap live reads arrive in v0.2. Built on [DeFiPy](https://defipy.org) · [State Twins paper](https://arxiv.org/abs/2605.11522)

Transport
streamable-http
Auth
smithery_api_key
Cost

How to connect

MCP endpoint (streamable-http)
https://server.smithery.ai/ic3moore/defimind/mcp
JSON-RPC initialize probe
curl -X POST https://server.smithery.ai/ic3moore/defimind/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Homepage
https://defimind.ai
Listed at (smithery)
https://defimind.ai