← crosstabs.com

INDIVIDUAL MCP TOOL

search

Discover fixed Crosstabs methodology, limitations, and evidence pages.

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

Related tools

  • fetch — Fetch one fixed Crosstabs evidence record by identifier.
  • analyze_crosstab — Compute deterministic statistics from a bounded aggregate contingency matrix.
  • render_crosstab — Render a deterministic evidence-linked aggregate crosstab widget.
  • get_headless_capabilities — Describe the full accountless hosted MCP, privacy, retention and execution limits.
  • get_runtime_status — Inspect this hosted runtime and its fixed resource limits.
  • create_workspace — Create a private temporary workspace without signing in.
  • get_workspace — List this temporary workspace's files, recent jobs and expiry.
  • delete_workspace — Permanently delete the temporary workspace and all active project, file and job data.