Skip to main content

Google

Google integration includes two parts:
  • 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):
EndpointMethodDescription
/google/sheets/readGETRead data from a Google Sheets spreadsheet
/google/sheets/writePOSTWrite data to a Google Sheets spreadsheet
/google/drive/filesGETList or retrieve Google Drive files
/google/drive/upload-to-metaPOSTUpload 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 tools are accessed via POST /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. Both accessToken and refreshToken are stored in your API key’s channel credentials under the google-ads key.