Question: should BigQuery MCP clients re-check trust if SQL scope or protected-mode config changes? #20
Unanswered
MaazAhmed47
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
I’m Maaz, founder of Interlock, an open-source MCP runtime trust layer focused on post-approval MCP tool drift.
I was looking at mcp-bigquery-server because it has a well-defined safety boundary: read-only BigQuery access, SELECT-only validation, dry-run checks, max-bytes controls, protected mode, allowed tables, and sensitive-field restrictions.
The question I’m exploring is:
If a client approves the server in that constrained state, should the runtime notice if the approved surface changes later?
Examples:
I’d be interested in running a small non-production drift check:
No production BigQuery, no sensitive data, no real credentials required.
Does this kind of post-approval drift boundary seem relevant for BigQuery MCP users, or is this already handled elsewhere in your threat model?
All reactions