# Monitor Google AI Overviews from Claude via MCP

**Use case:** 

Track Google AI Overviews inside Claude through MCP. Ask about any keyword and get the AI answer and its cited sources back in chat.

## Input

```json
{
  "query": "how to improve website seo",
  "gl": "us",
  "hl": "en"
}
```

## Output

```json
{
  "result_type": {
    "label": "Result Type",
    "format": "string"
  },
  "query": {
    "label": "Query",
    "format": "string"
  },
  "ai_overview_present": {
    "label": "AI Overview Present",
    "format": "boolean"
  },
  "used_dedicated_api": {
    "label": "Used Follow-up Fetch",
    "format": "boolean"
  },
  "retrievals_used": {
    "label": "Retrievals Used",
    "format": "integer"
  },
  "references": {
    "label": "References",
    "format": "array"
  },
  "note": {
    "label": "Note",
    "format": "string"
  },
  "fetched_at": {
    "label": "Fetched At",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [Google AI Overview API](https://apify.com/johnvc/google-ai-overview-api) with a specific input configuration. Visit the [Actor detail page](https://apify.com/johnvc/google-ai-overview-api) to learn more, explore other use cases, and run it yourself.