← wrendex.com

INDIVIDUAL MCP TOOL

get_crawl_alerts

List individual alerts for a crawl run, each with its pageUrl, message, detail, and affectedUrls.

wrendex.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://app.wrendex.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_crawl_alerts and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests sending messages.

Parent server

wrendex.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.wrendex]
url = "https://app.wrendex.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "wrendex": {
      "type": "http",
      "url": "https://app.wrendex.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: wrendex
Remote MCP URL: https://app.wrendex.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "wrendex": {
      "url": "https://app.wrendex.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "wrendex": {
      "type": "http",
      "url": "https://app.wrendex.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "wrendex",
  "transport": "streamable-http",
  "url": "https://app.wrendex.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_tenants — List the workspaces (tenants) your token can access, with their ids.
  • list_sites — List all sites belonging to a tenant.
  • get_site — Get a single site's configuration and metadata within a tenant.
  • recrawl_pages — Re-crawl only the pages affected by one finding in a site's most recent completed crawl, then re-run that crawl's analysis and update its health score in place.
  • enqueue_crawl — Enqueue a new recursive crawl run for a site.
  • list_crawls — List crawl runs for a site, newest first.
  • get_crawl — Get a single crawl run by id, including its status and progress.
  • cancel_crawl — Stop an in-flight crawl run.