← Registry

General Tools

wrendex.com

Provides general-purpose tools through the Model Context Protocol.

1 endpoint17 known toolsFirst detected September 27, 2026Last detected September 27, 2026

ENDPOINT 1

https://app.wrendex.com/mcp

No auth detected

MCP server metadata

Name
wrendex
Version
1.0
Capabilities
tools.listChanged
Server instructions

Wrendex audits websites for technical SEO issues: it crawls a site, runs 170+ checks, scores its health, and tracks what changed between crawls. Every tool call needs the header 'Authorization: Bearer wrn_...' (a Wrendex personal API token). No account yet? POST https://app.wrendex.com/api/agent/signup (JSON body optional: {"tenantName", "agentName", "scopes"}) creates a workspace and returns a token plus a claimUrl in one call; no email or password is involved. Give the claimUrl to the person you work for: when they open it and sign in they own the workspace. Until then it is unclaimed, cannot be funded, and is deleted after 7 days. Call list_tenants first: its tenant id is the tenantId the other tools take. A new workspace starts with zero credits and cannot crawl; once claimed, call create_checkout_session and give the returned Stripe url to the owner, nothing is charged until they complete it. Tools that start crawls or change data need a token with the WRITE scope. Docs: https://wrendex.com/docs/api and https://wrendex.com/agents.md.

Known tools 17

list_tenants

List the workspaces (tenants) your token can access, with their ids.

Inferred read-only
list_sites

List all sites belonging to a tenant.

Inferred read-only
get_site

Get a single site's configuration and metadata within a tenant.

Inferred read-only
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.

Potential side effects
enqueue_crawl

Enqueue a new recursive crawl run for a site.

Inferred read-only
list_crawls

List crawl runs for a site, newest first.

Inferred read-only
get_crawl

Get a single crawl run by id, including its status and progress.

Inferred read-only
cancel_crawl

Stop an in-flight crawl run.

Inferred read-only
get_duplicate_code_regions

Page through the duplicated code regions of one DUPLICATE_JS_CODE or DUPLICATE_CSS_CODE alert, each with the two source locations, the measured shared bytes, and the code snippet.

Inferred read-only
get_health_score

Get a site's health-score history (one point per crawl).

Inferred read-only
get_crawl_alerts

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

Potential side effects
get_crawl_issues

Summarize the SEO and quality issues found in a crawl run, grouped by type and severity (ignored alerts excluded).

Inferred read-only
get_crawl_issue_summary

Roll a crawl's alerts up into unique issues to fix, ranked by reach.

Inferred read-only
ignore_alert

Ignore an alert with a required scope.

Inferred read-only
unignore_alert

Reopen an ignored alert.

Inferred read-only
create_checkout_session

Create a Stripe Checkout link that subscribes the workspace to a plan.

Potential side effects
search

Search a tenant's sites, pages, and alerts.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.