← Registry

API Tools

epsilon.exchange

Provides market data, order book, and order status lookup for the Epsilon DEX through a set of API tools.

1 endpoint15 known toolsFirst detected August 28, 2026Last detected September 6, 2026

ENDPOINT 1

https://api.epsilon.exchange/mcp

No auth detected

MCP server metadata

Name
epsilon
Version
0.1.0
Capabilities
loggingtools.listChanged

Known tools 15

error_catalog

Machine-readable catalog of every error code the Epsilon API returns, with meanings and retry guidance.

Inferred read-only
get_example

Full source code of one Epsilon integration example, by id from list_examples.

Inferred read-only
get_market_overview

One-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-only
get_order_status

Look up an Epsilon order by hash: status (pending/active/filled/cancelled), parameters, and its fills.

Inferred read-only
get_orderbook

Open (pending/active) limit orders on both sides of a token pair, largest first.

Inferred read-only
get_quote

Best executable quote for swapping tokenIn → tokenOut on Epsilon (Robinhood Chain, id 4663).

Inferred read-only
get_route

Full 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-only
list_examples

List runnable Epsilon integration examples (Python cron DCA, LangChain tools, Vercel AI SDK tools, Telegram bot).

Inferred read-only
list_orders

List Epsilon orders by maker wallet, status, and/or type — the portfolio view.

Inferred read-only
market_stats

Engine-wide Epsilon stats: order counts by status, fill counts, and volume aggregates.

Inferred read-only
order_preflight

Check whether a limit/DCA order for this pair and size would be executable: oracle support, liquidity, minimum size.

Inferred read-only
recent_swaps

Most recent swaps executed through Epsilon, optionally filtered to one wallet.

Inferred read-only
search_docs

Search the Epsilon developer documentation (API, auth, order signing, webhooks, rev-share, SDKs, MCP).

Inferred read-only
search_tokens

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.

Inferred read-only
token_volume

Per-token and total swap volume over a window (1h, 24h, 7d, 30d, all).

Inferred read-only

CONNECT 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.

Trust status Neutral

epsilon.exchange is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.