Skip to main content
Glama

BigQuery Validator

by caron14
__init__.pyβ€’802 B
"""MCP BigQuery Server - MCP server for BigQuery SQL validation and dry-run.""" __version__ = "0.4.1" __author__ = "caron14" __email__ = "caron14@users.noreply.github.com" from .info_schema import analyze_query_performance, query_info_schema from .schema_explorer import describe_table, get_table_info, list_datasets, list_tables from .server import ( analyze_query_structure, dry_run_sql, extract_dependencies, server, validate_query_syntax, validate_sql, ) __all__ = [ "server", "validate_sql", "dry_run_sql", "analyze_query_structure", "extract_dependencies", "validate_query_syntax", "list_datasets", "list_tables", "describe_table", "get_table_info", "query_info_schema", "analyze_query_performance", "__version__", ]

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/caron14/mcp-bigquery'

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