BigQuery MCP Server

by ergut

query

Execute read-only SQL queries on BigQuery data securely through the MCP server, enabling direct interaction between LLMs and your database for efficient data access.

Instructions

Run a read-only BigQuery SQL query

Input Schema

NameRequiredDescriptionDefault
maximumBytesBilledNoMaximum bytes billed (default: 1GB)
sqlNo

Input Schema (JSON Schema)

{ "properties": { "maximumBytesBilled": { "description": "Maximum bytes billed (default: 1GB)", "optional": true, "type": "string" }, "sql": { "type": "string" } }, "type": "object" }

You must be authenticated.

Other Tools from BigQuery MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ergut/mcp-bigquery-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server