← Registry

General Tools

copytrail.org

Allows users to manage copy trading on Polymarket, including selecting traders, setting copy ratios, and handling subscription payments.

1 endpoint5 known toolsFirst detected August 2, 2026Last detected August 2, 2026

ENDPOINT 1

https://copytrail.org/api/mcp

No auth detected

MCP server metadata

Name
copytrail
Version
1.0.0
Capabilities
tools
Server instructions

CopyTrail: copy top Polymarket traders. Browse with list_traders, subscribe with USDC, configure paper copy trading. Going live needs a human wallet-key step.

Known tools 5

list_traders

Browse Polymarket traders you can copy, with live performance stats.

Inferred read-only
get_account

Your CopyTrail plan, limits, and copy-trading strategies.

Inferred read-only
configure_copy

Set which trader to copy and the copy ratio / spending limits (paper mode).

Inferred read-only
subscribe

Start a paid plan.

Inferred read-only
confirm_subscription

Confirm a USDC payment on-chain and activate the plan.

Potential side effects

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.copytrail]
url = "https://copytrail.org/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "copytrail": {
      "type": "http",
      "url": "https://copytrail.org/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: copytrail
Remote MCP URL: https://copytrail.org/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "copytrail": {
      "url": "https://copytrail.org/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "copytrail": {
      "type": "http",
      "url": "https://copytrail.org/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "copytrail",
  "transport": "streamable-http",
  "url": "https://copytrail.org/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for copytrail.org was fetched 2026-08-23T17:54:22.224Z.

Trust status Neutral

copytrail.org is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.