Backlink SEO
Uses DuckDuckGo search to find pages mentioning a domain, discover guest post opportunities, and find competitor link sources.
backlink-mcp
Full docs & install guide → sellonllm.com/backlink-mcp.html
Automate backlink research, unlinked mention hunting, and outreach prep inside your AI assistant. Free, no API keys required.
Connect to Claude, Cursor, or any MCP-compatible AI assistant and let it find backlink opportunities, discover unlinked mentions, research prospects, and extract contact info for outreach — all for free.
Part of the SellOnLLM SEO MCP suite — a hub of free MCP servers for SEO and AI visibility.
Why this exists
Tools like Ahrefs and Moz cost hundreds of dollars a month. This MCP gives you backlink research capabilities directly inside your AI assistant at zero cost, using:
DuckDuckGo — mention discovery and prospect finding
Wayback Machine CDX API — historical link data
httpx + BeautifulSoup — page scraping and link verification
Related MCP server: Web Researcher MCP
Tools
Tool | Description |
| Find all pages mentioning your domain (linked or unlinked) |
| Discover guest post, resource page, and roundup opportunities by niche |
| Find pages linking to a competitor — prime outreach targets |
| Scrape a URL to check if it links to you and extract contact info |
| Pull emails, social handles, and contact pages from any site |
| Check Wayback Machine history — verify a page still exists |
Quickstart
1. Clone and install
git clone https://github.com/vipul510-web/mcp-backlink-for-seo.git
cd mcp-backlink-for-seo
python3 -m venv .venv
.venv/bin/pip install "mcp[cli]>=1.0.0" "ddgs>=9.0.0" httpx beautifulsoup4 lxml2. Connect to Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json (Mac) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"backlink-mcp": {
"command": "/absolute/path/to/backlink-mcp/.venv/bin/python",
"args": ["/absolute/path/to/backlink-mcp/server.py"]
}
}
}Restart Claude Desktop. The backlink tools will appear automatically.
3. Connect to Cursor
Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project):
{
"mcpServers": {
"backlink-mcp": {
"command": "/absolute/path/to/backlink-mcp/.venv/bin/python",
"args": ["/absolute/path/to/backlink-mcp/server.py"]
}
}
}4. Connect to any MCP-compatible client
.venv/bin/python server.pyThe server communicates over stdio, compatible with any MCP client.
Usage examples
Once connected, just talk to your AI assistant:
Find unlinked mentions (outreach opportunities):
Find unlinked mentions of mybrand.comDiscover guest post opportunities:
Find guest post opportunities in the personal finance nicheResearch a competitor's backlinks:
Who links to competitor.com? Find me 20 results.Verify and enrich a prospect:
Check if techblog.com/article links to mybrand.com and find their contact emailFull link building workflow:
1. Find prospects in the SaaS marketing niche
2. Verify which ones don't already link to mysaas.com
3. Extract contact info for the top 5
4. Draft an outreach email for eachTypical workflow
find_prospects / find_mentions / find_competitor_link_sources
↓
verify_page_links
(linked or unlinked? contact info?)
↓
extract_contact_info
(email, socials)
↓
outreach via Gmail MCPRequirements
Python 3.10+
No API keys needed
No paid subscriptions
Limitations
DuckDuckGo returns a sample of results, not a complete link graph
Rate limiting: built-in 1.5s delay between searches to avoid blocks
The Wayback CDX endpoint can occasionally return 503 or time out;
check_page_historyretries automaticallyCommon Crawl graph data (full inbound link index) is not yet integrated — contributions welcome
Changelog (recent)
0.1.1 — Switched search from deprecated
duckduckgo-searchto the maintainedddgspackage (same DuckDuckGo backend; fixes empty search results). Hardened Wayback CDX with HTTPS, longer timeouts, and retries.
Contributing
PRs welcome. High-impact areas:
Common Crawl graph API integration for true inbound link discovery
Broken link detection (find dead pages on prospect sites)
Bulk processing (run across a list of URLs)
Output to CSV / Google Sheets
Part of SellOnLLM
This MCP is part of the SellOnLLM SEO MCP suite — free, open-source MCP servers for SEO and AI visibility built for Claude and Cursor.
Backlink MCP — this tool
GA4 + Search Console MCP — query your traffic and rankings from your AI assistant
AI Visibility MCP — check if your site is cited by AI tools like Perplexity
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceAgent-first SEO toolkit with 24 MCP tools for keyword research, rank tracking, site audits up to 50k pages, competitor analysis, content gap detection, domain reputation, backlink intelligence, Google Search Console integration, and AI-powered strategy generation with Claude, GPT, and Ollama. SQLite-backed and bring-your-own-key.Last updatedMIT
- AlicenseAqualityAmaintenanceMCP server for AI-powered web research — search (Google, Brave, Serper, SearXNG), scrape any page, extract PDFs/DOCX/YouTube transcripts, academic & patent search. Single Go binary. Works with Claude, Cursor, Copilot, and any MCP client.Last updated2547MIT
- AlicenseAqualityAmaintenanceA MCP server that turns your scattered SEO and analytics data into one clear verdict per URL. Plug it into Claude, Cursor, or any MCP-aware client and ask: "Which three posts should I update this week?" - and get an answer backed by hard numbers.Last updated8932MIT
- AlicenseAqualityAmaintenanceMCP server for the CrawlGraph backlink-intelligence API. Gives any MCP client - Claude Desktop, Claude Code, Cursor, Cline, Zed, Windsurf - backlink lookups and competitor gap analysis built on the public Common Crawl webgraph (4.4B edges, 120M domains).Last updated4161MIT
Related MCP Connectors
SEO MCP server: crawl your site, find AI-visibility gaps, and ship the fix from your coding agent.
Live SEO workflow tools for Claude Code, Codex, and AI agents.
SEO research, audits, backlinks, GSC, and content workflow tools for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vipulawl/mcp-backlink-for-seo'
If you have feedback or need assistance with the MCP directory API, please join our Discord server