HomeSearch & Research › mcp-server

mcp-server

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

Official TypeScript Cloud Remote
★ 0 stars Last pushed 2026-09-08 License: MIT

Topics: Search & Data Extraction

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.tooltrace.io/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http mcp-server https://mcp.tooltrace.io/mcp --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-server": {
      "url": "https://mcp.tooltrace.io/mcp",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — ToolTrace API key sent as a bearer token.

Package (npm 0.1.2)

npx -y @tooltrace/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@tooltrace/[email protected]"
      ],
      "env": {
        "TOOLTRACE_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • TOOLTRACE_API_KEY required secret — ToolTrace API key. Get a free one at https://tooltrace.io/signup

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry