Connect Codex, Claude Code, OpenCode, Hermes, or Pi to TickClip's public shopping verdicts. Your client can find recent decisions, open the evidence behind a verdict, and check public brand signals.
Create one token for each client. You can rotate or revoke one connection without interrupting the others.
TICKCLIP_MCP_TOKEN and keep it out of repositories and shared configuration.Checking your account
Sign in to generate and manage your TickClip tokens.Model Context Protocol lets an AI client discover and call tools from another service. After you connect TickClip, your client reads the tool definitions and chooses one when your request needs public verdict data. TickClip returns structured results instead of a scraped web page.
codex mcp add tickclip \
--url "https://site.tickclip.ai/mcp" \
--bearer-token-env-var TICKCLIP_MCP_TOKENRun codex mcp list, or open /mcp in the Codex TUI.
tickclip appears enabled in the server list.
List the 10 latest Tick verdicts.TickClip returns a bounded list of canonical public verdicts without changing data.
TickClip exposes three query tools. None of them can publish, edit account data, or read private conversations.
| Tool | Access | Returns |
|---|---|---|
verdict_get | Read | Get one canonical public decision dossier by public ID, canonical verdict slug, or Amazon ASIN. |
verdicts_list | Read | List the newest canonical public verdicts, optionally filtered by Tick, Clip, or Skip. |
brand_summary_get | Read | Get a public brand summary with verdict mix, clean-signal rate, and a capped active-deal count. |
Ask for recent verdicts, with an optional action filter.
Use a returned ID or slug to retrieve the full dossier.
Use canonicalPath when you cite or share the result.
Show the price evidence for verdict [slug].List the 10 latest Tick verdicts.Summarize the public verdict signals for [brand].Confirm the token is active and carries mcp:verdicts:read. Use Authorization: Bearer <token> with one space between Bearer and the token.
Reconnect or restart the client, then confirm the new session loaded verdict_get, verdicts_list, and brand_summary_get.
Use https://site.tickclip.ai/mcp exactly. Check the path before changing transport or authentication settings.
Remove filters or try a known public verdict. An empty verdicts_list.items array or a null verdict is a valid no-match result; authentication and server failures return errors.
Wait for the Retry-After delay, then retry with fewer calls. TickClip currently returns Retry-After: 60 with HTTP 429.
Generate a replacement, update TICKCLIP_MCP_TOKEN, and reconnect the client. A revoked token cannot be restored.
Confirm the running session reads the scope where you saved TickClip. Use project scope for one workspace or user scope across workspaces, then reconnect.