← Registry

General Tools

ophis.fi

Facilitates cryptocurrency swaps on the Ophis orderbook, including quotes, order building, submission, and fee tier lookup.

1 endpoint14 known toolsFirst detected June 3, 2026Last detected July 6, 2026

ENDPOINT 1

https://mcp.ophis.fi/mcp

No auth detected

Known tools 14

parse_intent

Parse a plain-English swap request (e.g.

get_quote

Fetch a best-execution quote from the chain's Ophis orderbook (use a chainId from list_chains' `tradeable`).

build_order

Build a bounded, ready-to-sign CoW order on Ophis.

submit_order

Relay a PRE-SIGNED order to the chain's Ophis orderbook.

lookup_tier

Look up a wallet's Ophis fee-rebate tier and live status (30-day volume → bronze/silver/gold/platinum, rebate %).

get_integrator_earnings

Look up what an integrator's own-fee routing earned, by appCode (the identifier you tag into appData: your widget appCode or your SDK ophisReferrer code).

list_chains

List Ophis chains, split into `tradeable` (orderbook host is live — only route get_quote/build_order to these) and `paused` (settlement deployed but no live orderbook yet, e.g.

get_balances

Read a wallet's native-token balance plus ERC-20 balances for the given token addresses on one chain, via a public RPC (one multicall).

get_portfolio

Read a wallet's native and (optionally) ERC-20 balances across multiple chains at once.

get_gas

Read a chain's current gas price (EIP-1559 maxFee/maxPriority suggestion when supported, plus an effective gasPrice in wei and gwei).

get_token_chart

Fetch OHLCV price history for a token from the keyless GeckoTerminal market API (resolves the token's deepest pool, then returns candles).

expected_surplus

Estimate how much better Ophis quotes than the open market for a sell: fetches the Ophis orderbook sell-quote and a public all-DEX aggregator (KyberSwap) quote for the same input, and returns `beatBps` (+ = Ophis returns more of the buy token).

resolve_token

Resolve an ERC-20 token SYMBOL to its CANONICAL on-chain address from the trusted Ophis/CoW token list (the same curated list the swap UI uses).

validate_order

Offline preflight for an order you built OUTSIDE build_order (no network call, no keys).