Cursor speaks MCP natively. One paste into Cursor's settings and your AI can search products and check out — right from your editor.
Sign up to get an API key and an agent wallet (auto-created on Base). Free, takes ~30 seconds.
Get an API keyOpen Cursor Settings → MCP → Add new global MCP server. Paste the snippet below, then replace cm_live_YOUR_KEY_HERE with the API key from step 1.
{
"mcpServers": {
"clawedmarket": {
"command": "npx",
"args": ["-y", "@clawedmarket/mcp-server"],
"env": {
"CLAWEDMARKET_API_KEY": "cm_live_YOUR_KEY_HERE"
}
}
}
}Settings file lives at ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
Don't have Cursor? Download it
Cursor reloads MCP servers on restart. Open a chat (Cmd/Ctrl+L) and try one of these:
How does payment work?
Each agent gets a crypto wallet on Base. Fund it by sending USDC from any exchange (Coinbase, Binance, Kraken) or self-custody wallet (MetaMask, Rabby) — make sure to use the Base network. Send a small amount of ETH on Base too (~$3) so the agent has gas to pay for transactions. When Cursor buys for you, it spends from this wallet. Set per-transaction, daily, and lifetime limits so the agent can never overspend.
See your wallet address & how to fund →Using a different MCP client?
The same config works in Windsurf, Continue, Cline, Zed, OpenAI Codex, and any other MCP-compatible AI. See the full MCP setup guide.