Skip to Content
Build an MCPBigQuery

BigQuery MCP

Run BigQuery SQL, inspect datasets and tables, export results, and manage jobs in Google Cloud.

Overview

Catalog IDmcp-bigquery
Categorydatabase
Auth methodOAuth
Blast radiusmoderate
TrustVerified — published by cendriix
Version1.0.0
Regionsus-east-1, eu-west-1

Tools

ToolDescription
run_queryExecute a BigQuery SQL query.
list_datasetsList datasets in a project.
describe_tableGet schema of a BigQuery table.
create_tableCreate a new table.
export_to_gcsExport a table to GCS.

Tool parameters

run_query

Execute a BigQuery SQL query.

ParameterTypeDescription
querystringrequiredSQL query (GoogleSQL)
project_idstringoptionalGCP project ID
max_resultsintegeroptionalMax rows

list_datasets

List datasets in a project.

ParameterTypeDescription
project_idstringoptionalGCP project ID

describe_table

Get schema of a BigQuery table.

ParameterTypeDescription
dataset_idstringrequiredDataset ID
table_idstringrequiredTable ID

create_table

Create a new table.

ParameterTypeDescription
dataset_idstringrequiredDataset ID
table_idstringrequiredTable ID
schemaarrayrequiredSchema fields

export_to_gcs

Export a table to GCS.

ParameterTypeDescription
dataset_idstringrequiredDataset ID
table_idstringrequiredTable ID
destination_uristringrequiredGCS URI (gs://…)
formatstringoptionalExport format

Installing

  1. In Cendriix, go to Settings → MCPs
  2. Find BigQuery and click Install
  3. Click Authorize after installing. Cendriix completes the OAuth flow with the provider and refreshes tokens automatically — you never paste a long-lived secret.
  4. Click Test Connection to run a health check and list available tools

Authentication. Click Authorize after installing. Cendriix completes the OAuth flow with the provider and refreshes tokens automatically — you never paste a long-lived secret.

Blast radius

This MCP is classified moderate. This MCP can create and update records in the connected service, but cannot delete infrastructure.

Every tool invocation is recorded in your Audit Log. You can remove this MCP at any time from Settings → MCPs, which revokes tool access immediately.

Further reading

Last updated on