MCP Servers / database / Pinot MCP Server

Pinot MCP Server

JSON →
stdionone15database

An MCP server for interacting with Apache Pinot, a real-time distributed OLAP datastore.

Install
How to run this server
[ { "cmd": "pip install -e", "imports": [] } ]
server path: pinot-mcp-server
Tools
What this server exposes
list_tables
List all tables from Pinot
list_segments
List segments for a given table
get_schema
Get schema information for a table
execute_query
Execute a read-only SQL query on Pinot
get_index_metadata
View index/column-level metadata for a table
Configuration
Environment & auth
authnone
envPINOT_CONTROLLER_URL
envPINOT_BROKER_URL
envPINOT_BROKER_HOST
envPINOT_BROKER_PORT
envPINOT_TOKEN
envOAUTH_CLIENT_ID
envOAUTH_CLIENT_SECRET
envOAUTH_BASE_URL
Resources
Pinot MCP Server — MCP Server · libregistry