Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
PINOT_BROKER_HOST | No | Hostname of the Pinot broker | |
PINOT_BROKER_PORT | No | Port of the Pinot broker | |
PINOT_CONTROLLER_HOST | No | Hostname of the Pinot controller | |
PINOT_CONTROLLER_PORT | No | Port of the Pinot controller |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
pinot-query | A prompt to Query the pinot database with an Pinot MCP Server + Claude |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
read-query | Execute a SELECT query on the Pinot database |
list-tables | List all tables in Pinot |
table-details | Get table size details |
segment-list | List segments for a table |
index-column-details | Get index/column details for a segment |
segment-metadata-details | Get metadata for segments of a table |
tableconfig-schema-details | Get table config and schema |