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).
「その他」の他のコンテンツ
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
コメント