Skip to main content
Glama
Minahil099

bigquery-mcp-data-agent

by Minahil099

BigQuery MCP Data Agent

一个基于 Google 的 Agent Development Kit (ADK)、Gemini、BigQuery MCP Server 和 Cloud Run 构建的 AI 驱动数据分析代理。

概述

本项目演示了 AI 代理如何通过 Model Context Protocol (MCP) 连接到 BigQuery 中的结构化数据。

该代理分析 NYC Citi Bike 数据集,能够通过检查数据集、生成 SQL 查询以及从 BigQuery 检索数据来回答分析性问题。

Related MCP server: BigQuery MCP Server

技术

  • Google Agent Development Kit (ADK)

  • Gemini

  • BigQuery

  • BigQuery MCP Server

  • Model Context Protocol (MCP)

  • Google Cloud Run

  • Python

数据集

该代理使用公开的 NYC Citi Bike 数据集:

bigquery-public-data.new_york_citibike

该数据集包含纽约市 Citi Bike 行程和站点的信息。

工作原理

  1. 用户提出关于 Citi Bike 数据的问题。

  2. Gemini 分析该问题。

  3. ADK 代理使用 BigQuery MCP 工具检查数据集。

  4. 该代理生成并执行只读 SQL 查询。

  5. BigQuery 返回请求的数据。

  6. Gemini 分析结果并提供答案。

使用的 MCP 工具

该代理使用以下 BigQuery MCP 工具:

  • get_dataset_info

  • list_table_ids

  • get_table_info

  • execute_sql_readonly

示例问题

We have budget for 3 coffee trucks.
We want to find the best city bike stations to place our coffee trucks.
F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables natural language exploration and querying of Google BigQuery datasets through four tools: listing datasets, inspecting table schemas, generating SQL queries with LLM assistance, and executing approved queries.
    1
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables AI assistants to query and analyze Google BigQuery data, including schema browsing, running queries, and comparing datasets through natural language.
    MIT

View all related MCP servers

Related MCP Connectors

  • Free public MCP for AI agents — 193 tools, 44 workflows. No API key.

  • 100+ MCP tools for AI agents: content metadata, trade intelligence, business-expertise analysis.

  • Real SEC, 13F, insider, congress & macro data your AI agent can cite. Hosted MCP, 24 tools.

View all MCP Connectors

Latest Blog Posts

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/Minahil099/bigquery-mcp-data-agent'

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