{
  "name": "ticktape",
  "title": "TickTape - Polymarket preflight verdicts",
  "description": "Independent preflight verdicts for Polymarket agents as native MCP tools: OK/CAUTION/VETO on live orders, COPY/WATCH/VETO on wallets. Verdicts are deterministic arithmetic on live order books - not predictions. Live calls are paid; every tool has a free sandbox mode.",
  "version": "1.0.0",
  "serverUrl": "https://ticktape.cc/mcp",
  "transport": ["streamable-http"],
  "protocolVersion": "2025-06-18",
  "tools": [
    {
      "name": "preflight_trade",
      "description": "Pre-flight verdict (OK/CAUTION/VETO) for a Polymarket order: expected slippage, visible depth, 2026 taker-fee drag, safe size, book staleness.",
      "price": "$0.02 via x402 or 1 credit; sandbox free"
    },
    {
      "name": "preflight_copy",
      "description": "COPY/WATCH/VETO verdict for copy-trading a Polymarket wallet, with fee-inclusive copier ROI and the numbers behind it.",
      "price": "$0.10 via x402 or 5 credits; sandbox free"
    },
    {
      "name": "leaderboard",
      "description": "Polymarket wallets currently rated COPY or WATCH for copyability, with out-of-sample validation and reasons.",
      "price": "$0.02 via x402 or 1 credit; sandbox free"
    },
    {
      "name": "red_list",
      "description": "Polymarket wallets a copier should refuse (VETO): negative fee-inclusive copier ROI or farming patterns.",
      "price": "$0.02 via x402 or 1 credit; sandbox free"
    },
    {
      "name": "credits_balance",
      "description": "Remaining credit balance for a bearer token.",
      "price": "free with Authorization: Bearer credits token"
    }
  ],
  "authentication": {
    "type": "none-or-bearer",
    "note": "Tools are callable without auth; unpaid live calls return the x402 payment terms (HTTP 402 from the REST layer) as an isError tool result. Authorization: Bearer tk_<wallet>_<secret> credits token = the paid lane inside MCP (buy once via one $5 x402 payment at POST https://ticktape.cc/api/credits). Per-call x402 payment is available on the REST endpoints. sandbox: true on any tool is free."
  },
  "docs": {
    "llms": "https://ticktape.cc/llms.txt",
    "auth": "https://ticktape.cc/auth.md",
    "pricing": "https://ticktape.cc/pricing.md",
    "openapi": "https://ticktape.cc/openapi.json",
    "agent_manifest": "https://ticktape.cc/agent.json",
    "humans": "https://ticktape.cc/api"
  },
  "contact": "hello@ticktape.cc"
}
