← Registry

Analytics

ticktape.cc

Provides trading analysis and copy-trading verdicts for Polymarket prediction markets.

1 endpoint5 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://ticktape.cc/mcp

No auth detected

MCP server metadata

Name
ticktape
Version
1.0.0
Capabilities
tools
Server instructions

TickTape gives independent preflight verdicts for Polymarket. Use preflight_trade before sending an order (OK/CAUTION/VETO with slippage, depth, fee drag), preflight_copy before copy-trading a wallet (COPY/WATCH/VETO), and leaderboard / red_list to choose or refuse wallets. Verdicts are deterministic arithmetic on live books - not predictions, not investment advice. Payment: live calls are paid. Send Authorization: Bearer tk_<wallet>_<secret> (credits token, bought once via x402 at POST https://ticktape.cc/api/credits) with your MCP requests for the fast paid lane, or pay per call via x402 directly on the REST endpoints. Unpaid live tool calls return the x402 payment terms as an isError result. Every tool accepts sandbox: true for a free deterministic example. Docs: https://ticktape.cc/llms.txt and https://ticktape.cc/auth.md

Known tools 5

preflight_trade

Pre-flight verdict (OK / CAUTION / VETO) for a Polymarket order before you send it: expected VWAP slippage, visible depth, 2026 taker-fee drag, safe size and book staleness, computed deterministically from the live CLOB book.

Potential side effects
preflight_copy

COPY / WATCH / VETO verdict for copy-trading a Polymarket wallet, with the numbers behind it (fee-inclusive copier ROI from a fixed $5-entry / +2c-slippage simulation, win rate, entry-price buckets, category mix).

Inferred read-only
leaderboard

Polymarket wallets currently rated COPY or WATCH for copyability: simulated copier ROI net of 2026 taker fees and slippage, out-of-sample validation, sample sizes and reasons.

Inferred read-only
red_list

Polymarket wallets a copier should refuse (VETO): negative fee-inclusive copier ROI or farming patterns, same method and window as the leaderboard.

Inferred read-only
credits_balance

Remaining credit balance for your bearer token.

Inferred read-only

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.ticktape]
url = "https://ticktape.cc/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ticktape": {
      "type": "http",
      "url": "https://ticktape.cc/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ticktape
Remote MCP URL: https://ticktape.cc/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": {
    "ticktape": {
      "url": "https://ticktape.cc/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "ticktape",
  "transport": "streamable-http",
  "url": "https://ticktape.cc/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

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