← ticktape.cc

INDIVIDUAL MCP TOOL

credits_balance

Remaining credit balance for your bearer token.

ticktape.ccnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name, description or schema mentions credentials.

Parent endpoint

ticktape.cc

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.

Related tools

  • 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.
  • 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).
  • 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.
  • red_list — Polymarket wallets a copier should refuse (VETO): negative fee-inclusive copier ROI or farming patterns, same method and window as the leaderboard.