API Tools
epsilon.exchange
Provides market data, order book, and order status lookup for the Epsilon DEX through a set of API tools.
ENDPOINT 1
https://api.epsilon.exchange/mcp
MCP server metadata
- Name
- epsilon
- Version
- 0.1.0
Known tools 15
error_catalogMachine-readable catalog of every error code the Epsilon API returns, with meanings and retry guidance.
Inferred read-onlyget_exampleFull source code of one Epsilon integration example, by id from list_examples.
Inferred read-onlyget_market_overviewOne-call market snapshot of Epsilon (Robinhood Chain DEX): top tokens by 30-day volume, 24h volume aggregates, and engine-wide order/fill stats.
Inferred read-onlyget_order_statusLook up an Epsilon order by hash: status (pending/active/filled/cancelled), parameters, and its fills.
Inferred read-onlyget_orderbookOpen (pending/active) limit orders on both sides of a token pair, largest first.
Inferred read-onlyget_quoteBest executable quote for swapping tokenIn → tokenOut on Epsilon (Robinhood Chain, id 4663).
Inferred read-onlyget_routeFull routing breakdown for a swap: best venue split, expected and minimum output, price impact (ppm), and the feeLegs a signed order must embed.
Inferred read-onlylist_examplesList runnable Epsilon integration examples (Python cron DCA, LangChain tools, Vercel AI SDK tools, Telegram bot).
Inferred read-onlylist_ordersList Epsilon orders by maker wallet, status, and/or type — the portfolio view.
Inferred read-onlymarket_statsEngine-wide Epsilon stats: order counts by status, fill counts, and volume aggregates.
Inferred read-onlyorder_preflightCheck whether a limit/DCA order for this pair and size would be executable: oracle support, liquidity, minimum size.
Inferred read-onlyrecent_swapsMost recent swaps executed through Epsilon, optionally filtered to one wallet.
Inferred read-onlysearch_docsSearch the Epsilon developer documentation (API, auth, order signing, webhooks, rev-share, SDKs, MCP).
Inferred read-onlysearch_tokensResolve a token symbol or name to its address and decimals — call this FIRST when the user names a token; every other tool takes addresses.
Inferred read-onlytoken_volumePer-token and total swap volume over a window (1h, 24h, 7d, 30d, all).
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.epsilon]
url = "https://api.epsilon.exchange/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"epsilon": {
"type": "http",
"url": "https://api.epsilon.exchange/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: epsilon
Remote MCP URL: https://api.epsilon.exchange/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": {
"epsilon": {
"url": "https://api.epsilon.exchange/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"epsilon": {
"type": "http",
"url": "https://api.epsilon.exchange/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "epsilon",
"transport": "streamable-http",
"url": "https://api.epsilon.exchange/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 epsilon.exchange was fetched 2026-08-31T09:52:18.764Z.
epsilon.exchange 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.