BigQuery Data Platform
Runs locallyNo credentials listedSource code linkedUpdated 2026-09-03
io.github.deBilla/data-platform-mcp · Registry status: active
At a glance
Read-only BigQuery tools for plain-language data questions, with a cost gate on every query
Vendor's own description, untranslated and unverified
- Execution location
- localMCP-Register · 2026-09-03
- Required secrets declared
- noMCP-Register · 2026-09-03
- Declared version and change
0.2.0· Changed in the registry 2026-09-03MCP-Register · 2026-09-04- Repository as declared
- github.com/deBilla/bigquery-mcpMCP-Register · 2026-09-03
- Configuration
- can be built from the disclosed start template
- Runs
- local
- Credentials
- false
- Source updated
- 2026-09-03
- Setup
- Template available
- Registry name
io.github.deBilla/data-platform-mcp- Package coordinate
pypi:data-platform-mcp- Declared version
0.2.0- Listed in the registry
- 2026-09-03
- Changed in the registry
- 2026-09-03
- First seen by tracevero
- 2026-09-03
- Vendor's website
- https://debilla.github.io/bigquery-mcp/
Evidence for this page: The values on this page come from several collections. Each row therefore states its own origin. What the confidence levels mean
Measured values
| Required secrets declared | no Original data – Required secret variables (raw): confirmed absent Original data – Required secret headers (raw): confirmed absent Source: MCP-Register · collected on 2026-09-03 · derived |
|---|---|
| Execution location | local Original data – Transports (raw): stdio Source: MCP-Register · collected on 2026-09-03 · derived |
| Path argument present | no Original data – Path arguments (raw): confirmed absent Original data – Path environment variables (raw): confirmed absent Source: MCP-Register · collected on 2026-09-03 · derived |
| Repository URL listed | yes Original data – Repository (raw): https://github.com/deBilla/bigquery-mcp Source: MCP-Register · collected on 2026-09-03 · derived |
| Declared version | 0.2.0 Source: MCP-Register · collected on 2026-09-04 · self-declared |
What is measured is what a manifest declares, not what a piece of software does. This registry fetches no repository URL, no endpoint and no package index; nothing here is verified. Which value comes from which source, and by which rule it was formed, is set out in the Methodology.
Related categories
- MCP servers without declared required secrets22,345
- Locally executed MCP servers12,980
- MCP servers with a repository URL20,551
- Local MCP servers without declared required secrets9,833
- Local MCP servers with a repository URL12,325
- MCP servers over stdio only10,523
- MCP servers as a PyPI package only3,235
- Local MCP servers as a PyPI package only3,216
- MCP servers available as a package only11,385
Source data24
Evidence for this page: The values on this page come from several collections. Each row therefore states its own origin.
| Description (raw) | Read-only BigQuery tools for plain-language data questions, with a cost gate on every query Source: MCP-Register · collected on 2026-09-03 · self-declared |
|---|---|
| Environment variables (raw) | BQ_MCP_ENVIRONMENTS, BQ_MCP_DEFAULT_ENVIRONMENT, BQ_MCP_CONFIG, BQ_IMPERSONATE_SERVICE_ACCOUNT, BQ_PROJECT, BQ_LOCATION, BQ_DATASET_ALLOWLIST, BQ_WARN_BYTES, BQ_MAX_BYTES_BILLED, BQ_MCP_AUDIT_LOG Source: MCP-Register · collected on 2026-09-03 · self-declared |
| Required secret variables (raw) | confirmed absent Source: MCP-Register · collected on 2026-09-03 · self-declared |
| Transports (raw) | stdio Source: MCP-Register · collected on 2026-09-03 · self-declared |
| Path arguments (raw) | confirmed absent Source: MCP-Register · collected on 2026-09-03 · self-declared |
| Repository (raw) | https://github.com/deBilla/bigquery-mcp Source: MCP-Register · collected on 2026-09-03 · self-declared |
| Package registries (raw) | pypi Source: MCP-Register · collected on 2026-09-03 · self-declared |
| Required secret headers (raw) | confirmed absent Source: MCP-Register · collected on 2026-09-03 · self-declared |
| Path environment variables (raw) | confirmed absent Source: MCP-Register · collected on 2026-09-03 · self-declared |
| Remote URLs (raw) | confirmed absent Source: MCP-Register · collected on 2026-09-03 · self-declared |
| Remote hosts (raw) | confirmed absent Source: MCP-Register · collected on 2026-09-03 · self-declared |
| Registry status message (raw) | confirmed absent Source: MCP-Register · collected on 2026-09-03 · self-declared |
| First listed in the registry (raw) | 2026-09-03 Source: MCP-Register · collected on 2026-09-04 · self-declared |
| Last changed in the registry (raw) | 2026-09-03 Source: MCP-Register · collected on 2026-09-04 · self-declared |
| Schema version of the raw record (raw) | https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json Source: MCP-Register · collected on 2026-09-03 · self-declared |
| Delivery form (raw) | package Source: MCP-Register · collected on 2026-09-03 · self-declared |
| Repository platform (raw) | github Source: MCP-Register · collected on 2026-09-03 · self-declared |
| Repository subfolder (raw) | confirmed absent Source: MCP-Register · collected on 2026-09-03 · self-declared |
| Package identifiers (raw) | data-platform-mcp Source: MCP-Register · collected on 2026-09-03 · self-declared |
| Package versions (raw) | 0.2.0 Source: MCP-Register · collected on 2026-09-04 · self-declared |
| Runtime hints (raw) | confirmed absent Source: MCP-Register · collected on 2026-09-03 · self-declared |
| Environment variable formats (raw) | confirmed absent Source: MCP-Register · collected on 2026-09-03 · self-declared |
| Environment variable descriptions (raw) | BQ_DATASET_ALLOWLIST=Comma-separated dataset IDs the server may read. Empty means all datasets. · BQ_IMPERSONATE_SERVICE_ACCOUNT=Read-only service account to impersonate, making read-only a property of the identity rather than of this code. Create it with `data-platform-mcp setup`. · BQ_LOCATION=BigQuery location for jobs and datasets. Defaults to US. · BQ_MAX_BYTES_BILLED=Hard per-query scan cap; a query estimated above this never runs. Defaults to 5 GiB. · BQ_MCP_AUDIT_LOG=Path for the JSONL tool-call audit log, or 'off' to disable it. SQL text is never recorded, only a hash and a length. · BQ_MCP_CONFIG=Path to a TOML config file, overriding ~/.config/data-platform-mcp/config.toml. · BQ_MCP_DEFAULT_ENVIRONMENT=Environment used when a tool call omits the environment argument. · BQ_MCP_ENVIRONMENTS=JSON map of environment name to BigQuery settings (project, location, impersonate, dataset_allowlist, byte caps). Omit when using a config file at ~/.config/data-platform-mcp/config.toml. · BQ_PROJECT=GCP project whose BigQuery datasets are queried. Falls back to the project associated with Application Default Credentials. · BQ_WARN_BYTES=Scan size above which a query is returned for user confirmation instead of run. Defaults to 1 GiB. Source: MCP-Register · collected on 2026-09-03 · self-declared |
| Icon formats (raw) | confirmed absent Source: MCP-Register · collected on 2026-09-03 · self-declared |
Embed this badge
Paste this line into a README of your own. The badge states how many values the registry holds for the entry and when it last looked, and it links back to this page.
[](https://tracevero.com/mcp/io-github-debilla-data-platform-mcp)
The image is drawn again on every request, so it always reports the current state while the pasted line stays as it is. It carries no rating and no traffic light – only the two measured figures.
Changes
| 2026-09-04 | Declared version: 0.1.2 → 0.2.0 |
|---|---|
| 2026-09-04 | Last changed in the registry (raw): 2026-09-02 → 2026-09-03 |
| 2026-09-04 | First listed in the registry (raw): 2026-09-02 → 2026-09-03 |
| 2026-09-04 | Package versions (raw): 0.1.2 → 0.2.0 |
| 2026-09-04 | Homepage: https://github.com/deBilla/bigquery-mcp → https://debilla.github.io/bigquery-mcp/ |
| 2026-09-03 | Declared version: – → 0.1.2 |
| 2026-09-03 | Repository URL listed: – → true |
| 2026-09-03 | Path argument present: – → false |
| 2026-09-03 | Execution location: – → local |
| 2026-09-03 | Required secrets declared: – → false |
These are the 10 most recent changes to this entry. Full history
tracevero · https://tracevero.com/mcp/io-github-debilla-data-platform-mcp