garethcull/google-bigquery-mcp
3.2
If you are the rightful owner of google-bigquery-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
Google BigQuery MCP Server is a Flask-based application that allows natural-language exploration of BigQuery datasets, schemas, and SQL execution tools through MCP Clients.
Tools
Functions exposed to the LLM to take actions
get_list_of_datasets_by_project_id
Lists all datasets in a specified BigQuery project.
get_table_schema
Retrieves the schema of a specified table.
create_custom_sql_query_to_review
Generates a custom SQL query for user review.
run_sql_query
Executes a user-approved SQL query.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client