Google Cloud 在 docs.cloud.google.com/bigquery/docs/use-bigquery-mcp 说明远程 BigQuery MCP,启用 BigQuery API 后可用。连接托管 HTTP 端点 `https://bigquery.googleapis.com/mcp`,OAuth 2.0 + IAM(不接受 API key)。角色含 mcp.toolUser、bigquery.jobUser、bigquery.dataViewer。工具含 execute_sql 与 execute_sql_readonly;仅 execute_sql 非只读。限制:默认查询三分钟、结果最多 3000 行,不支持 Google Drive 外部表。
使用场景
- Agent 对 BigQuery 仓库执行只读 SQL
- SAP Business Data Cloud Connect + BigQuery 对话式分析原型
- 从 BigQuery 洞察触发 MCP 工作流
- 使用文档中的 forecasting 示例 prompt
- IAM deny 限制 execute_sql 写访问
主要功能
- Claude Desktop
- Cursor
- Gemini CLI
- ChatGPT
相关推荐
相关推荐
3 收录条目
MotherDuck MCP Server
MotherDuck 在 motherduck.com/docs/sql-reference/mcp 说明远程 MCP(`https://api.motherduck.com/mcp`),OAuth/Bearer 认证,支持 MotherDuck 云库读写 SQL。工具含 list_databases、list_tables、search_catalog、query、query_rw、ask_docs_question、Dive 与 Flight 系列。本地见 `uvx mcp-server-motherduck`(github.com/motherduckdb/mcp-server-motherduck)。
MotherDuck MCP Server
MotherDuck 远程 MCP https://api.motherduck.com/mcp(OAuth/Bearer,读写);工具含只读 query 与 query_rw。本地 DuckDB 可用 mcp-server-motherduck(uvx)。
PlanetScale MCP Server
PlanetScale 在 planetscale.com/docs/connect/mcp 说明托管 MCP:`https://mcp.pscale.dev/mcp/planetscale`,OAuth 访问组织、库、分支、schema 与 Insights。仅洞察端点不含读写查询。含慢查询洞察、schema 检查、文档搜索及授权范围内的 SQL 执行(副本路由、临时凭证、破坏性查询防护)。旧 CLI MCP 已弃用。