II.
ToolServer JSON
Structured · livetool-server:mcp-bigquery
BigQuery MCP Server json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "tool-server:mcp-bigquery",
"_kind": "ToolServer",
"_file": "extensions/tool-servers/mcp-databases.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "BigQuery MCP Server",
"description": "MCP server providing access to Google BigQuery.\nEnables AI agents to run SQL queries, list datasets and tables,\ninspect schemas, and analyze large-scale data in BigQuery.\n",
"protocol": "mcp",
"category": "database",
"repoUrl": "https://github.com/ergut/mcp-bigquery",
"maintainer": "Community",
"mcpTransports": [
"mcp-transport:stdio"
]
},
"outgoingEdges": [
{
"from": "tool-server:mcp-bigquery",
"to": "platform-service:gcp-bigquery",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-bigquery",
"to": "stack-part:data-warehouse",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-bigquery",
"to": "platform:gcp",
"kind": "integrates_with",
"attributes": {}
},
{
"from": "tool-server:mcp-bigquery",
"to": "domain:databases",
"kind": "lib_applies_to_domain",
"attributes": {}
},
{
"from": "tool-server:mcp-bigquery",
"to": "domain:data-engineering",
"kind": "lib_applies_to_domain",
"attributes": {}
}
],
"incomingEdges": []
}