BigQuery MCP Server

by ergut
MIT License
215
37

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" }

Other Tools from BigQuery MCP Server

Related Tools

ID: dflwpk8hgv