Skip to main content
ClaudeWave

Web tools for AI agents over MCP: scrape pages to Markdown, extract metadata, links and JSON-LD, run SEO audits, detect tech stacks, check XML sitemaps

MCP ServersOfficial Registry0 stars0 forksTypeScriptMITUpdated today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 9/9/2026
Install in Claude Code / Claude Desktop
Method: NPX · @tooltrace/mcp-server
Claude Code CLI
claude mcp add mcp-server -- npx -y @tooltrace/mcp-server
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": ["-y", "@tooltrace/mcp-server"],
      "env": {
        "TOOLTRACE_API_KEY": "<tooltrace_api_key>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Detected environment variables
TOOLTRACE_API_KEY
Use cases

MCP Servers overview

# ToolTrace MCP Server

Give AI agents a complete web intelligence toolkit. This [Model Context Protocol](https://modelcontextprotocol.io/) server connects Claude Code, Claude Desktop, Cursor, VS Code, Codex, Windsurf and any other MCP client to the [ToolTrace](https://tooltrace.io) 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](https://tooltrace.io/mcp)

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

## Two ways to connect

**Hosted**, for clients that take a connector URL. Nothing to install or update:

```
https://mcp.tooltrace.io/mcp
```

```bash
claude mcp add --transport http tooltrace https://mcp.tooltrace.io/mcp \
  --header "Authorization: Bearer your-api-key"
```

Also listed on [Smithery](https://smithery.ai/servers/malikrashidk55/tooltrace).

**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.

## Quick start

### 1. Get a free API key

Sign up at [tooltrace.io/signup](https://tooltrace.io/signup). The free plan includes 1,000 credits per month.

### 2. Install

```bash
npm install -g @tooltrace/mcp-server
```

### 3. Configure your MCP client

**Claude Desktop** (`~/Library/Application Support/Claude/claude_desktop_config.json`):

```json
{
  "mcpServers": {
    "tooltrace": {
      "command": "tooltrace-mcp",
      "env": {
        "TOOLTRACE_API_KEY": "your-api-key"
      }
    }
  }
}
```

**Claude Code:**

```bash
claude mcp add tooltrace tooltrace-mcp -e TOOLTRACE_API_KEY=your-api-key
```

**Cursor** (`.cursor/mcp.json`):

```json
{
  "mcpServers": {
    "tooltrace": {
      "command": "tooltrace-mcp",
      "env": {
        "TOOLTRACE_API_KEY": "your-api-key"
      }
    }
  }
}
```

**VS Code** (`.vscode/mcp.json`):

```json
{
  "servers": {
    "tooltrace": {
      "command": "tooltrace-mcp",
      "env": {
        "TOOLTRACE_API_KEY": "your-api-key"
      }
    }
  }
}
```

**Codex** (`~/.codex/config.toml`):

```toml
[mcp_servers.tooltrace]
command = "tooltrace-mcp"
env = { TOOLTRACE_API_KEY = "your-api-key" }
```

**Windsurf** (`mcp_config.json`):

```json
{
  "mcpServers": {
    "tooltrace": {
      "command": "tooltrace-mcp",
      "env": {
        "TOOLTRACE_API_KEY": "your-api-key"
      }
    }
  }
}
```

**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](https://tooltrace.io/mcp).

### Run with npx (no install)

```bash
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

```bash
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
ai-agentsclaudecodexcursormcpmcp-servermodel-context-protocolragseotooltraceweb-scrapingwindsurf

What people ask about mcp-server

What is ToolTrace-io/mcp-server?

+

ToolTrace-io/mcp-server is mcp servers for the Claude AI ecosystem. Web tools for AI agents over MCP: scrape pages to Markdown, extract metadata, links and JSON-LD, run SEO audits, detect tech stacks, check XML sitemaps It has 0 GitHub stars and its last recorded update is dated 2026-09-08.

How do I install mcp-server?

+

You can install mcp-server by cloning the repository (https://github.com/ToolTrace-io/mcp-server) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is ToolTrace-io/mcp-server safe to use?

+

Our security agent has analyzed ToolTrace-io/mcp-server and assigned a Trust Score of 95/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains ToolTrace-io/mcp-server?

+

ToolTrace-io/mcp-server is maintained by ToolTrace-io. The last recorded GitHub activity is dated 2026-09-08, with 0 open issues.

Are there alternatives to mcp-server?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy mcp-server to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: ToolTrace-io/mcp-server
[![Featured on ClaudeWave](https://claudewave.com/api/badge/tooltrace-io-mcp-server)](https://claudewave.com/repo/tooltrace-io-mcp-server)
<a href="https://claudewave.com/repo/tooltrace-io-mcp-server"><img src="https://claudewave.com/api/badge/tooltrace-io-mcp-server" alt="Featured on ClaudeWave: ToolTrace-io/mcp-server" width="320" height="64" /></a>

More MCP Servers

mcp-server alternatives