What does Competitor Visibility Teardown do?
Compare your site with any rival. The agent checks DR, TrueDR, trust, backlinks, and keywords. It then picks one step that can close the gap.
This is the sequence the agent follows. It reads data on its own. You approve each send or change.
- 01
Look them up
Run
lookup_sitefor the competitor's DR, TrueDR, trust score, and evidence. - 02
Measure your side
Run
lookup_siteon your site so both sides use the same live data. - 03
Map their links
Run
get_trust_mapto see which referring domains power their visibility and which trusted sources skip you. - 04
Contest keywords
Run
keyword_suggestionson the competitor to find terms they rank 4-30 for that you can contest. - 05
Close the gap
Run
find_link_exchangesand pick one relevant exchange that can close the gap.
Commands inside Competitor Visibility Teardown
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. Their DR, TrueDR, and trust evidencelookup_site { site: "competitor.com" } # 2. Your side, same live datalookup_site { site: "yourwebsite.com" } # 3. Which referring domains power their visibilityget_trust_map { site: "competitor.com" } # 4. Keywords they rank 4-30 for (contestable)keyword_suggestions { domain: "competitor.com" } # 5. One move to close the gapfind_link_exchanges { site: "yourwebsite.com" }