Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’° Finance & Fintech
  3. Ophis
Ophis logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 4:00:49 PM

Ophis

User RatingsBe the first to rate and review this MCP server!
View Repository4 GitHub StarsTotal stargazers on GitHub for the source repository (4 stars).Visit Website
defidexcryptotradingmcp

Natural-language, non-custodial DEX trading over MCP with quotes, order building, balances, and portfolio data.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Remote HTTP
Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "ophis-fi-ophis": {
      "url": "https://mcp.ophis.fi/mcp"
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’° More in Finance & Fintech

Overview

ophis-fi/ophis MCP server exposes intent-based DEX trading tools through a hosted Streamable HTTP endpoint. It resolves tokens and chains, retrieves quotes, builds bounded EIP-712 CoW orders, and can submit orders without holding keys or signing for the user. Reach for it when an agent needs non-custodial swaps, market data, or wallet and portfolio information across supported EVM chains. The endpoint requires no authentication and is available at https://mcp.ophis.fi/mcp.

Use cases

β€’Parse natural-language swap requests
β€’Build bounded EIP-712 orders for local signing
β€’Submit signed CoW-style orders
β€’Check wallet balances and portfolio data
β€’Compare quotes and expected surplus across EVM chains

Key features

β€’Natural-language swap intent parsing
β€’Canonical token and chain resolution
β€’Bounded EIP-712 CoW order construction
β€’Non-custodial order submission
β€’Balances, portfolio, gas, and chart data
β€’Fee-rebate tier lookup

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Ophis.

Extracted Tool Capabilities
Natural-language swap intent parsing
Canonical token and chain resolution
Bounded EIP-712 CoW order construction
Non-custodial order submission
Balances, portfolio, gas, and chart data
Fee-rebate tier lookup

How Ophis works

What ophis-fi/ophis MCP server does

The ophis-fi/ophis MCP server gives agents an interface for intent-based token swaps and related wallet data. An agent can turn a natural-language trade request into a structured intent, resolve token symbols to canonical addresses, identify supported chains, request a quote, compare expected surplus, and construct a bounded CoW Protocol order.

The service is non-custodial. It does not receive private keys, sign orders, or hold user funds. The buildorder capability returns an EIP-712 order that is ready for the user or agent to sign, with the receiver fixed to the owner. Submission can happen afterward through the MCP tools once the order has been signed externally.

How it works

Connect an MCP client to the hosted Streamable HTTP endpoint at https://mcp.ophis.fi/mcp. No account or authentication token is required. The ophis-fi/ophis MCP server handles the off-chain steps around a CoW-style trade, while signing remains on the client side.

Supported networks include Ethereum, Optimism, BNB Chain, Gnosis, Polygon, Base, Arbitrum, Avalanche, Plasma, Ink, and Linea. Settlement infrastructure differs by chain: Optimism uses Ophis-operated infrastructure, while several other networks route through CoW Protocol’s hosted network. Clients should use chain discovery rather than assuming that orderbook hosts or settlement contracts are identical across networks.

The natural-language intent API can normalize a request such as swapping an amount of one token for another on a named chain, but that API only parses the text. It does not sign or execute a trade. The MCP workflow adds token resolution, quoting, order construction, and submission around that intent.

Tools and capabilities

The documented tool set covers:

  • parseintent for converting natural-language swap requests into structured intent data.
  • resolvetoken for mapping token symbols to canonical addresses and failing closed when resolution is uncertain.
  • listchains for discovering supported chains and their network-specific details.
  • getquote and expectedsurplus for quote and execution-improvement information.
  • buildorder for creating a bounded, ready-to-sign EIP-712 CoW order.
  • submitorder for submitting a signed order.
  • lookuptier for checking fee-rebate tier information.
  • getbalances and getportfolio for wallet balances and portfolio views.
  • getgas for gas information and gettokenchart for token chart data.

The repository describes additional intent, rebate, integrator, and lookup capabilities in the MCP tool reference. Tool naming may appear in snake_case in some documentation, such as build_order and list_chains.

Limitations and notes

The ophis-fi/ophis MCP server does not remove the need for signing policy. Agents that sign automatically should enforce controls outside the server, including approved tokens, receiver restrictions, spending limits, and price bounds. The server’s safety helpers are not an authorization boundary because a prompt-injected agent could ignore them.

A client must handle the MCP transport correctly; requests that omit an Accept: text/event-stream header may receive HTTP 406 during transport negotiation. The server supports EVM-chain trading described by the project, while cross-chain destinations such as Solana and Bitcoin are surfaced through NEAR Intents rather than represented as ordinary EVM settlement networks.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Finance & Fintech View all alternatives
  • Cspr Trade MCP logoCspr Trade MCP

    Non-custodial DEX trading on the Casper Network via CSPR.trade. 14 tools for market data, swaps, liquidity, and account queries. Transactions built remotely, signed locally β€” private keys never leave the machine. Public endpoint: https://mcp.cspr.trade/mcp

    πŸ’° Finance & Fintech5 views
    Compare vs Cspr Trade MCP β†’
  • Armor Crypto MCP logoArmor Crypto MCP

    MCP to interface with multiple blockchains, staking, DeFi, swap, bridging, wallet management, DCA, Limit Orders, Coin Lookup, Tracking and more.

    πŸ’° Finance & Fintech3 views
    Compare vs Armor Crypto MCP β†’
  • Jupiter MCP logoJupiter MCP

    Jupiter API Access (allow AI to Trade Tokens on Solana + Access Balances + Search Tokens + Create Limit Orders )

    πŸ’° Finance & Fintech3 views
    Compare vs Jupiter MCP β†’
  • Openmm MCP logoOpenmm MCP

    AI-native crypto market making toolkit with 13 tools for DeFi analytics, CEX/DEX trading, and liquidity management

    πŸ’° Finance & Fintech2 views
    Compare vs Openmm MCP β†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks β€” not a rating.

GitHub stars
4
Stargazers on the source repository.
Last commit
1d ago
Most recent push to the default branch.
Directory activity
4 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Ophis

Use an MCP client configured with the hosted Streamable HTTP endpoint https://mcp.ophis.fi/mcp. No local installation or authentication token is described.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewOphis AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/ophis-fi-ophis?style=directory)](https://allmcps.com/mcp/ophis-fi-ophis)
HTML Embed
<a href="https://allmcps.com/mcp/ophis-fi-ophis"><img src="https://allmcps.com/api/badge/ophis-fi-ophis?style=directory" alt="Ophis on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’°Finance & Fintech
PricingFree
More technical detailsExpand β–Ύ
TransportSSE (Remote)
AuthNo auth required
LicenseGPL-3.0
ClientsClaude Desktop, Cursor
Last updatedSep 11, 2026
10/11 checks healthy over the last 33d
Views4
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars4
GitHub Star CountTotal stargazers on GitHub representing community popularity (4 stars).
Last commit1d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Sep 11, 2026
56Quality signal: Good Β· 56/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools26/30
Adoption & activity5/15
Community engagement1/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’° Finance & Fintech β†’Best MCP servers for Finance & Fintech β†’Alternatives to Ophis β†’Install in Claude DesktopInstall in CursorInstall in VS Code