Analytics & Data Infrastructure
Connect Claude Desktop or claude.ai to this platform's MCP (Model Context Protocol) endpoint to query analytics, run tools, and interact with your data through natural language.
Uses OAuth 2.1 with PKCE. Add to your claude_desktop_config.json:
{
"mcpServers": {
"data-platform": {
"type": "streamable-http",
"url": "https://<your-domain>/api/mcp/<org-slug>"
}
}
}
No auth required. Enable with MCP_DEV_AUTH_BYPASS=true:
{
"mcpServers": {
"data-platform": {
"type": "streamable-http",
"url": "https://<tunnel-url>/api/mcp-dev/<org-slug>"
}
}
}