Carbon Copy MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Carbon Copy MCP Servershow my portfolio summary"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Carbon Copy MCP Server
An MCP server that gives AI agents programmatic access to Carbon Copy — a Polymarket copy-trading platform.
Features
Portfolio Management — View portfolio summary (including exposure, gross volume, and unrealized P&L), open positions, and trade history
Trader Discovery — Search and filter traders by profit, ROI, win rate, volume, and followers
Follow Management — Follow/unfollow traders, pause/resume copy trading, adjust per-trader settings
Batch Operations — Update up to 100 followed traders in a single call
Performance Analytics — Trader P&L history, drawdown, and Sharpe ratio
Order Tracking — List and inspect copy trade orders with filtering
Account Info — Access account details
Cursor Pagination — Iterate through large datasets efficiently
Related MCP server: Polymarket Agent Mcp
Quick Start
Prerequisites
A Carbon Copy account
An API key (generate from the dashboard)
Usage with Claude Desktop
Add to your Claude Desktop config (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"carboncopy": {
"command": "npx",
"args": ["-y", "@carbon-copy/mcp"],
"env": {
"CARBONCOPY_API_KEY": "cc_your_key_here"
}
}
}
}Usage with Cursor
Add to .cursor/mcp.json in your project:
{
"mcpServers": {
"carboncopy": {
"command": "npx",
"args": ["-y", "@carbon-copy/mcp"],
"env": {
"CARBONCOPY_API_KEY": "cc_your_key_here"
}
}
}
}Available Tools
Portfolio
Tool | Description |
| Portfolio summary: balance, exposure, gross volume, and P&L |
| Paginated trade history with optional date filtering |
| Live open positions with optional filters |
Trader Discovery
Tool | Description |
| Search/filter traders by profit, ROI, win rate, volume, followers |
| Detailed performance analytics and P&L history for a trader |
Follow Management
Tool | Description |
| All followed traders with copy settings and stats |
| Start following a trader |
| Details for a single followed trader |
| Update copy trading settings for a followed trader |
| Update up to 100 followed traders in one call |
| Stop following a trader |
| Pause copy trading for a trader (without unfollowing) |
| Resume copy trading for a paused trader |
Orders & Account
Tool | Description |
| Paginated orders with optional status/date filters |
| Single order details |
| Account information |
| API health check |
Resources
URI | Description |
| Current portfolio snapshot |
| Followed traders list |
Development
npm install
npm run build
npm run dev # Watch mode
npm test # Run testsAuthentication
All tools authenticate via CARBONCOPY_API_KEY (format: cc_<64 hex chars>). Generate keys from the Carbon Copy dashboard.
API keys carry scoped permissions (portfolio, traders, orders, markets, account). Tools return a 403 permission error if your key lacks the required scope.
You can override the default API origin with CARBONCOPY_BASE_URL (defaults to https://carboncopy.inc).
Rate Limits
The API enforces rate limits (60 reads/min, 20 writes/min). The MCP server surfaces rate limit errors transparently — retry after the indicated delay.
Links
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/CarbonCopyInc/carboncopy-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server