OpenOcean-MCP offers a Model Context Protocol (MCP) server, serving as a vital bridge between AI assistants, IDE extensions, and custom applications and the dynamic world of decentralized exchanges (DEXs). This TypeScript-built server, leveraging `fastmcp`, empowers clients to programmatically interact with various blockchain networks, providing essential tools to fetch real-time swap quotes, obtain gas prices, retrieve token and DEX lists, and build transaction details for seamless token swaps. It streamlines the integration of DEX functionalities into intelligent agents and developer workflows.
主な機能
01Fetch lists of supported blockchain networks
02Obtain real-time swap quotes for token pairs
03List available tokens and decentralized exchanges
04Retrieve current gas prices for specified chains
05Build transaction data for token swaps
060 GitHub stars