General Tools
ophis.fi
Facilitates cryptocurrency swaps on the Ophis orderbook, including quotes, order building, submission, and fee tier lookup.
ENDPOINT 1
https://mcp.ophis.fi/mcp
Known tools 14
parse_intentParse a plain-English swap request (e.g.
get_quoteFetch a best-execution quote from the chain's Ophis orderbook (use a chainId from list_chains' `tradeable`).
build_orderBuild a bounded, ready-to-sign CoW order on Ophis.
submit_orderRelay a PRE-SIGNED order to the chain's Ophis orderbook.
lookup_tierLook up a wallet's Ophis fee-rebate tier and live status (30-day volume → bronze/silver/gold/platinum, rebate %).
get_integrator_earningsLook 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_chainsList 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_balancesRead 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_portfolioRead a wallet's native and (optionally) ERC-20 balances across multiple chains at once.
get_gasRead a chain's current gas price (EIP-1559 maxFee/maxPriority suggestion when supported, plus an effective gasPrice in wei and gwei).
get_token_chartFetch OHLCV price history for a token from the keyless GeckoTerminal market API (resolves the token's deepest pool, then returns candles).
expected_surplusEstimate 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_tokenResolve 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_orderOffline preflight for an order you built OUTSIDE build_order (no network call, no keys).