The BigQuery Analysis MCP Server provides tools for safely executing SQL queries on Google BigQuery datasets. It offers two main capabilities: performing dry runs to validate queries and estimate their processing size, and executing validated queries with built-in safeguards that prevent data manipulation language (DML) statements and limit query size to 1 TB. The server uses application default credentials for authentication and returns query results in JSON format, making it ideal for data analysts and developers who need to perform controlled analytics operations on large datasets without risking costly or destructive operations.
Perform a dry run of a BigQuery query. Validates the query and estimates its processing size. Checks query size against the 1TB limit.
Run a BigQuery query with validation. Detects and rejects DML statements (data modification queries) and rejects data processing over 1TB. Executes queries that pass validation and returns results.
No reviews yet. Be the first to review!
Sign in to join the conversation
Our bundler currently only supports TypeScript-based servers. Check back soon!