HomeMarketing & E-Commerce › tracetify-mcp

tracetify-mcp

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

Official TypeScript Cloud Remote
★ 1 stars Last pushed 2026-09-07 License: MIT

Topics: Marketing

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://tracetify.com/api/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http tracetify-mcp https://tracetify.com/api/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "tracetify-mcp": {
      "url": "https://tracetify.com/api/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — Bearer <your Tracetify API key> — create one at https://tracetify.com/dashboard/ai

Package (npm 0.5.1)

npx -y tracetify-mcp@0.5.1

Or add to your MCP client config:

{
  "mcpServers": {
    "tracetify-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tracetify-mcp@0.5.1"
      ],
      "env": {
        "TRACETIFY_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • TRACETIFY_API_KEY required secret — Tracetify API key — create one at https://tracetify.com/dashboard (AI & MCP page)

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry