关于
Odos is a Model Context Protocol (MCP) server facilitating interaction with decentralized exchanges (DEXs). It provides MCP-compatible clients, such as AI assistants and IDE extensions, access to swap functionalities. Through the `ODOS_GET_QUOTE` and `ODOS_EXECUTE_SWAP` tools, clients can fetch quotes and execute swaps on various DEXs by specifying parameters like chain ID, sell/buy tokens, and amounts.
主要功能
- Uses TypeScript and `fastmcp` for efficient and reliable operation.
- Can be integrated into MCP clients via `pnpm dlx` or global installation.
- Executes swaps on DEXs using the `ODOS_EXECUTE_SWAP` tool.
- Supports multiple DEXs through chain ID specification.
- Fetches swap quotes from DEXs using the `ODOS_GET_QUOTE` tool.
- 0 GitHub stars
使用案例
- Enabling AI assistants to perform token swaps.
- Integrating DEX trading functionality into IDE extensions.
- Automating swap execution through custom applications.