ToolTrace MCP Server
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ToolTrace MCP ServerRun an SEO audit on example.com"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
ToolTrace MCP Server
Give AI agents a complete web intelligence toolkit. This Model Context Protocol server connects Claude, Cursor, VS Code Copilot, and other MCP clients to the ToolTrace API.
Tools
Tool | Description |
| Extract clean Markdown, text, metadata, links, JSON-LD, and sections from any webpage |
| Get page title, description, canonical URL, Open Graph, and Twitter card fields |
| Extract all internal and external links with anchor text |
| Extract JSON-LD structured data (Article, Product, FAQ, etc.) |
| Run an SEO audit with scored checks and recommendations |
| Detect CMS, frameworks, analytics, CDN, hosting, and more |
| Inspect and parse XML sitemaps |
Related MCP server: spidra-mcp-server
Quick start
1. Get a free API key
Sign up at tooltrace.io/signup. The free plan includes 1,000 credits per month.
2. Install
npm install -g @tooltrace/mcp-server3. Configure your MCP client
Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"tooltrace": {
"command": "tooltrace-mcp",
"env": {
"TOOLTRACE_API_KEY": "your-api-key"
}
}
}
}Claude Code:
claude mcp add tooltrace tooltrace-mcp -e TOOLTRACE_API_KEY=your-api-keyCursor (.cursor/mcp.json):
{
"mcpServers": {
"tooltrace": {
"command": "tooltrace-mcp",
"env": {
"TOOLTRACE_API_KEY": "your-api-key"
}
}
}
}VS Code (.vscode/mcp.json):
{
"servers": {
"tooltrace": {
"command": "tooltrace-mcp",
"env": {
"TOOLTRACE_API_KEY": "your-api-key"
}
}
}
}Run with npx (no install)
TOOLTRACE_API_KEY=your-api-key npx @tooltrace/mcp-serverUsage examples
Once connected, your AI agent can:
"Extract the main content from this blog post as Markdown"
"What technologies does competitor.com use?"
"Run an SEO audit on our landing page"
"Get all the links from this documentation page"
"Extract the JSON-LD schema from this product page"
"Check the sitemap for this website"
Rendering modes
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.
Development
git clone https://github.com/ToolTrace-io/mcp-server.git
cd mcp-server
npm install
npm run build
TOOLTRACE_API_KEY=your-key node dist/index.jsLicense
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Web scraping for AI agents. Extract text and metadata from any URL worldwide. $0.005/page.
Turns any URL into SEO metadata, contacts, tech stack, and AI-ready Markdown, in one call.
Cloud scraping & crawling API for AI agents. Turn any URL into clean, LLM-ready markdown.
Fetch pages as markdown, search web and news, extract structured data. For AI agents.
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceEnables AI agents to perform web searches, extract webpage content, and conduct end-to-end search-and-extract operations using multiple search providers and content extraction methods.

spidra-mcp-serverofficial
AlicenseAqualityBmaintenanceEnables AI assistants to scrape pages, batch-process URLs, and crawl entire websites with AI-powered extraction.1237MIT- AlicenseAqualityCmaintenanceEnables AI agents to extract clean, structured web content (articles, tables, links, visual layouts) optimized for LLM token efficiency, with fast response times and optional JavaScript support.564MIT
- AlicenseNot gradedqualityAmaintenanceEnables AI agents to crawl and scrape websites, converting HTML to clean Markdown and structured metadata with support for JavaScript rendering, bot evasion, and SSRF protection.165MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ToolTrace-io/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server