Skip to main content
Glama
ToolTrace-io

ToolTrace MCP Server

Official
by ToolTrace-io

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

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

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-server

3. 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-key

Cursor (.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-server

Usage 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.js

License

MIT

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

0Releases (12mo)
Commit activity

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

Related MCP Servers

  • F
    license
    Not graded
    quality
    C
    maintenance
    Enables 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.
  • A
    license
    A
    quality
    C
    maintenance
    Enables 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.
    5
    64
    MIT
  • A
    license
    Not graded
    quality
    A
    maintenance
    Enables 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.
    165
    MIT

View all related MCP servers

Latest Blog Posts

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