# MCP recipes

> Ready-to-use workflows for your coding agent with GetIntel's MCP server, from a weekly brief to root-causing a topic drop and fixing the top task.

Source: https://getintel.ai/docs/mcp/recipes/

Recipes are prompts that chain several GetIntel tools into one useful workflow. Paste them into Claude Code, Cursor or Codex CLI.

## Weekly brief

> Give me this week's AI visibility brief: overall numbers against our top rivals, the three topics that moved most, pages losing citations, and the top task in each layer.

**Tools:** `get_overview`, `get_topics`, `get_your_pages`, `get_weekly_plan`
**What to look for:** a topic that dropped more than a few points, and any page losing citations.

## Why did a topic drop?

> The pricing topic dropped this week. Find out why: which engines changed, which rival gained, which sources changed, and read the answers that lost us.

**Tools:** `get_topics`, `get_topic`, `get_receipts`, `get_competitor`, `get_sources`
**What to look for:** a single engine or a single lost source often explains the whole drop.

## Competitor radar

> Which competitor is gaining on us? For the top one, show the topics they beat us on, the questions they win that we lose, and the pages AI cites for them.

**Tools:** `get_competitors`, `get_competitor`

## Fix the top On-Page task

> Take our top On-Page task, read its brief and the topic it moves, find the page in this repo, and update it to cover what's missing. Show me the diff before committing.

**Tools:** `list_tasks`, `get_task`, `get_topic`
**Needs:** your agent open in your website's repository.

## Technical fix and re-scan

> Read the latest technical scan, fix what we can in this repo, and after I deploy, re-run the scan and tell me what changed.

**Tools:** `get_technical`, `recheck_technical` (action access, once an hour)

## Plan the week

> Plan this week, then list the plan with one line on why each task matters.

**Tools:** `plan_week` (action access), `get_weekly_plan`

## Rank on Google, missing from AI

> Which of our pages rank in Google's top 10 but AI never cites? For the top three, suggest what to change.

**Tools:** `get_search_console`, `get_your_pages`
**Needs:** Search Console connected.

<Aside type="tip">
Recipes work best when you name the topic, rival or page. "The pricing topic" gets a sharper answer than "a topic".
</Aside>
