MCP Servers / database / BigQuery Analysis

BigQuery Analysis

JSON →
stdionone2database

Execute and validate SQL queries against Google BigQuery. It safely runs SELECT queries under 1TB and returns results in JSON format.

Install
How to run this server

No install command recorded.

server path: bigquery-analysis
Tools
What this server exposes
dry_run_query
Perform a dry run of a BigQuery query. Validates the query and estimates its processing size. Checks query size against the 1TB limit.
run_query_with_validation
Run a BigQuery query with validation. Detects and rejects DML statements (data modification queries). Rejects data processing over 1TB. Executes queries that pass validation and returns results.
Configuration
Environment & auth
authnone
Resources
BigQuery Analysis — MCP Server · libregistry