
Google BigQuery guMCP Server
Query and manage BigQuery datasets, tables, and execute SQL
Tools
List Project Ids
List all Google Cloud project IDs accessible by the authenticated user. Returns project IDs that can be used with BigQuery operations.
List Dataset Ids
List all dataset IDs in a BigQuery project. Returns a list of dataset identifiers that can be used to query tables and data.
List Table Ids
List all table IDs in a BigQuery dataset. Returns a list of table identifiers that can be queried.
Get Dataset Info
Get metadata information about a BigQuery dataset including description, location, creation time, and other properties.
Get Table Info
Get metadata information about a BigQuery table including schema, row count, size, partitioning, and other properties.
Execute Sql
Execute a SQL query on BigQuery and return the results. Supports standard SQL syntax.
Installation Steps
Get StartedCreate a Gumloop Account
To use this MCP, you need a Gumloop account. If you don't have one yet, you can create one for free.
Generate Your Server URL
Generate and copy your MCP server URL to use in your application.