← Back to Plugins
MCP Server MCP

io.github.tracetify/tracetify-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://tracetify.com/api/mcp",
      "headers": [
        {
          "description": "Bearer <your Tracetify API key> — create one at https://tracetify.com/dashboard/ai",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "tracetify-mcp",
      "version": "0.4.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Tracetify API key — create one at https://tracetify.com/dashboard (AI & MCP page)",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "TRACETIFY_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http npm

Comments

Sign in to leave a comment

Loading comments...