MCP-Mirror/takuya0206_bigquery-mcp-server
3.1
If you are the rightful owner of takuya0206_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.
A Model Context Protocol (MCP) server for accessing Google BigQuery, enabling Large Language Models (LLMs) to understand dataset structures and execute SQL queries.
Tools
Functions exposed to the LLM to take actions
query
Execute read-only (SELECT) BigQuery SQL queries.
list_all_datasets
List all datasets in the project.
list_all_tables_with_dataset
List all tables in a specific dataset with their schemas.
get_table_information
Get table schema and sample data.
dry_run_query
Check query validity and estimate cost without execution.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client