← wrendex.com
INDIVIDUAL MCP TOOL
list_tenants
List the workspaces (tenants) your token can access, with their ids.
LIVE ENDPOINT
https://app.wrendex.com/mcp
Connect to this endpoint to inspect the live schema for list_tenants and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent server
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_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.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.