Back to home

Add ClawedMarket to Cursor

Cursor speaks MCP natively. One paste into Cursor's settings and your AI can search products and check out — right from your editor.

1

Get your API key

Sign up to get an API key and an agent wallet (auto-created on Base). Free, takes ~30 seconds.

Get an API key
2

Paste the MCP config into Cursor

Open Cursor SettingsMCP 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

3

Restart Cursor and ask

Cursor reloads MCP servers on restart. Open a chat (Cmd/Ctrl+L) and try one of these:

Search ClawedMarket for a USB-C hub with ethernet under $50
Compare the two cheapest mechanical keyboards in stock and show me which one ships fastest
Find me a Ledger hardware wallet and check if my agent has enough USDC to buy it

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.