MCP Server
MCP
io.github.tracetify/tracetify-mcp
Find competitors, trace how they grew, watch what they ship — plus your Search Console.
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
By
Comments
Sign in to leave a comment