← crosstabs.com

INDIVIDUAL MCP TOOL

analyze_crosstab

Use this when you have an aggregate contingency matrix and need deterministic bases, percentages, significance letters, effect size, inference diagnostics, warnings, and evidence links without a UI.

crosstabs.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.crosstabs.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for analyze_crosstab 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

crosstabs.com

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-remote]
url = "https://mcp.crosstabs.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "crosstabs-remote": {
      "type": "http",
      "url": "https://mcp.crosstabs.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: crosstabs-remote
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-remote": {
      "url": "https://mcp.crosstabs.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "crosstabs-remote": {
      "type": "http",
      "url": "https://mcp.crosstabs.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "crosstabs-remote",
  "transport": "streamable-http",
  "url": "https://mcp.crosstabs.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search — Use this when you need to discover Crosstabs methodology, limitations, or evidence pages before selecting a resource to fetch.
  • fetch — Use this when you have a Crosstabs evidence identifier and need its full methodology text, limitations, canonical URL, and source links.
  • get_headless_capabilities — Use this when you need the authoritative local-versus-remote tool boundary before choosing where to run a research workflow.
  • render_crosstab — Use this when the user should inspect a rich evidence-linked crosstab widget with bases, percentages, significance letters, effect size, warnings, provenance, and limitations.