Prompt
This workflow reviews your visibility in AI answers from stored VerifiedDR data. The agent reads your latest AI Visibility snapshot: the visibility score, every question asked, which answers mention your site, and the pages AI answers cite as sources. It explains where you are invisible and which competitor brands appear instead, ranks the cited sources you are missing from by DR and TrueDR, and recommends the one outreach or content move most likely to get your site into the cited set. Reading the snapshot never triggers a paid run.
Paste this into Claude, Codex, Cursor, ChatGPT, or another coding agent. The website, the expected output, and the approval boundary are already written in. First run? Complete the one-time setup; your agent can handle that too.
What does Get Mentioned by AI Answers do?
This is the sequence the agent works through. Read-only steps run on their own; anything that sends or changes something stops and waits for you.
- 01
Read the snapshot
Run
get_ai_visibilityfor the stored score, questions, per-platform answers, and cited pages. Never spends a paid run. - 02
Find the gaps
See which questions never mention your site, which platforms skip you, and which competitor brands appear instead.
- 03
Rank cited sources
Run
lookup_siteon the pages AI answers cite and rank the ones you are missing from by DR and TrueDR. - 04
Get into the answers
Cross-check
find_partner_opportunitiesand pick the one outreach or content move most likely to get you cited. - 05
Track the score
Re-read the snapshot after the next run to check whether the score and mentions moved.
Commands inside Get Mentioned by AI Answers
The exact MCP tool calls behind the prompt. Your agent runs these against the verifieddr server; the ones that send anything still stop for your approval.
# 1. Stored AI Visibility snapshot for your siteget_ai_visibility { site: "yourwebsite.com" } # 2. Authority of the pages AI answers citelookup_site { site: "citedsource.com" } # 3. One partner move to get into the cited setfind_partner_opportunities { site: "yourwebsite.com" }