Skip to main content
Glama
CarbonCopyInc

Carbon Copy MCP Server

Official

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CARBONCOPY_API_KEYYesYour Carbon Copy API key (format: cc_<64 hex chars>)
CARBONCOPY_BASE_URLNoOverride the default API originhttps://carboncopy.inc

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_portfolioA

Retrieve the current portfolio summary including total value, P&L, and allocation.

get_portfolio_historyA

Retrieve paginated copy-trade history (individual trade records) with optional date filtering. For portfolio value over time, use get_pnl_history instead.

get_positionsA

Retrieve live open portfolio positions (mark-to-market) with optional filtering. status=closed currently returns an empty set.

get_pnl_historyA

Retrieve time-series portfolio P&L data for charting performance over time. Returns snapshots with realized/unrealized P&L breakdown.

close_positionA

Close an open position by selling shares back to the market.

get_pnl_by_traderA

Get a breakdown of realized P&L grouped by each trader you copy.

get_pnl_by_marketA

Get a breakdown of realized P&L grouped by each market you have traded.

list_tradersA

List all traders you are currently following.

discover_tradersB

Search and rank traders available to follow.

follow_traderB

Start copy-trading a Polymarket trader by their wallet address.

get_traderA

Retrieve details about a specific trader you are following.

get_trader_performanceB

Retrieve performance metrics and history for a trader.

update_traderA

Update copy-trading settings for a trader you are following.

unfollow_traderA

Stop copy-trading a trader and remove them from your follow list.

pause_traderA

Pause copy-trading for a specific trader without unfollowing them.

resume_traderA

Resume copy-trading for a previously paused trader.

batch_update_tradersB

Update settings across multiple followed traders in one request.

list_ordersA

Retrieve a list of copy-trade orders with optional status filter, pagination, and date range.

get_orderA

Retrieve details about a specific copy-trade order by ID.

get_accountA

Retrieve your Carbon Copy account details including wallet address, balance, and settings.

healthA

Check the health and availability of the Carbon Copy API.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
portfolioCurrent portfolio snapshot including total value, P&L, and allocation.
tradersList of all traders you are currently following.

Latest Blog Posts

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