CoW Protocol MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| cow_resolve_tokenA | Look up a token's contract address by its symbol on a specific network. This is useful when you know the token symbol but not the address. Args:
Returns:
|
| cow_search_tokensA | Search for tokens by symbol or name across networks. Args:
Returns up to 10 matching tokens with addresses and metadata. |
| cow_get_quoteA | Get a price and fee quote for a potential trade on CoW Protocol. This returns the estimated amounts, fees, and a prepared order structure that can be signed and submitted. Args:
Returns the quoted order with:
|
| cow_get_order_statusA | Get the current status of an order on CoW Protocol. Args:
Returns the order status which can be:
|
| cow_get_tradesA | Get trade history for an address or order on CoW Protocol. Args:
Note: Either owner or orderUid must be provided, but not both. Returns a list of executed trades with:
|
| cow_get_auctionA | Get information about the current auction batch on CoW Protocol. CoW Protocol batches orders into auctions that solvers compete to settle. This returns the current auction state. Args:
Returns:
|
| cow_get_orderA | Get full details of an order on CoW Protocol. Args:
Returns the complete order data including:
|
| cow_prepare_orderA | Prepare an order for signing with EIP-712. This generates the typed data structure needed to sign a CoW Protocol order. Use this after getting a quote from cow_get_quote. Args:
Returns:
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/saturn-dbeal/cow-skill'
If you have feedback or need assistance with the MCP directory API, please join our Discord server