Openocean
@openocean-finance
关于 Openocean
An MCP server for executing token swaps across multiple decentralized exchanges using OpenOcean's aggregation API.
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Openocean?
Openocean is an MCP server that integrates with OpenOcean’s aggregation API to enable token swaps across multiple decentralized exchanges. It is designed for MCP-compatible clients such as AI assistants, IDE extensions, or custom applications.
How to use Openocean?
Install the server via pnpm dlx openocean-mcp, a global install (pnpm add -g openocean-mcp), or by building from source. Configure your MCP client to run the server using the command pnpm with args ["dlx", "openocean-mcp"] (or "openocean-mcp" for global install) and provide any required environment variables. Invoke the exposed tools—such as QUOTE and SWAP—from the client to perform on-chain operations.
Key features of Openocean
- Provides tools for chain list, gas price, and token list.
- Fetches swap quotes and builds swap transactions.
- Retrieves transaction information from the blockchain.
- Supports multiple chains via chain code parameters.
- Allows slippage configuration from 0.05% to 50%.
- Built with TypeScript and fastmcp.
Use cases of Openocean
- Fetching real-time quotes for token swaps across DEXs.
- Executing token swaps directly from an MCP client.
- Checking gas prices on supported chains.
- Building and retrieving swap transaction details.
FAQ from Openocean
What is the purpose of this server?
It enables MCP-compatible clients to execute token swaps across multiple decentralized exchanges using OpenOcean’s aggregation API.
What are the prerequisites for using the server?
Node.js v18 or newer and pnpm are required.
How is slippage configured in swap requests?
Slippage is passed as a percentage parameter (range 0.05 to 50) to the QUOTE and SWAP tools, with 1 representing 1% slippage.
What data does the server access?
It fetches on-chain data including quotes, gas prices, token lists, DEX lists, and transaction information via OpenOcean’s API.
How is the server invoked by an MCP client?
The client runs the server as a background process, typically set up with a command and arguments in the client’s MCP server configuration (e.g., using pnpm dlx or a global install).
其他 分类下的更多 MCP 服务器
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
评论