Overview
The Carboncopy MCP server lets AI agents — like Claude, Cursor, or any MCP-compatible client — manage your Polymarket copy-trading portfolio through natural tool calls. Install it with a single line. No code required.Quick Install
cc_your_key with your actual API key from Settings.
Manual Setup
Claude Desktop
Add to your config (~/Library/Application Support/Claude/claude_desktop_config.json):
Cursor
Add to.cursor/mcp.json in your project:
Any MCP client
The server uses stdio transport — any MCP-compatible client can run it:Available Tools
Portfolio
Trader Discovery
Follow Management
Orders & Account
Resources
The MCP server also exposes two read-only resources that AI agents can pull for context without a tool call:Authentication
Set theCARBONCOPY_API_KEY environment variable. The server passes it as a Bearer token on every API call.
Generate a key from Settings → API Keys. For full agent access, grant portfolio:read, traders:write, orders:read, and account:read.

