Analytics
uxxray.com
Provides access to conversion pattern libraries, teardowns, and corpus statistics for analyzing and optimizing marketing funnels.
ENDPOINT 1
https://api.uxxray.com/mcp
MCP server metadata
- Name
- uxxray
- Version
- 0.3.0
Known tools 50
getPatternsThe Conversion Pattern Library — every detected tactic, prevalence, quoted evidence, examples (?funnel_type=)
Inferred read-onlygetPatternOne conversion pattern, machine-readable — up to 60 verbatim on-page examples
Inferred read-onlygetTemplatesPage Template Library — recurring section-skeletons real pages are built from, clustered by exact structure
Inferred read-onlygetSectionsSection-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)
Inferred read-onlygetLibraryIndexTHE WHOLE SHELF — every facet, every legal value, real counts, no specimens.
Inferred read-onlygetSectionSpecimensSECTION SPECIMENS with receipts — real bands from real funnels, each with crop_url (a real ~1440px webp of the band, or null with a stated reason) plus crop coords onto its full-page screenshot, the funnel's measured /100, and the verbatim on-page evidence for every tactic it runs.
Inferred read-onlygetElementSpecimensELEMENT SPECIMENS — the atomic UI pieces real funnels are built from (price anchors, ratings, guarantees, no-card notes, countdowns), each a REAL CROPPED IMAGE cut at BUILD time from the funnel's own full-page screenshot, plus the verbatim on-page text of that element.
Inferred read-onlygetPageSpecimensPAGE SPECIMENS — one real crawled page per specimen, grouped by the MEASURED section sequence it shares with others (the shape).
Inferred read-onlypatchFactorySessionChange a session's visibility and/or record sources discovered mid-work (#177) — body needs privacy, source_specimens, or both.
Inferred read-onlysearchSpecimensSPECIMEN SEARCH — free text resolved into explicit MEASURED filters (archetype, tactic, funnel type, min score), then real specimens with receipts.
Inferred read-onlygetInspirationBriefTHE INSPIRATION BRIEF — a SHORTLIST for one design task: resolved taxonomy, 2-3 selected specimens with receipts, what to read them for, and the originality instruction.
Inferred read-onlygetPlaybooksFunnel-playbook registry + which crawled funnels match each (measured surface matches, quoted evidence; bundles carry per-funnel matches as bundle.playbooks)
Inferred read-onlygetPlaybookOne funnel playbook, machine-readable: model summary + cheat sheet + how to unlock the prompt templates
Inferred read-onlygetCurriculumTHE AGENT STUDY PATH (markdown) — how to learn conversion design from this corpus: top scorers → bundles → screenshots → playbook → page → section → copy
Inferred read-onlypostRate★ Rate any result 1-5 — body {rating, context?, via: "user"(relayed human)|"agent", comment?}.
Inferred read-onlypostScanRequestRequest a new site be scanned (queued for manual/batch capture) — body {url, email?}
Potential side effectsgetScanStatusPoll a live scan job — {status, slug?, score?, band?, blocked?, error?}
Inferred read-onlypostPlaybookUnlockUnlock a playbook's full prompt templates — body {email, playbook, source?}; returns {playbook:{prompts_md, cheat_md}}
Potential side effectspostPlaybookFeedbackReport whether a playbook was useful — body {playbook, useful, comment?, email?, via?}
Potential side effectspostFactorySessionCreate a Design Factory session — PRIVATE by default; returns a write credential ONCE that is required to register concepts (header x-uxxray-session-token).
Potential side effectsgetFactorySessionGet one Design Factory session, its registered concepts, latest feedback, and agent contract
Inferred read-onlygetFactorySessionFeedbackGet latest session-scoped feedback as both raw verdicts and an agent-ready refinement summary
Inferred read-onlypostFactorySessionFeedbackRecord session-scoped concept feedback — body {concept_id, starred?, rating?, comment?, tags?}
Inferred read-onlypatchFactoryConceptCommit a round's winner (#159 PART B) — body {status:"selected"}.
Inferred read-onlygetFactoryArtifactGet the portable artifact bundle for one generated concept: HTML/CSS/tokens/adapters/source provenance when registered
Inferred read-onlypostReportDisputeReport a tactic we missed on a report — body {slug, tactic_id, url?, note?, email?, via?}; logged for detector review, not auto-applied
Potential side effectsgetBundleOne self-contained JSON with everything for one site (?include=, ?exclude=) — the recommended single fetch for agents
Inferred read-onlygetReportPre-rendered shareable report HTML (self-heals from D1/R2 if not yet rendered)
Inferred read-onlygetOgImageBranded 1200x630 social card image, composed on demand from the latest hero screenshot
Inferred read-onlyCONNECT 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.
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.