Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

CoW Protocol Server

БесплатноНе проверен

Enables interaction with CoW Protocol's order book API, allowing token resolution, quote retrieval, and order management across multiple networks through natura

GitHubEmbed

Описание

Enables interaction with CoW Protocol's order book API, allowing token resolution, quote retrieval, and order management across multiple networks through natural language.

README

An MCP (Model Context Protocol) server for interacting with CoW Protocol's order book API.

Features

Token Tools

  • cow_resolve_token - Look up token address by symbol (uses official CoW Swap token list)
  • cow_search_tokens - Search for tokens by name/symbol across networks

Order Tools

  • cow_get_quote - Get price and fee quotes for trades (accepts symbols OR addresses)
  • cow_get_order - Get full order details by UID
  • cow_get_order_status - Check order status (open, filled, cancelled, expired)
  • cow_get_trades - Fetch trade history for an address or order
  • cow_get_auction - View current auction batch information

Token Resolution

The server uses the official CoW Protocol token list for symbol resolution. This is the same list used by CoW Swap.

Example: Instead of providing the full address for USDC or COW, you can just use the symbol:

sellToken: "WETH"
buyToken: "COW"

And it will automatically resolve to the correct address for the specified network.

Supported Networks

  • mainnet (Ethereum)
  • gnosis (Gnosis Chain)
  • arbitrum (Arbitrum One)
  • base (Base)
  • avalanche (Avalanche)
  • polygon (Polygon)
  • bnb (BNB Chain)
  • sepolia (Sepolia testnet)

Installation

npm install
npm run build

Usage

With Claude Desktop

Add to your Claude Desktop config:

{
  "mcpServers": {
    "cow": {
      "command": "node",
      "args": ["/path/to/cow-mcp-server/dist/index.js"]
    }
  }
}

With OpenClaw

Add to your OpenClaw MCP servers configuration.

Testing with MCP Inspector

npx @modelcontextprotocol/inspector node dist/index.js

Development

# Watch mode
npm run dev

# Build
npm run build

# Clean
npm run clean

API Reference

cow_get_quote

Get a quote for a potential trade:

{
  "network": "mainnet",
  "sellToken": "0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2",
  "buyToken": "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48",
  "kind": "sell",
  "amount": "1000000000000000000",
  "from": "0xYourAddress"
}

cow_get_order_status

Check an order's status:

{
  "network": "mainnet",
  "orderUid": "0x..."
}

cow_get_trades

Get trade history:

{
  "network": "mainnet",
  "owner": "0xYourAddress",
  "limit": 20
}

License

MIT

from github.com/saturn-dbeal/cow-skill

Установка CoW Protocol Server

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/saturn-dbeal/cow-skill

FAQ

CoW Protocol Server MCP бесплатный?

Да, CoW Protocol Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для CoW Protocol Server?

Нет, CoW Protocol Server работает без API-ключей и переменных окружения.

CoW Protocol Server — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить CoW Protocol Server в Claude Desktop, Claude Code или Cursor?

Открой CoW Protocol Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare CoW Protocol Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development