← Registry

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.

1 endpoint46 known toolsFirst detected August 13, 2026Last detected September 13, 2026

ENDPOINT 1

https://mcp.crosstabs.com/mcp

No auth detected

MCP server metadata

Name
crosstabs
Version
0.1.0
Capabilities
tools.listChangedresources.listChanged
Server instructions

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

search

Discover fixed Crosstabs methodology, limitations, and evidence pages.

Inferred read-only
fetch

Fetch one fixed Crosstabs evidence record by identifier.

Inferred read-only
analyze_crosstab

Compute deterministic statistics from a bounded aggregate contingency matrix.

Inferred read-only
render_crosstab

Render a deterministic evidence-linked aggregate crosstab widget.

Inferred read-only
get_headless_capabilities

Describe the full accountless hosted MCP, privacy, retention and execution limits.

Inferred read-only
get_runtime_status

Inspect this hosted runtime and its fixed resource limits.

Inferred read-only
create_workspace

Create a private temporary workspace without signing in.

Potential side effects
get_workspace

List this temporary workspace's files, recent jobs and expiry.

Inferred read-only
delete_workspace

Permanently delete the temporary workspace and all active project, file and job data.

Potential side effects
get_job

Read a queued analysis job.

Inferred read-only
get_download_link

Create a private browser download link for an uploaded file or generated artifact in this workspace.

Potential side effects
get_rendered_table

Render the canonical aggregate result of a succeeded render_project_table job.

Inferred read-only
create_analysis_plan

Create a portable revision-bound document for explicitly selected saved tables without mutating the project.

Potential side effects
validate_analysis_plan

Preflight a portable analysis plan against the current workspace project and return actionable validation issues.

Inferred read-only
run_analysis_plan

Validate and execute a portable plan against one loaded project revision, returning aggregate evidence and review findings.

Potential side effects
preview_raking_weights

Preview explicit population margins against the saved active wave.

Inferred read-only
apply_raking_weights

Recompute 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-only
create_project

Create an empty, versioned research project.

Potential side effects
import_project

Verify and import a full-data Crosstabs project package as a new workspace copy.

Inferred read-only
import_dataset

Validate and import respondent records into a project wave.

Inferred read-only
profile_dataset

Return bounded types, missingness and cardinality diagnostics.

Inferred read-only
define_row_set

Create or replace a reusable ordered row-variable set, with an optional cases-or-responses denominator for one detected multi-select question.

Potential side effects
define_banner

Create or replace a reusable multilevel banner.

Potential side effects
apply_filter

Create and assign an auditable project filter.

Potential side effects
set_weight

Create and assign a validated weighting definition.

Potential side effects
run_table

Compute one crosstab with diagnostics and evidence metadata.

Inferred read-only
render_project_table

Render one revision-bound saved table execution through the canonical workspace evidence widget.

Inferred read-only
update_variable_metadata

Apply an approved label, coding, missing-value, measurement, role, and display-format update without rewriting respondent rows.

Potential side effects
propose_transformation

Create a draft, data-free transformation recipe for later review.

Potential side effects
review_transformation

Approve or reject a draft transformation recipe with recorded human approval.

Inferred read-only
apply_transformation

Apply an approved transformation to one workspace wave with recorded human approval and reversible provenance.

Inferred read-only
undo_transformation

Mark one applied transformation run undone and restore its derived variable in this workspace.

Inferred read-only
run_complex_survey_method

Run a declared-design OLS, logistic, or K-means method and record bounded canonical evidence.

Inferred read-only
run_tab_book

Compute the selected tab-book recipe with progress and cancellation.

Inferred read-only
compare_waves

Compare compatible tables across project waves.

Inferred read-only
undo_change

Reverse a recorded reversible project mutation.

Inferred read-only
replace_dataset

Import a replacement wave without overwriting prior source data.

Inferred read-only
detect_schema_drift

Inspect wave compatibility and propose repairs without mutation.

Inferred read-only
repair_schema

Apply an approved, reversible schema repair plan.

Inferred read-only
generate_report_pack

Generate an editable evidence-linked PPTX or DOCX pack.

Inferred read-only
refresh_report_pack

Refresh generated regions while preserving declared manual regions.

Inferred read-only
export_project

Export a definition-only package by default or an explicit full-data package to the temporary hosted workspace.

Inferred read-only
list_projects

List redacted summaries from the workspace project store.

Inferred read-only
inspect_project

Inspect a redacted workspace project graph, capabilities and current revision.

Inferred read-only
get_audit_history

Return paginated append-only project audit events.

Inferred read-only
define_survey_design

Create an approved immutable Taylor or replicate-weight survey design, or assign an identical existing design, atomically across selected tables.

Potential side effects

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.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.

Trust status Trusted

crosstabs.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.