tracetify

Your SEO data, inside your editor.

Ask how a competitor got its first users, or which of your pages is one push from page one — and fix that page in the same breath, without switching to a dashboard.

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

Reading the public report library is free. create an API key →

Three steps, about two minutes

  1. 1Create a key

    One click in the dashboard. Free accounts can create one — you don’t need a paid plan to read reports.

  2. 2Add the server

    one command in your terminal — or skip the install entirely and point your client at our HTTP endpoint.

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

    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

    Or skip the manual steps — paste this into Claude Code and it does all of it, including the victory lap:

    setup promptsteps 1–3 in one paste
    Set up the Tracetify MCP server for me.
    
    1. Ask me for my Tracetify API key. (Free accounts can create one at
       https://tracetify.com/dashboard/ai — I'll go grab it if I don't have one yet.)
    2. Run: claude mcp add tracetify -e TRACETIFY_API_KEY=<my key> -- npx -y tracetify-mcp
       (If npx isn't available here, use the HTTP transport instead:
       claude mcp add --transport http tracetify https://tracetify.com/api/mcp --header "Authorization: Bearer <my key>")
    3. Verify the connection by listing the tracetify tools — there should be 14.
    4. Then show me what this is for: search for an existing growth report on
       photoai.com and give me the two most interesting dated events from it.
    Claude DesktopSettings → Developer → Edit Config
    {
      "mcpServers": {
        "tracetify": {
          "command": "npx",
          "args": ["-y", "tracetify-mcp"],
          "env": { "TRACETIFY_API_KEY": "ttfy_..." }
        }
      }
    }
    CursorSettings → MCP → Add server
    {
      "mcpServers": {
        "tracetify": {
          "command": "npx",
          "args": ["-y", "tracetify-mcp"],
          "env": { "TRACETIFY_API_KEY": "ttfy_..." }
        }
      }
    }

    # same JSON as Claude Desktop — it goes in ~/.cursor/mcp.json

    Codex~/.codex/config.toml
    [mcp_servers.tracetify]
    command = "npx"
    args = ["-y", "tracetify-mcp"]
    env = { TRACETIFY_API_KEY = "ttfy_..." }

    # or run: codex mcp add tracetify --env TRACETIFY_API_KEY=ttfy_... -- npx -y tracetify-mcp

  3. 3Ask something

    Your agent picks the right tool on its own. Try:

    How did photoai.com get its first users? Cite the sources.

Things you can ask that nothing else can answer

Every one of these needs data your editor doesn’t have — a rebuilt growth history, your own Search Console, a directory list someone actually checked by hand.

14 tools, and what each one costs

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

Your agent reads those descriptions and decides on its own when to reach for us. If it ever picks the wrong tool, say trace <domain> and it will come straight here.

The same balance you use on the site

No separate MCP plan, no seats. Traces and unlocks draw from the credits you already have, and anything you run here shows up in your dashboard.

create an API key →

see pricing →