Claude SEO v2 shipped five new MCP extensions in Phase E of the release: Ahrefs (officialDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/AgricIDaniel/claude-seo/llms.txt
Use this file to discover all available pages before exploring further.
@ahrefs/mcp backlink and organic data), SE Ranking (AI Share-of-Voice across all five major AI platforms), Profound (LLM citation time-series), Bing Webmaster Tools with IndexNow unified submission, and Unlighthouse (MIT-licensed multi-page Lighthouse runner). Each installs independently with a single script; none require the others to be present. Together they close the gaps left by the core plugin and the three v1 extensions: competitive backlink intelligence, AI visibility measurement, non-Google indexing speed, and site-wide Lighthouse coverage.
Ahrefs
The official@ahrefs/mcp server (first published April 2025) connects Claude SEO directly to Ahrefs’ backlink index and organic keyword data. It supports both local mode (credentials in ~/.claude/settings.json) and remote mode (Ahrefs-hosted endpoint). The seo-ahrefs skill pairs with the existing seo-backlinks skill for multi-source confidence weighting: when Ahrefs and the Moz/Bing/Common Crawl sources disagree on a metric, the skill trusts Ahrefs and notes the discrepancy in the report.
What it adds
| Command | Data |
|---|---|
/seo ahrefs metrics <url> | Domain Rating, URL Rating, referring domain count, organic traffic estimate |
/seo ahrefs backlinks <url> | Top referring domains, anchor distribution, follow/nofollow ratio |
/seo ahrefs organic <url> | Organic keywords, ranking distribution, traffic by country |
/seo ahrefs content <topic> | Content Explorer top results, social shares, referring domains |
Install
Enter your Ahrefs API token at the prompt
The installer verifies Python 3 and Node 18+ are on
$PATH, prompts for your Ahrefs API token (input is hidden), pre-warms @ahrefs/mcp@0.0.11 via npx --yes, copies the seo-ahrefs skill into ~/.claude/skills/, and atomically writes mcpServers.ahrefs into ~/.claude/settings.json with the token in the env block.Ahrefs charges per “unit”. Most read endpoints (domain metrics, backlink data) cost 1 unit each; bulk endpoints cost more. Get an API token at ahrefs.com/api. To rotate your token, re-run the installer — it overwrites only the
AHREFS_API_TOKEN value and leaves the rest of settings.json intact.SE Ranking
SE Ranking’s API covers traditional SEO data (SERP positions, backlinks, competitors) plus AI Share-of-Voice across all five AI platforms — ChatGPT, Gemini, Perplexity, AI Overviews, and AI Mode — in a single query. This is the broadest AI citation coverage of any vendor currently available: most tools cover one or two platforms; SE Ranking covers all five simultaneously. A single AI visibility query costs approximately 5 units (1 per platform).What it adds
| Command | Purpose |
|---|---|
/seo seranking ai-visibility <brand> | Share-of-Voice for a brand across ChatGPT, Gemini, Perplexity, AI Overviews, and AI Mode |
/seo seranking serp <keyword> | Top 100 organic positions + SERP features |
/seo seranking backlinks <url> | Backlink profile (free-tier alternative to Ahrefs / DataForSEO) |
/seo seranking competitors <url> | Top 10 organic competitors and shared-keyword gaps |
ai-visibility output fields:
chatgpt_sov— % of sampled prompts where the brand appears in the ChatGPT responsegemini_sov— same, against Google Geminiperplexity_sov— same, against Perplexityai_overviews_sov— brand citation rate inside Google AI Overviewsai_mode_sov— brand citation rate inside Google AI Mode (US English)
Install
Run the installer
- macOS / Linux
- Windows PowerShell
seo-seranking skill into ~/.claude/skills/, and writes env.SERANKING_API_KEY into ~/.claude/settings.json with 0o600 permissions.Get an API key
API keys are available at seranking.com/api. Pricing is unit-based.
Profound
Profound (tryprofound.com) is purpose-built for LLM brand-mention tracking as a time-series. Where SE Ranking samples AI platforms on demand for a snapshot, Profound continuously polls and publishes week-over-week and month-over-month trend data. This makes it the right tool when you need to know whether your AI citation rate is trending up or down — not just where it stands today. Profound covers ChatGPT and Perplexity natively with deep coverage; for Gemini, AI Overviews, and AI Mode, pair it with SE Ranking.What it adds
| Command | Purpose |
|---|---|
/seo profound citations <brand> | Current citation rate per LLM + 30-day trend |
/seo profound prompts <brand> | Top prompts that surface (or fail to surface) the brand |
/seo profound competitors <brand> | Brands cited alongside yours for the same prompts |
/seo profound alerts <brand> | Spike/drop alerts vs. the 7-day baseline |
Install
Run the installer
- macOS / Linux
- Windows PowerShell
PROFOUND_API_KEY in ~/.claude/settings.json with 0o600 permissions.SE Ranking vs. Profound: when to use which
| Use Profound | Use SE Ranking |
|---|---|
| Trend analysis — week-over-week brand mention drift | Single-shot Share-of-Voice measurement |
| ChatGPT + Perplexity deep coverage | All 5 platforms in one call |
| Spike/drop alerts when citation rate changes | Competitor keyword gap analysis |
| Long-term benchmark tracking | Quick AI visibility check before a campaign |
Bing Webmaster + IndexNow
The Bing Webmaster extension adds three capabilities: Bing Webmaster Tools API access (inbound links, crawl stats, search keywords, competitor link comparison), IndexNow unified URL submission (a single POST that notifies Bing, Yandex, Seznam, and Naver simultaneously), and Microsoft Copilot citation eligibility — because Copilot pulls citations from the Bing index, pages not in Bing cannot be cited.Google rejects IndexNow (confirmed by Gary Illyes across multiple Search Off The Record episodes in 2024–2025). This extension is specifically for Bing, Yandex, Seznam, and Naver indexing and Microsoft Copilot AI citation, not Google.
What it adds
| Command | What it does |
|---|---|
/seo bing links <url> | Inbound links from Bing Webmaster Tools |
/seo bing compare <urlA> <urlB> | Competitor link comparison via Bing |
/seo bing submit <url> | Submit a single URL via IndexNow |
/seo bing submit-batch <file> | Batch-submit a file of URLs via IndexNow |
/seo bing verify-indexnow | Verify the IndexNow key file is correctly published |
Install
Run the installer
- macOS / Linux
- Windows PowerShell
- Bing Webmaster Tools API key — get one at bing.com/webmasters/api
- IndexNow host key — any random 32+ character string
- IndexNow keyLocation URL — the URL where you will serve the key file
Set up the IndexNow key file
IndexNow requires a key file served at your site root. Generate a key, save it as a
.txt file, and publish it:Verify the key file
keyLocation URL and confirms the body matches your key — the most common onboarding mistake is a mismatch here.Unlighthouse
Unlighthouse is an MIT-licensed multi-page Lighthouse runner that crawls a site and runs Lighthouse against every URL, producing a single aggregate report. It requires no API key, no credentials, and no network egress beyond crawling the target site. It is the right tool when PageSpeed Insights’ free quota (25k requests per day) isn’t enough for a large site, or when you want offline CI-integrated Lighthouse measurement after every deploy.Unlighthouse runs Lighthouse lab tests locally. For trustworthy Core Web Vitals measurement on production traffic, prefer PageSpeed Insights and CrUX (which use real Chrome user data). Use Unlighthouse for site-wide coverage and regression checking, not as a substitute for field data.
What it adds
| Command | Effect |
|---|---|
/seo unlighthouse <url> | Mobile audit across up to 200 routes, JSON + HTML report |
/seo unlighthouse <url> --device desktop | Desktop form factor |
/seo unlighthouse <url> --max-routes 50 --output-dir ./reports | Cap route count and persist the report |
ci-result.json:
score.performance— median across all audited routesscore.accessibility,score.bestPractices,score.seo- Per-route breakdown available in the output directory
Install
Run the installer
- macOS / Linux
- Windows PowerShell
unlighthouse@0.13.5 via npx --yes, and copies the seo-unlighthouse skill into ~/.claude/skills/. No settings.json changes are needed — Unlighthouse requires no API credentials.Unlighthouse vs. PageSpeed Insights
| Use Unlighthouse | Use PageSpeed Insights |
|---|---|
| Site has hundreds of pages and you want every one audited | Single-URL focused audit |
| Offline or restricted environment | Field data from real Chrome users (CrUX) |
| CI-driven regression check after a deploy | Quick one-off check |
| No API quota concern | PSI quota is fine for small sites |
| Free, no account needed | Free, Google account optional |
