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· HighHow 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_quote— Indicative price + fee for a swap. Returns sellAmount, buyAmount, feeAmount, validTo, quoteId. Throws InvalidRequest on unknown/ambiguous symbol, unsupported chainId, or malformed address; InternalErrcow_get_order— Returns 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 unsupcow_get_trades— Trades 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 checcow_list_chains— Every chain CoW Protocol supports. Use the chainId field on other tools.cow_list_tokens— Per-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 ercow_build_order— Convert 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 setcow_submit_order— Post 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_cancellation— Returns 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_cancellation— Post 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 mismacow_check_approval— Reads 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 forcow_build_approval— Returns { 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.
Where CoW MCP fits
Related concepts: How Agents Interact With Smart Contracts, How Agents Use Wallets, What Are Onchain Agents?
Listing History
Recorded changes to CoW MCP's listing — status, verification, Sato Score, and recent releases. Full history is kept in the listing record.
- Jul 14, 2026Edited: mcp endpoint url
- Jul 14, 2026Auto-enriched: creator profile url, deployment options, supported integrations
- Jul 14, 2026Listed on Sato Hub
- Jul 14, 2026Sato Hub began tracking this listing
Related Resources
Coinbase AgentKit
ActiveCoinbase's toolkit for giving AI agents wallets and the ability to take onchain actions.
Hyperliquid
ActiveOnchain perpetual futures and spot DEX running on its own L1 with an HyperEVM smart-contract layer.
Jupiter
ActiveSolana swap aggregator that routes trades across DEXs via a widely used API and SDKs.
Join the Sato Hub Briefing
One email a week — the agents, tools, and infrastructure that actually shipped, and why they matter.