Sato Hub
← Back to directory
MCPActiveSelf-ReportedRecent · 3mo ago

CoW MCP

Community MCP server for CoW Protocol: quotes, token/chain lookup, trade history, and EIP-712 order payloads.

Last release Apr 26, 2026 · Last commit Apr 26, 2026

Overview

CoW MCP is a community-built (MIT-licensed) MCP server for CoW Protocol, available hosted or run locally. It exposes tools for swap quotes, supported-chain and token lookup, wallet trade history, and building EIP-712 order and cancellation payloads for external wallet signing. An agent builder plugs it in to give an agent intent-based, MEV-protected trading on CoW Protocol without integrating the CoW APIs directly. Not maintained by the CoW Protocol team.

Sato Score

78/100· High

How open, active & verifiable — not a safety or returns grade.

Maintenance & liveness
35/35
Code transparency
16/20
Interface verifiability
10/10
Docs & demo
6/10
Listing transparency & provenance
11/15
Independent verification
0/10

Tool inventory 11 tools, probed live 2026-07-14

  • cow_get_quoteIndicative price + fee for a swap. Returns sellAmount, buyAmount, feeAmount, validTo, quoteId. Throws InvalidRequest on unknown/ambiguous symbol, unsupported chainId, or malformed address; InternalErr
  • cow_get_orderReturns full order state — status, executed amounts, validTo, settlement tx if filled. Addresses are EIP-55 checksummed. Throws InvalidRequest if the uid is malformed or not found, or chainId is unsup
  • cow_get_tradesTrades for an owner address. Server-side paginated via `limit` (default 25, max 100) and `offset` (default 0); walk older trades by incrementing offset. Each trade includes blockNumber and EIP-55 chec
  • cow_list_chainsEvery chain CoW Protocol supports. Use the chainId field on other tools.
  • cow_list_tokensPer-chain token list (symbol, name, decimals, logo) sourced from CoW's CoinGecko + Uniswap mirrors, filtered by optional symbol/name/address search. Returns empty array when no tokens match (not an er
  • cow_build_orderConvert a quote (or raw amounts) into the EIP-712 payload the host wallet must sign. Bakes in appData, applies slippage to the quote (sell orders shrink buyAmount; buy orders grow sellAmount), and set
  • cow_submit_orderPost a signed order to the CoW orderbook. Pass the order fields exactly as built by cow_build_order, plus the signature your wallet produced over the typedData. Returns { uid }. Hosts that advertise `
  • cow_build_cancellationReturns the EIP-712 payload for an off-chain order cancellation. Sign it with the same wallet that placed the order, then call cow_submit_cancellation. Server does not sign or store keys.
  • cow_submit_cancellationPost a signed off-chain cancellation. Returns { ok: true } on success. Hosts that advertise `elicitation` capability are prompted to confirm before submission. Throws InvalidRequest on signature misma
  • cow_check_approvalReads on-chain allowance(owner, vaultRelayer) for a sell token. Returns { approved, allowance, spender }. Use this before cow_build_order; if not approved, call cow_build_approval to get calldata for
  • cow_build_approvalReturns { to, data, value } for a host wallet to submit on-chain. Default amount is unlimited (uint256 max). Server does not broadcast.

Live probe verifies the interface responds — not what the tools do, their safety, or their output quality.

Details

Chains
Multichain
Agent types
MCP Server, Trading
Open source
Yes
Last checked
2026-07-14

Marketplace Signals

No marketplace signals recorded for this resource yet.

Verification status reflects evidence reviewed by Sato Hub. Self-reported claims are never presented as verified.

#mcp#cow-protocol#swap#eip-712#defi
See something inaccurate or outdated?Submit a correction →

Listing History

Recorded changes to CoW MCP's listing — status, verification, Sato Score, and recent releases. Full history is kept in the listing record.

  1. Jul 14, 2026
    Edited: mcp endpoint url
  2. Jul 14, 2026
    Auto-enriched: creator profile url, deployment options, supported integrations
  3. Jul 14, 2026
    Listed on Sato Hub
  4. Jul 14, 2026
    Sato Hub began tracking this listing

Related Resources

Join the Sato Hub Briefing

One email a week — the agents, tools, and infrastructure that actually shipped, and why they matter.