mcpserver.lol
registry/epsilon
Connection check verified live · 27h ago

epsilon

Non-custodial limit, stop-loss and DCA trading on Epsilon (Robinhood Chain) for AI agents

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

Tools & capabilities

15 tools

Read from the running server on 27h ago.

error_catalog read-only
Machine-readable catalog of every error code the Epsilon API returns, with meanings and retry guidance.
get_example read-only id*
Full source code of one Epsilon integration example, by id from list_examples. No API key required.
get_market_overview read-only
One-call market snapshot of Epsilon (Robinhood Chain DEX): top tokens by 30-day volume, 24h volume aggregates, and engine-wide order/fill stats. Good first call for market context.
get_orderbook read-only tokenA*tokenB*
Open (pending/active) limit orders on both sides of a token pair, largest first.
get_order_status read-only orderHash*
Look up an Epsilon order by hash: status (pending/active/filled/cancelled), parameters, and its fills.
get_quote read-only tokenIn*amountIn*tokenOut*
Best executable quote for swapping tokenIn → tokenOut on Epsilon (Robinhood Chain, id 4663). Amounts are RAW token units — scale by the token's decimals first. This only quotes; it…
get_route read-only wallettokenIn*amountIn*tokenOut*orderTypetriggered +1
Full routing breakdown for a swap: best venue split, expected and minimum output, price impact (ppm), and the feeLegs a signed order must embed. Read-only. Amounts are RAW token un…
list_examples read-only
List runnable Epsilon integration examples (Python cron DCA, LangChain tools, Vercel AI SDK tools, Telegram bot). Fetch full source with get_example. No API key required.
list_orders read-only typelimitstatuswallet
List Epsilon orders by maker wallet, status, and/or type — the portfolio view. Newest first.
market_stats read-only
Engine-wide Epsilon stats: order counts by status, fill counts, and volume aggregates.
order_preflight read-only tokenIn*amountIn*tokenOut*
Check whether a limit/DCA order for this pair and size would be executable: oracle support, liquidity, minimum size. Run this before signing an order. Amounts are RAW token units.
recent_swaps read-only limitwallet
Most recent swaps executed through Epsilon, optionally filtered to one wallet. Amounts are RAW token units.
search_docs read-only limitquery*
Search the Epsilon developer documentation (API, auth, order signing, webhooks, rev-share, SDKs, MCP). Returns the most relevant doc sections. No API key required.
search_tokens read-only limitsearch
Resolve a token symbol or name to its address and decimals — call this FIRST when the user names a token; every other tool takes addresses. volume30dUsd disambiguates same-symbol t…
token_volume read-only window
Per-token and total swap volume over a window (1h, 24h, 7d, 30d, all).