Prompt
This workflow writes your progress report from live authority data. The agent checks whether DR, TrueDR, traffic, and referring-domain evidence moved, audits your weakest public backlink evidence, and picks one realistic next action toward getting seen. You get a plain update ready to paste to a client or founder.
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 Review My Authority 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
Track movement
Run
monitor_sitesto check whether TrueDR moved this week. - 02
Audit backlinks
Run
get_trust_mapto find the weakest public backlink evidence. - 03
Pick partner action
Run
find_partner_opportunitiesto choose one partnership worth acting on. - 04
Explain progress
The agent writes a client or founder-ready progress update.
Commands inside Review My Authority
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. Check whether TrueDR moved this weekmonitor_sites { site: "yourwebsite.com" } # 2. Audit the weakest public backlink evidenceget_trust_map { site: "yourwebsite.com" } # 3. Pick one partnership worth acting onfind_partner_opportunities { site: "yourwebsite.com" } # 4. Write a client/founder-ready progress update# the agent writes this from the data above