- Google Sheets/Drive — 4 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):| Endpoint | Method | Description |
|---|---|---|
/google/sheets/read | GET | Read data from a Google Sheets spreadsheet |
/google/sheets/write | POST | Write data to a Google Sheets spreadsheet |
/google/drive/files | GET | List or retrieve Google Drive files |
/google/drive/upload-to-meta | POST | Upload a Drive file to Meta Ads Manager |
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.