LIVE ENDPOINT
https://api.uxxray.com/mcp
Connect to this endpoint to inspect the live schema for getFactorySessions and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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.uxxray]
url = "https://api.uxxray.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"uxxray": {
"type": "http",
"url": "https://api.uxxray.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: uxxray
Remote MCP URL: https://api.uxxray.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": {
"uxxray": {
"url": "https://api.uxxray.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"uxxray": {
"type": "http",
"url": "https://api.uxxray.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "uxxray",
"transport": "streamable-http",
"url": "https://api.uxxray.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
getApiRoot— This self-describing API root — endpoint catalog, corpus counts, linksgetOpenApi— OpenAPI 3.1 document for this APIgetLeague— Ranked list of teardowns (?funnel_type=, ?limit=, ?offset=).getCorpusStats— Corpus-wide aggregates (pct_lack, avg_tactics, evidence)getPatterns— The Conversion Pattern Library — every detected tactic, prevalence, quoted evidence, examples (?funnel_type=)getPattern— One conversion pattern, machine-readable — up to 60 verbatim on-page examplesgetTemplates— Page Template Library — recurring section-skeletons real pages are built from, clustered by exact structuregetSections— Section-archetype prevalence across fully-crawled pages — how common each band is, where it typically sits, example sites; ?archetype=X returns every real instance with screenshot crop coords (the SECTION layer)