Validates BigQuery SQL syntax and performs dry-run analysis to estimate costs and retrieve metadata.
This package provides a minimal MCP server specifically designed for BigQuery SQL validation and dry-run analysis. It offers critical functionality to check SQL syntax, estimate query costs based on bytes processed, identify referenced tables, and preview schemas, all without executing the actual queries. This capability is invaluable for developers and data professionals looking to pre-emptively optimize their BigQuery operations, avoid unexpected charges, and ensure query correctness before committing resources.