
Access Billing Permission Validator
- 1 installs
- Updated June 19, 2026
- cristiandrei1234/google-ads-mcp
Validate user permissions and billing access in Google Ads MCP for multi-tenant marketing agencies.
About
Google Ads MCP Access Validator ensures employees can only operate on accounts they have grants for. Enforces role-based billing access control.
- Multi-tenant role-based access control
- Account grant validation
Access Billing Permission Validator by the numbers
- 1 all-time installs (skills.sh)
- Ranked #1,834 of 2,203 Security skills by installs in the Skillselion catalog
- Data as of Jul 8, 2026 (Skillselion catalog sync)
npx skills add https://github.com/cristiandrei1234/google-ads-mcp --skill access-billing-permission-validatorAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 1 |
|---|---|
| Last updated | June 19, 2026 |
| Repository | cristiandrei1234/google-ads-mcp ↗ |
What it does
Validate user permissions and billing access in Google Ads MCP for multi-tenant marketing agencies.
Files
access-billing-permission-validator
Cadence
At onboarding and whenever access errors appear.
Objective
Ensure the team can safely operate the right accounts with valid permissions and active billing.
Workflow
- Confirm linked user accounts and selected default account for MCP execution.
- Verify the correct manager and sub-account scope is selected.
- Check billing setup state, account budgets, and invoice visibility.
- Validate identity verification status when applicable.
- Produce a remediation list for missing permissions, suspended billing, or account mismatch.
Core MCP Tools
- get_user_status
- list_user_linked_accounts
- select_user_accounts
- set_default_user_account
- list_accessible_accounts
- list_billing_setups
- list_account_budgets
- list_invoices
- get_identity_verification
Expected Outputs
- Access matrix (who can do what)
- Billing readiness status per account
- Blockers list with exact action owner
Guardrails
- Never run mutable operations before access and billing pass checks.
- Do not infer permissions from UI claims; verify with tool responses.
- Keep account IDs explicit in every step.