Analytics
crosstabs.com
MCP server for Crosstabs research methodology, providing evidence discovery, data fetching, headless capability checks, and deterministic analysis or rendering of crosstab matrices with significance and effect size metrics.
ENDPOINT 1
https://mcp.crosstabs.com/mcp
MCP server metadata
- Name
- crosstabs
- Version
- 0.1.0
Temporary hosted workspace: uploaded respondent data is processed on Crosstabs infrastructure. No account is required. Anyone with the workspace token has access. Access expires 24 hours after creation; active data is deleted by the cleanup worker. Export before expiry. Provider backups follow their separate retention policy. Use create_workspace only after explaining temporary hosting and obtaining consent to upload. Keep the returned token private. Files must be uploaded using the provided page; local paths and arbitrary URLs are not supported. Project tools enqueue jobs: poll get_job with the same workspaceToken and jobId, waiting at least two seconds between polls. Reuse requestId only for retries of identical inputs. Preserve statistical warnings and obtain human approval where tool contracts require it. Never invent approval. Use get_download_link to retrieve report and project artifacts.
Known tools 46
analyze_crosstabCompute deterministic statistics from a bounded aggregate contingency matrix.
Inferred read-onlyget_headless_capabilitiesDescribe the full accountless hosted MCP, privacy, retention and execution limits.
Inferred read-onlydelete_workspacePermanently delete the temporary workspace and all active project, file and job data.
Potential side effectsget_download_linkCreate a private browser download link for an uploaded file or generated artifact in this workspace.
Potential side effectsget_rendered_tableRender the canonical aggregate result of a succeeded render_project_table job.
Inferred read-onlycreate_analysis_planCreate a portable revision-bound document for explicitly selected saved tables without mutating the project.
Potential side effectsvalidate_analysis_planPreflight a portable analysis plan against the current workspace project and return actionable validation issues.
Inferred read-onlyrun_analysis_planValidate and execute a portable plan against one loaded project revision, returning aggregate evidence and review findings.
Potential side effectspreview_raking_weightsPreview explicit population margins against the saved active wave.
Inferred read-onlyapply_raking_weightsRecompute a reviewed weighting fingerprint and atomically save a new sampling-weight column and definition with human approval, warning acknowledgement, revision checks and replay.
Inferred read-onlyimport_projectVerify and import a full-data Crosstabs project package as a new workspace copy.
Inferred read-onlydefine_row_setCreate or replace a reusable ordered row-variable set, with an optional cases-or-responses denominator for one detected multi-select question.
Potential side effectsrender_project_tableRender one revision-bound saved table execution through the canonical workspace evidence widget.
Inferred read-onlyupdate_variable_metadataApply an approved label, coding, missing-value, measurement, role, and display-format update without rewriting respondent rows.
Potential side effectspropose_transformationCreate a draft, data-free transformation recipe for later review.
Potential side effectsreview_transformationApprove or reject a draft transformation recipe with recorded human approval.
Inferred read-onlyapply_transformationApply an approved transformation to one workspace wave with recorded human approval and reversible provenance.
Inferred read-onlyundo_transformationMark one applied transformation run undone and restore its derived variable in this workspace.
Inferred read-onlyrun_complex_survey_methodRun a declared-design OLS, logistic, or K-means method and record bounded canonical evidence.
Inferred read-onlydetect_schema_driftInspect wave compatibility and propose repairs without mutation.
Inferred read-onlyrefresh_report_packRefresh generated regions while preserving declared manual regions.
Inferred read-onlyexport_projectExport a definition-only package by default or an explicit full-data package to the temporary hosted workspace.
Inferred read-onlyinspect_projectInspect a redacted workspace project graph, capabilities and current revision.
Inferred read-onlydefine_survey_designCreate an approved immutable Taylor or replicate-weight survey design, or assign an identical existing design, atomically across selected tables.
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.crosstabs]
url = "https://mcp.crosstabs.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"crosstabs": {
"type": "http",
"url": "https://mcp.crosstabs.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: crosstabs
Remote MCP URL: https://mcp.crosstabs.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": {
"crosstabs": {
"url": "https://mcp.crosstabs.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"crosstabs": {
"type": "http",
"url": "https://mcp.crosstabs.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "crosstabs",
"transport": "streamable-http",
"url": "https://mcp.crosstabs.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for crosstabs.com was fetched 2026-08-21T10:29:40.852Z and is being refreshed.
crosstabs.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.