
Once, deployed, MCP server will be available at https://mcp.<domain>/mcp
Conversational Queries on Startree
One common pattern we see is use of this MCP server in conversational analytics on top of Pinot and StarTree. You can hook up this MCP server to your favorite AI tool: Claude, Librechat and be able to simply ask natural language questions against the Pinot table.Example: Claude Code
- Install claude code: Quickstart - Claude Docs
- Add mcp server and use it following: Connect Claude Code to tools via MCP - Claude Docs
- Ex:
claude mcp add --transport http pinot-mcp https://mcp.<domain>/mcp
- Ex:
- In Claude code, use the command
/mcpto authenticate with StarTree MCP server - Start asking questions. For example, in our demo clickstream Pinot table, we asked this question: “For clickstream table in Pinot, what’s the conversion rate ?” Here’s the output from Claude Code

Limitations
- At the moment (Nov, 2025) MCP server with OAuth does not seem to work with Claude desktop because of an existing bug.

