Trino SQL Analytics
Workflow capability for submitting distributed SQL queries to Trino, monitoring query execution, retrieving results, and managing the Trino cluster. Designed for data engineers, analysts, and data platform operators who need programmatic access to Trino's big data SQL engine across data lakes and databases.
What You Can Do
MCP Tools
submit-sql-query
Submit an SQL query to Trino for distributed execution across data lakes and databases. Returns initial results and a nextUri for polling more data.
get-query-results
Retrieve the next page of results for a running or recently completed query. Follow the nextUri from a previous query response.
cancel-query
Cancel a running Trino query by its queryId and current token.
list-active-queries
List currently running and recently completed queries on the Trino cluster. Filter by state (RUNNING, FINISHED, FAILED) or limit the result count.
get-cluster-info
Retrieve Trino cluster metadata including version, environment name, and whether the coordinator is still starting. Use for health checks.
list-cluster-nodes
List all active worker nodes in the Trino cluster with their node IDs, URIs, heartbeat times, and resource utilization.