Back to Browse

Tracetify MCP Server

Developer ToolsModerate5.0MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

Find competitors, trace how they grew, watch what they ship — plus your Search Console.

About

Find competitors, trace how they grew, watch what they ship — plus your Search Console.

Remote endpoints: streamable-http: https://tracetify.com/api/mcp

Security Report

5.0
Moderate5.0Moderate Risk

Valid MCP server (4 strong, 3 medium validity signals). 4 known CVEs in dependencies (1 critical, 3 high severity) Package registry verified. Imported from the Official MCP Registry.

15 tools verified · Open access · 5 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

What You'll Need

Set these up before or after installing:

Tracetify API key — create one at https://tracetify.com/dashboard (AI & MCP page)Required

Environment variable: TRACETIFY_API_KEY

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub README.

tracetify-mcp

MCP server for Tracetify — trace how any product actually grew, read your own Search Console, and audit a site, without leaving Claude Code or Cursor.

Most competitive tools tell you where a product stands today. Tracetify reconstructs how it got there: the first mention, the quiet weeks, the directory wave, the launch spike. Twelve sources per trace, every claim linked to the page it came from.

Full setup guide and example questions: tracetify.com/mcp

Setup

Create an API key in the dashboard, then pick one of the two transports.

Claude Code — one command:

claude mcp add tracetify -e TRACETIFY_API_KEY=ttfy_... -- npx -y tracetify-mcp

Or skip the install entirely — nothing to install, not even Node:

claude mcp add --transport http tracetify https://tracetify.com/api/mcp --header "Authorization: Bearer ttfy_..."

Same tools, same balance; the server runs on our side.

Claude Desktop / Cursor take the same JSON (Cursor reads ~/.cursor/mcp.json):

{
  "mcpServers": {
    "tracetify": {
      "command": "npx",
      "args": ["-y", "tracetify-mcp"],
      "env": { "TRACETIFY_API_KEY": "ttfy_..." }
    }
  }
}

Codex uses TOML in ~/.codex/config.toml — note the snake_case table name:

[mcp_servers.tracetify]
command = "npx"
args = ["-y", "tracetify-mcp"]
env = { TRACETIFY_API_KEY = "ttfy_..." }

Try asking

Your agent picks the right tool on its own — these are real questions, not placeholders:

  • How did photoai.com get its first users? Cite the sources.
  • My page ranks #12 for "ai headshot generator" — what should I change to reach page one?
  • We just deployed — audit example.com and fix what you find.
  • Where can I get my new SaaS listed for real dofollow links?

If your agent ever reaches for the wrong tool, say trace <domain> and it will come straight here.

Tools

Tools that cost credits quote the price first and wait for you to say yes. Reading existing reports never costs anything.

ToolCostWhat it does
search_reportsfreeFind existing growth reports by domain
read_reportfreeRead a full report — timeline & verdict follow your account's unlocks
start_trace10 creditsRebuild a competitor's growth from 12 sources (~60–90s); a fresh cached report comes back free
get_tracefreePoll a running trace
unlock_report10 creditsPermanently unlock a report's full timeline, evidence & SEO detail (idempotent — never charges twice)
gsc_overviewfreeYour own Search Console: clicks, impressions, period comparison
gsc_queriesfreeYour real ranking keywords with position and CTR — find what sits at #5–20
gsc_pagesfreeYour pages by search performance, including high-impression low-CTR ones
site_audit_start3 creditsCrawl a site for broken links, missing titles, redirect chains, thin content
site_audit_getfreePoll an audit and read the issue list grouped by severity
research_competitors8 creditsWho fights a domain for the same keywords, flagging which ones already have a report
research_domain_overview8 creditsEstimated organic traffic and top keywords for any domain
research_backlinks8 creditsReferring domains, authority and anchor texts
research_brand_lookup30 creditsHow AI assistants cite a brand: platforms, mentions, associated entities
backlink_directories8 creditsHand-verified directories that actually give dofollow links (billed once per day)

Everything draws from your Tracetify credit balance — the same balance the website uses. No seats, no per-tool add-ons. Top up at tracetify.com/pricing.

What this package does

It is a thin protocol adapter: MCP tool calls in, Tracetify HTTP API calls out. No business logic, no data of its own — your API key never leaves your machine except as an Authorization header to tracetify.com.

License

MIT

Reviews

No reviews yet

Be the first to review this server!