Analytics
tracetify.com
Provides growth reports and trace analysis to understand how products, competitors, or domains acquired users and traffic.
ENDPOINT 1
https://tracetify.com/api/mcp
MCP server metadata
- Name
- tracetify
- Version
- 0.3.0
Known tools 14
search_reportsUse this FIRST whenever the user asks how a product, competitor or domain grew, got traffic, or found its first users — a report may already exist and reading it is free.
Inferred read-onlyread_reportRead one growth report by slug (from search_reports or a finished trace).
Inferred read-onlystart_traceRun this when search_reports finds nothing (or the user wants fresh data) for "how did X grow?
Inferred read-onlyunlock_reportPermanently unlock a report's full timeline, evidence and SEO detail for this account.
Inferred read-onlygsc_overviewUse this before touching SEO on the user's own site: clicks/impressions trend, device split and period comparison from THEIR connected Google Search Console — numbers no other tool has.
Inferred read-onlygsc_queriesThe user's real ranking keywords with position, clicks and CTR — use when deciding what to write or which page to improve, e.
Potential side effectsgsc_pagesThe user's pages ranked by search performance, including high-impression low-CTR pages whose titles/descriptions are underselling — fix those files right in this editor.
Inferred read-onlysite_audit_startRun right after deploying: crawls the site and reports broken links, missing titles/descriptions, redirect chains, thin content and schema gaps — each finding names the page so you can fix it here.
Inferred read-onlyresearch_domain_overviewEstimated organic traffic, keyword count and top keywords for ANY domain — use to size up a competitor the user mentions.
Inferred read-onlyresearch_backlinksWho links to a domain: referring domains, authority and anchor texts.
Inferred read-onlyresearch_brand_lookupHow AI assistants (ChatGPT, Perplexity-class) cite a brand: platforms, mention counts and the entities it gets associated with.
Inferred read-onlybacklink_directoriesA hand-verified list of directories and launch platforms that actually give links — checked one by one, dead and nofollow-only entries removed.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.tracetify]
url = "https://tracetify.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tracetify": {
"type": "http",
"url": "https://tracetify.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tracetify
Remote MCP URL: https://tracetify.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"tracetify": {
"url": "https://tracetify.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tracetify": {
"type": "http",
"url": "https://tracetify.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tracetify",
"transport": "streamable-http",
"url": "https://tracetify.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.