Prompt
This workflow puts the authority metrics behind your visibility on watch. The agent confirms monitoring eligibility, summarizes DR, TrueDR, traffic, and referring-domain movement, and exports evidence when a dashboard or client report needs it. You only hear about the changes that need a decision.
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 Monitor Authority Metrics 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
Check eligibility
Run
monitor_sites { daily: true }to confirm owner-scoped monitoring eligibility. - 02
Track movement
Run
monitor_sitesto summarize whether authority is improving. - 03
Export
Run
export_sitewhen the evidence feeds a dashboard, script, or report. - 04
Explain
The agent turns the latest movement into a plain-English operating note.
Commands inside Monitor Authority Metrics
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. Confirm owner-scoped monitoring eligibilitymonitor_sites { site: "yourwebsite.com", daily: true } # 2. Summarize whether authority is improvingmonitor_sites { site: "yourwebsite.com" } # 3. Export evidence for dashboards or client reportingexport_site { site: "yourwebsite.com" } # 4. Explain the latest movement in plain English# the agent writes this from the data above