BigQuery

MCP
Database
1 tool

Run SQL queries on Google BigQuery

Installation

Install the typed integration package for your language:

Terminal

$ npm install @leash/integration-bigquery

Authentication

Set GOOGLE_APPLICATION_CREDENTIALS — Create a service account in GCP, download the JSON key file.

Usage

import { LeashIntegrations } from '@leash/sdk'
import { createBigqueryClient } from '@leash/integration-bigquery'
const leash = new LeashIntegrations()
const client = createBigqueryClient(leash)
const result = await client.query()

Available Tools

ToolDescription
queryRun a read-only BigQuery SQL query