iiRecord
Agentic AI Atlas · BigQuery MCP Server
tool-server:mcp-bigquerya5c.ai
II.
ToolServer JSON

tool-server:mcp-bigquery

Structured · live

BigQuery MCP Server json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/tool-servers/mcp-databases.yamlCluster · extensions
Record JSON
{
  "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": []
}