BigQuery
Createdergut
Enables Large Language Models to inspect BigQuery database schemas and execute queries.
About
BigQuery provides a secure, read-only gateway for Large Language Models (LLMs) to directly interact with your BigQuery datasets. Functioning as a translator between your AI assistant and your database, it allows for natural language querying, eliminating the need for manual SQL. Leveraging the Model Context Protocol (MCP), it provides a universal translator for AI-database communication, enabling capabilities such as accessing tables and materialized views, exploring dataset schemas, and analyzing data within safe limits, all while ensuring data security.
Key Features
- Executes SQL queries using BigQuery dialect
- Lists all tables within a BigQuery database
- Describes the schema of a specific table
- Supports filtering by specific datasets
- Integrates with Claude Desktop via Smithery
Use Cases
- Allowing LLMs to retrieve specific data from BigQuery for context
- Enabling LLMs to generate reports and visualizations based on BigQuery data
- Assisting LLMs in understanding the structure and content of BigQuery databases