- Google Sheets/Drive — 5 REST endpoints for spreadsheet and file operations
- Google Ads — MCP tools for ad campaign management
Google Sheets & Drive (REST)
These are standard REST endpoints (not MCP tools):Cross-source operations
/google/drive/upload-to-meta requires both Google and Meta channels connected in your API key. If Meta is not connected, you’ll get a 403 error.
Google Ads (MCP)
Google Ads tools are accessed viaPOST /google-ads/mcp using the standard MCP protocol.
Prerequisites
- A Google Cloud Console project with the relevant APIs enabled
- OAuth 2.0 credentials (access token + refresh token)
- For Google Ads: a developer token and customer/account ID
Authentication
Google uses OAuth 2.0. BothaccessToken and refreshToken are stored in your API key’s channel credentials under the google-ads key.