General Tools
wrendex.com
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://app.wrendex.com/mcp
MCP server metadata
- Name
- wrendex
- Version
- 1.0
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
recrawl_pagesRe-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 effectsget_duplicate_code_regionsPage 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-onlyget_crawl_alertsList individual alerts for a crawl run, each with its pageUrl, message, detail, and affectedUrls.
Potential side effectsget_crawl_issuesSummarize the SEO and quality issues found in a crawl run, grouped by type and severity (ignored alerts excluded).
Inferred read-onlyget_crawl_issue_summaryRoll a crawl's alerts up into unique issues to fix, ranked by reach.
Inferred read-onlycreate_checkout_sessionCreate a Stripe Checkout link that subscribes the workspace to a plan.
Potential side effectsCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.