# io.tooltrace/mcp-server (npm · @tooltrace/mcp-server)

Web tools for AI agents: scrape pages to Markdown, audit SEO, detect tech stacks, check sitemaps

- Trust score: 77/100 (medium)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-21

## Components

- remote · `mcp.tooltrace.io`: 83/100, [markdown](https://verifymcp.io/servers/io-tooltrace-mcp-server/mcp.md), [page](https://verifymcp.io/servers/io-tooltrace-mcp-server/mcp)
- npm · `@tooltrace/mcp-server`: 77/100 (this document), [markdown](https://verifymcp.io/servers/io-tooltrace-mcp-server/tooltrace-mcp-server.md), [page](https://verifymcp.io/servers/io-tooltrace-mcp-server/tooltrace-mcp-server)

## Channel facts

- Registry: `npm`
- Package: `@tooltrace/mcp-server`
- Version: `0.1.2`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-21.

- **Supply Chain Security**: 98/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - 31 of 95 dependencies flagged as unhealthy.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 14 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 75/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 954 tokens (~136/item across 7 items; 7 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 50/100
  - Stability observed for 15 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 7 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 7 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the io.tooltrace/mcp-server server?

io.tooltrace/mcp-server runs locally as an npm package, launched with npx -y @tooltrace/mcp-server. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add io-tooltrace-mcp-server -- npx -y @tooltrace/mcp-server
```

### Cursor

```json
{
  "mcpServers": {
    "io-tooltrace-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@tooltrace/mcp-server"
      ]
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "io-tooltrace-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@tooltrace/mcp-server"
      ]
    }
  }
}
```

### Codex

```bash
codex mcp add io-tooltrace-mcp-server -- npx -y @tooltrace/mcp-server
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "io-tooltrace-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@tooltrace/mcp-server"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add io-tooltrace-mcp-server --command npx --arg -y --arg @tooltrace/mcp-server
```

### Hermes

```yaml
mcp_servers:
  io-tooltrace-mcp-server:
    command: "npx"
    args: ["-y", "@tooltrace/mcp-server"]
```

### Netclaw

```json
{
  "McpServers": {
    "io-tooltrace-mcp-server": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "@tooltrace/mcp-server"
      ]
    }
  }
}
```

### Vellum

```bash
assistant mcp add io-tooltrace-mcp-server -t stdio -c npx -a -y @tooltrace/mcp-server
```

### Other

```json
{
  "mcpServers": {
    "io-tooltrace-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@tooltrace/mcp-server"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-21 (score 77, +1)

No change was recorded against any check on this day. Stability & Change Management went from 47 to 50. That category is still filling its 30-day observation window: 14 days of observed history at the previous scan, 15 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-18 (score 76, +1)

No change was recorded against any check on this day. Stability & Change Management went from 37 to 40. That category is still filling its 30-day observation window: 11 days of observed history at the previous scan, 12 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-16 (score 75, +1)

No change was recorded against any check on this day. Stability & Change Management went from 30 to 33. That category is still filling its 30-day observation window: 9 days of observed history at the previous scan, 10 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-14 (score 74, +4)

- [functional improvement] Stability: unverified → 0.27

### 2026-09-07 (score 70, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-09-06 (score 55)

First indexed and scored.

## MCP tools (7)

### `tooltrace_extract` (~174 tokens)

Extract clean content from a webpage. Returns Markdown, plain text, metadata, links, JSON-LD schema, and content sections. Use this for scraping, RAG ingestion, or content analysis.

Input parameters:

- `include` (array): Which fields to include in the response.
- `mode` (string): 'structured' for parsed data, 'raw' for HTML, 'both' for everything.
- `render` (string): Rendering mode. 'never' = fast static fetch (1 credit). 'auto' = static first, browser if needed. 'always' = browser rendering (5 credits).
- `url` (string, required): Public webpage URL to extract
- `wait_for_selector` (string): CSS selector to wait for on rendered pages.
- `wait_until` (string): Browser navigation milestone. Only used with browser rendering.

### `tooltrace_metadata` (~126 tokens)

Extract page metadata: title, description, canonical URL, author, publication date, favicon, Open Graph, and Twitter card fields. Lightweight alternative to full extraction.

Input parameters:

- `render` (string): Rendering mode. 'never' = fast static fetch (1 credit). 'auto' = static first, browser if needed. 'always' = browser rendering (5 credits).
- `url` (string, required): Public webpage URL
- `wait_for_selector` (string): CSS selector to wait for on rendered pages.
- `wait_until` (string): Browser navigation milestone. Only used with browser rendering.

### `tooltrace_links` (~135 tokens)

Extract all links from a webpage with anchor text, internal/external classification, and normalized URLs.

Input parameters:

- `mode` (string): 'normalized' deduplicates and cleans URLs. 'raw' preserves originals.
- `render` (string): Rendering mode. 'never' = fast static fetch (1 credit). 'auto' = static first, browser if needed. 'always' = browser rendering (5 credits).
- `url` (string, required): Public webpage URL
- `wait_for_selector` (string): CSS selector to wait for on rendered pages.
- `wait_until` (string): Browser navigation milestone. Only used with browser rendering.

### `tooltrace_schema` (~146 tokens)

Extract JSON-LD structured data from a webpage. Returns schema.org entities like Article, Product, Organization, FAQ, BreadcrumbList, etc.

Input parameters:

- `mode` (string): 'normalized' deduplicates entities. 'raw' preserves original JSON-LD blocks.
- `render` (string): Rendering mode. 'never' = fast static fetch (1 credit). 'auto' = static first, browser if needed. 'always' = browser rendering (5 credits).
- `url` (string, required): Public webpage URL
- `wait_for_selector` (string): CSS selector to wait for on rendered pages.
- `wait_until` (string): Browser navigation milestone. Only used with browser rendering.

### `tooltrace_seo_audit` (~144 tokens)

Run an SEO audit on a webpage. Returns a score (0-100), weighted checks for metadata, headings, images, canonical signals, robots directives, social tags, schema, and content length, with evidence and recommendations.

Input parameters:

- `render` (string): Rendering mode. 'never' = fast static fetch (1 credit). 'auto' = static first, browser if needed. 'always' = browser rendering (5 credits).
- `url` (string, required): Public webpage URL to audit
- `wait_for_selector` (string): CSS selector to wait for on rendered pages.
- `wait_until` (string): Browser navigation milestone. Only used with browser rendering.

### `tooltrace_tech_stack` (~136 tokens)

Detect the technology stack of a website: CMS, frameworks, JavaScript libraries, analytics, CDN, hosting, fonts, security tools, and more. Returns categorized detections with confidence levels.

Input parameters:

- `render` (string): Rendering mode. 'never' = fast static fetch (1 credit). 'auto' = static first, browser if needed. 'always' = browser rendering (5 credits).
- `url` (string, required): Public webpage URL to analyze
- `wait_for_selector` (string): CSS selector to wait for on rendered pages.
- `wait_until` (string): Browser navigation milestone. Only used with browser rendering.

### `tooltrace_sitemap` (~93 tokens)

Inspect a website's sitemap. Discovers sitemap URLs, parses sitemap XML, and returns listed page URLs with last-modified dates and change frequencies.

Input parameters:

- `render` (string): Rendering mode. 'never' = fast static fetch (1 credit). 'auto' = static first, browser if needed. 'always' = browser rendering (5 credits).
- `url` (string, required): Website URL or direct sitemap URL

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/io-tooltrace-mcp-server/tooltrace-mcp-server#diagnostics

## Score history

- 2026-09-21: 77
- 2026-09-20: 76
- 2026-09-19: 76
- 2026-09-18: 76
- 2026-09-17: 75
- 2026-09-16: 75
- 2026-09-15: 74
- 2026-09-14: 74
- 2026-09-13: 70
- 2026-09-12: 70
- 2026-09-11: 70
- 2026-09-10: 70
- 2026-09-09: 70
- 2026-09-08: 70
- 2026-09-07: 70
- 2026-09-06: 55

## Common questions

### What is the io.tooltrace/mcp-server server?

io.tooltrace/mcp-server is listed in the public MCP registry as io.tooltrace/mcp-server. Web tools for AI agents: scrape pages to Markdown, audit SEO, detect tech stacks, check sitemaps. This page covers its npm package (@tooltrace/mcp-server).

### Is the io.tooltrace/mcp-server server safe to use?

io.tooltrace/mcp-server scores 77 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the io.tooltrace/mcp-server server expose?

io.tooltrace/mcp-server exposes 7 tools: tooltrace_extract, tooltrace_metadata, tooltrace_links, tooltrace_schema, tooltrace_seo_audit, and 2 more. Their descriptions and schemas cost roughly 954 tokens of context every time the server is loaded.

### Is the io.tooltrace/mcp-server server still maintained?

io.tooltrace/mcp-server is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

### What licence is the io.tooltrace/mcp-server server under?

io.tooltrace/mcp-server declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.

## Links

- npm package: https://www.npmjs.com/package/@tooltrace/mcp-server
- Socket report: https://socket.dev/npm/package/@tooltrace/mcp-server
- Repository: https://github.com/ToolTrace-io/mcp-server
- Website: https://tooltrace.io/mcp
- Changelog RSS feed: https://verifymcp.io/servers/io-tooltrace-mcp-server/tooltrace-mcp-server.xml
- Changelog JSON feed: https://verifymcp.io/servers/io-tooltrace-mcp-server/tooltrace-mcp-server.json
- HTML version of this page: https://verifymcp.io/servers/io-tooltrace-mcp-server/tooltrace-mcp-server
