{
  "markdown": "# tracetify-mcp\n\nMCP server for [Tracetify](https://tracetify.com) — trace how any product\nactually grew, read your own Search Console, and audit a site, without leaving\nClaude Code or Cursor.\n\nMost competitive tools tell you where a product stands **today**. Tracetify\nreconstructs **how it got there**: the first mention, the quiet weeks, the\ndirectory wave, the launch spike. Twelve sources per trace, every claim\nlinked to the page it came from.\n\nFull setup guide and example questions: **[tracetify.com/mcp](https://tracetify.com/mcp)**\n\n## Setup\n\nCreate an API key in the [dashboard](https://tracetify.com/dashboard/ai), then\npick one of the two transports.\n\n**Claude Code — one command:**\n\n```\nclaude mcp add tracetify -e TRACETIFY_API_KEY=ttfy_... -- npx -y tracetify-mcp\n```\n\n**Or skip the install entirely** — nothing to install, not even Node:\n\n```\nclaude mcp add --transport http tracetify https://tracetify.com/api/mcp --header \"Authorization: Bearer ttfy_...\"\n```\n\nSame tools, same balance; the server runs on our side.\n\n**Claude Desktop / Cursor** take the same JSON (Cursor reads\n`~/.cursor/mcp.json`):\n\n```json\n{\n  \"mcpServers\": {\n    \"tracetify\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"tracetify-mcp\"],\n      \"env\": { \"TRACETIFY_API_KEY\": \"ttfy_...\" }\n    }\n  }\n}\n```\n\n**Codex** uses TOML in `~/.codex/config.toml` — note the snake_case table name:\n\n```toml\n[mcp_servers.tracetify]\ncommand = \"npx\"\nargs = [\"-y\", \"tracetify-mcp\"]\nenv = { TRACETIFY_API_KEY = \"ttfy_...\" }\n```\n\n## Try asking\n\nYour agent picks the right tool on its own — these are real questions, not\nplaceholders:\n\n- *How did photoai.com get its first users? Cite the sources.*\n- *My page ranks #12 for \"ai headshot generator\" — what should I change to reach page one?*\n- *We just deployed — audit example.com and fix what you find.*\n- *Where can I get my new SaaS listed for real dofollow links?*\n\nIf your agent ever reaches for the wrong tool, say `trace <domain>` and it will\ncome straight here.\n\n## Tools\n\nTools that cost credits quote the price first and wait for you to say yes.\nReading existing reports never costs anything.\n\n| Tool | Cost | What it does |\n| --- | --- | --- |\n| `search_reports` | free | Find existing growth reports by domain |\n| `read_report` | free | Read a full report — timeline & verdict follow your account's unlocks |\n| `start_trace` | 10 credits | Rebuild a competitor's growth from 12 sources (~60–90s); a fresh cached report comes back free |\n| `get_trace` | free | Poll a running trace |\n| `unlock_report` | 10 credits | Permanently unlock a report's full timeline, evidence & SEO detail (idempotent — never charges twice) |\n| `gsc_overview` | free | Your own Search Console: clicks, impressions, period comparison |\n| `gsc_queries` | free | Your real ranking keywords with position and CTR — find what sits at #5–20 |\n| `gsc_pages` | free | Your pages by search performance, including high-impression low-CTR ones |\n| `site_audit_start` | 3 credits | Crawl a site for broken links, missing titles, redirect chains, thin content |\n| `site_audit_get` | free | Poll an audit and read the issue list grouped by severity |\n| `research_competitors` | 2 credits | Who fights a domain for the same keywords, flagging which ones already have a report |\n| `research_domain_overview` | 3 credits | Estimated organic traffic and top keywords for any domain |\n| `research_keyword_volume` | 2 credits | Google Ads monthly search volume, CPC, 12-month trend and keyword difficulty (0–100) for up to 10 keywords (per market or worldwide; difficulty is US-based when worldwide) |\n| `research_backlinks` | 3 credits | Referring domains, authority and anchor texts |\n| `research_brand_lookup` | 12 credits | How AI assistants cite a brand: platforms, mentions, associated entities |\n| `backlink_directories` | 8 credits | Hand-verified directories that actually give dofollow links (billed once per day) |\n\nEverything draws from your Tracetify credit balance — the same balance the\nwebsite uses. No seats, no per-tool add-ons. Top up at\n[tracetify.com/pricing](https://tracetify.com/pricing).\n\n## What this package does\n\nIt is a thin protocol adapter: MCP tool calls in, Tracetify HTTP API calls out.\nNo business logic, no data of its own — your API key never leaves your machine\nexcept as an `Authorization` header to `tracetify.com`.\n\n## License\n\nMIT\n",
  "bytes": 4363,
  "sha": "2dd7d6749c0cf5ca54ac5956d591a5bfc9122bfbf7b82d0fc31ec5383f9ccfbd",
  "repo_slug": "tracetify/tracetify-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_tracetify_tracetify_mcp_838f4e34/readme"
}