12 new skills: Keyword Strategy, SERP Analysis, Position Tracking, Link Building, Content Strategy, E-Commerce SEO, KPI Framework, International SEO, AI Visibility, Knowledge Graph, Competitor Intel, and Crawl Budget. ~20K lines of Python across 25 domain scripts. Updated skill 11 pipeline table and repo CLAUDE.md. Enhanced skill 18 local SEO workflow from jamie.clinic audit. Note: Skill 26 hreflang_validator.py pending (content filter block). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
30 lines
684 B
Markdown
30 lines
684 B
Markdown
# Ahrefs MCP Tools
|
|
|
|
## serp-overview
|
|
|
|
Retrieve SERP feature overview for specified keywords. Used to detect Knowledge Panel, PAA, FAQ rich results, and other SERP features for entity-related queries.
|
|
|
|
### Parameters
|
|
|
|
| Parameter | Type | Required | Description |
|
|
|-----------|------|----------|-------------|
|
|
| keyword | string | Yes | Keyword to check SERP features for |
|
|
| country | string | No | Country code (default: us) |
|
|
|
|
### Usage
|
|
|
|
```
|
|
mcp__ahrefs__serp-overview(keyword="Samsung Electronics", country="us")
|
|
```
|
|
|
|
### Relevant SERP Features
|
|
|
|
- Knowledge Panel
|
|
- People Also Ask (PAA)
|
|
- FAQ Rich Results
|
|
- Featured Snippet
|
|
- Sitelinks
|
|
- Image Pack
|
|
- Video Carousel
|
|
- Local Pack
|