LIVE ENDPOINT
https://mcp.crosstabs.com/mcp
Connect to this endpoint to inspect the live schema for fetch and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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
search— Discover fixed Crosstabs methodology, limitations, and evidence pages.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.