{
  "info": {
    "name": "Google Ads — mcp.ai",
    "description": "REST API for the Google Ads MCP. Set {{apiKey}} to a workspace key (sk_live_…) created at https://mcp.ai/settings/api-keys.",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "auth": {
    "type": "bearer",
    "bearer": [
      {
        "key": "token",
        "value": "{{apiKey}}",
        "type": "string"
      }
    ]
  },
  "variable": [
    {
      "key": "baseUrl",
      "value": "https://api.mcp.ai/api/google_ads",
      "type": "string"
    },
    {
      "key": "apiKey",
      "value": "sk_live_...",
      "type": "string"
    }
  ],
  "item": [
    {
      "name": "google_ads_list_accounts",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/accounts",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "accounts"
          ]
        },
        "description": "List MCCs and ALL customer accounts accessible by the OAuth token",
        "body": {
          "mode": "raw",
          "raw": "{}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "google_ads_status",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/status",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "status"
          ]
        },
        "description": "Overview of MCCs and customer_ids (no account). Scope detail (with account).",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"customer_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "google_ads_account",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/customers/info",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "customers",
            "info"
          ]
        },
        "description": "Customer info: name, currency, timezone",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"customer_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "google_ads_campaigns",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/customers/campaigns",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "customers",
            "campaigns"
          ]
        },
        "description": "List campaigns with status and budgets",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"customer_id\": \"\",\n  \"status\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "google_ads_today",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/customers/today",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "customers",
            "today"
          ]
        },
        "description": "Today performance: cost, impressions, clicks, conversions, ROAS per campaign + _summary",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"customer_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "google_ads_roas",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/customers/roas",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "customers",
            "roas"
          ]
        },
        "description": "ROAS for a date range (default current month). Per campaign + _summary.",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"customer_id\": \"\",\n  \"since\": \"\",\n  \"until\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "google_ads_ads",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/customers/ads",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "customers",
            "ads"
          ]
        },
        "description": "List enabled ads with type, status, and campaign name",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"customer_id\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "google_ads_keywords",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/customers/keywords",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "customers",
            "keywords"
          ]
        },
        "description": "Keyword analytics (last 7 days), search terms or raw GAQL",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"customer_id\": \"\",\n  \"action\": \"\",\n  \"query\": \"\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "google_ads_changes",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/customers/changes",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "customers",
            "changes"
          ]
        },
        "description": "Change history (who changed what): campaigns, ads, bids, URLs, headlines, keywords, budgets",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"customer_id\": \"\",\n  \"since\": \"\",\n  \"until\": \"\",\n  \"days\": 0,\n  \"limit\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    },
    {
      "name": "google_ads_performance",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "Content-Type",
            "value": "application/json"
          }
        ],
        "url": {
          "raw": "{{baseUrl}}/customers/performance",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "customers",
            "performance"
          ]
        },
        "description": "Daily performance: cost, impressions, clicks, conversions, revenue per day",
        "body": {
          "mode": "raw",
          "raw": "{\n  \"account\": \"\",\n  \"customer_id\": \"\",\n  \"days\": 0\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        }
      }
    }
  ]
}