Advanced Seo Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Advanced Seo Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<div align="center">
Powering AI Agents with Advanced SEO Intelligence
</div>
Advanced SEO MCP is a robust Model Context Protocol (MCP) server designed to equip AI agents with professional-grade SEO capabilities. It combines On-Page analysis, Technical Audits, Google PageSpeed Insights, and Ahrefs Data (via CapSolver) into a unified interface.
If you have uv installed, you can install this extension directly with Gemini CLI. uv handles all Python dependencies automatically.
gemini extensions install https://github.com/halilertekin/advanced-seo-mcpNote: You will need to configure your API keys in the `.env` file inside the extension directory after installation.
If you want to modify the code or don't use uv, follow these steps:
git clone https://github.com/halilertekin/advanced-seo-mcp.git
cd advanced-seo-mcp python3 -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install -e .Run the setup script to generate the local configuration:
python setup_extension.py ln -s $(pwd) ~/.gemini/extensions/advanced-seo-mcpThis server requires API keys for full functionality.
.env file in the project root (or rename .env.example): cp .env.example .env # Required for Ahrefs Tools (Backlinks, Keywords, Traffic)
# Get key: https://dashboard.capsolver.com/
CAPSOLVER_API_KEY="your_capsolver_key"
# Required for PageSpeed Insights
# Get key: https://developers.google.com/speed/docs/insights/v5/get-started
GOOGLE_PSI_API_KEY="your_google_psi_key"A handy skills.sh script is included for easy management of the MCP server.
Make the script executable:
chmod +x skills.shAvailable Commands:
./skills.sh install - Installs project dependencies using uv../skills.sh update - Compiles and upgrades dependencies../skills.sh audit - Runs a Python security audit (pip-audit)../skills.sh run - Runs the advanced-seo MCP server.| Tool | Description |
|---|---|
generate_audit_report | Best! Generates a full Markdown SEO report combining all metrics. |
onpage_audit | Analyzes content structure, meta tags, and density. |
analyze_page_speed | Google PageSpeed Insights analysis (Mobile/Desktop). |
check_schema_markup | Validates JSON-LD Schema implementation. |
check_broken_links_on_page | Scans page for broken (404) internal/external links. |
compare_competitors | Compares Backlinks/Traffic/DR of 2 domains. |
bulk_sitemap_audit | Scans sitemap and performs quick audit on multiple pages. |
get_backlinks | Retrieves Domain Rating & Top Backlinks (Ahrefs Data). |
keyword_ideas | Generates keyword ideas & questions (Ahrefs Data). |
MIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.