Built by Artur Ferreira @ The GEO Lab · 𝕏 @TheGEO_Lab · LinkedIn · Reddit
MCP server for SERP intelligence — weak spots scoring, PAA tree clusters, cross-platform intent comparison, and deep autocomplete expansion.
Replaces LowFruits + AlsoAsked + Keyword Surfer as Claude Code tools.
| Tool | Description | API Key |
|---|---|---|
weak_spots |
Score SERP weakness — forums, thin content, outdated results, missing features | SERPER_API_KEY |
paa_tree |
People Also Ask as H2/H3 content outline with intent tags | SERPER_API_KEY |
compare_intent |
Google vs YouTube vs Bing intent divergence detection | None (free) |
deep_suggest |
a-z + questions + prepositions autocomplete expansion | None (free) |
✅ GEO-native — built alongside the GEO Brand Citation Index, tracking brand visibility across ChatGPT, Perplexity, and Gemini
# Claude Code
claude mcp add serp-intel -e SERPER_API_KEY=your_key -- npx mcp-serp-intel
# Or in .mcp.json
{
"mcpServers": {
"serp-intel": {
"command": "npx",
"args": ["mcp-serp-intel"],
"env": {
"SERPER_API_KEY": "your_key_here"
}
}
}
}Get a free Serper API key at serper.dev (2,500 searches/month free).
> find weak spots in the SERP for "generative engine optimization"
> generate a PAA content outline for "what is GEO"
> compare search intent for "seo tools" across Google, YouTube, and Bing
> expand autocomplete suggestions for "link building"
Built and maintained by Artur Ferreira @ The GEO Lab.
Email: artur@thegeolab.net
This MCP server was built following the open source Best Practice Approach — reading community work for inspiration, then writing original content, and crediting every source.
Based on:
- Model Context Protocol specification by Anthropic
- MCP SDK (MIT)
SERP analysis concepts inspired by:
- LowFruits — weak SERP spot identification methodology
- AlsoAsked — People Also Ask tree mapping
- Keyword Surfer — in-SERP keyword data
- Serper.dev — structured SERP data API
Data sources:
- Serper.dev API — SERP results with AI Overview detection (2,500 free/month)
- Google Autocomplete API — suggestqueries.google.com (free, unofficial)
- YouTube Autocomplete API — suggestqueries.google.com?client=youtube (free, unofficial)
- Bing Autosuggest API — api.bing.com/osjson.aspx (free, no auth)
All server code is original writing. No files were copied or adapted from any source. MIT licence.
Found this useful? ⭐ Star the repo and connect: 🌐 thegeolab.net · 𝕏 @TheGEO_Lab · LinkedIn · Reddit
- claude-code-mcps — All 5 MCP servers in one collection
- mcp-seo-auditor — On-page SEO audit + JSON-LD validation
- mcp-serp-intel — SERP weak spots, PAA trees, intent comparison
- mcp-common-crawl — Free backlink discovery via Common Crawl
- mcp-gsc-advanced — GSC cannibalization, rank changes
- mcp-wordpress-setup — WordPress MCP server setup guide
MIT — see LICENSE
Built and maintained by Artur Ferreira @ The GEO Lab · MIT License