peter-palmer/bigquery-mcp-server
3.2
If you are the rightful owner of bigquery-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
This document provides a structured overview of a minimal Model Context Protocol (MCP) server for Google Cloud BigQuery, implemented in TypeScript/Node.js.
Tools
Functions exposed to the LLM to take actions
listDatasets
Returns available datasets for the current project.
listTables
Returns tables in a specified dataset.
getSchema
Returns columns and types for a specified table.
runQuery
Executes read-only SELECT queries.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client