The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the MCP Server listing page.
Give AI agents a complete web intelligence toolkit. This Model Context Protocol server connects Claude Code, Claude Desktop, Cursor, VS Code, Codex, Windsurf and any other MCP client to the ToolTrace API.
One tool per ToolTrace endpoint: scrape any page to clean Markdown, read metadata and JSON-LD, extract links, run on-page SEO audits, detect a site's tech stack, and check XML sitemaps. Free tier included, no card required.
Setup guide: tooltrace.io/mcp
| Tool | Description |
|---|---|
tooltrace_extract | Extract clean Markdown, text, metadata, links, JSON-LD, and sections from any webpage |
tooltrace_metadata | Get page title, description, canonical URL, Open Graph, and Twitter card fields |
tooltrace_links | Extract all internal and external links with anchor text |
tooltrace_schema | Extract JSON-LD structured data (Article, Product, FAQ, etc.) |
tooltrace_seo_audit | Run an SEO audit with scored checks and recommendations |
tooltrace_tech_stack | Detect CMS, frameworks, analytics, CDN, hosting, and more |
tooltrace_sitemap | Inspect and parse XML sitemaps |
Hosted, for clients that take a connector URL. Nothing to install or update:
Also listed on Smithery.
Local, over stdio, for clients that run a process. Use this when your client does not speak HTTP, or when you would rather your API key never left your own machine. That is the quick start below.
Both expose the same tools and bill the same credits.
Sign up at tooltrace.io/signup. The free plan includes 1,000 credits per month.
Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json):
Claude Code:
Cursor (.cursor/mcp.json):
VS Code (.vscode/mcp.json):
Codex (~/.codex/config.toml):
Windsurf (mcp_config.json):
Any other MCP client: run tooltrace-mcp over stdio and set the
TOOLTRACE_API_KEY environment variable. Full per-client setup guide at
tooltrace.io/mcp.
Once connected, your AI agent can:
All tools support a render parameter:
never: Fast static fetch, 1 credit. Best for server-rendered pages.auto (default): Starts static, renders in browser if needed. 1 or 5 credits.always: Full browser rendering, 5 credits. For JavaScript-heavy SPAs.MIT