1. Conduid
  2. Developer Tools
  3. Advanced Seo MCP
MCP server · Developer Tools

Advanced Seo MCP

Professional SEO Analysis MCP Server for AI Agents (Ahrefs, PSI, Technical)

Unclaimed last commit 7 months ago devtools
41Fair

Scored 4 months ago · breakdown

About Advanced Seo MCP

Advanced Seo MCP is an MCP server published by halilertekin in the Developer Tools category: professional SEO Analysis MCP Server for AI Agents (Ahrefs, PSI, Technical). It has been installed 0 times through Conduid.

The repository has 2 stars and 1 forks, with the last commit 7 months ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx advanced-seo-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Advanced Seo MCP

Powered by Claude · Grounded in docs

I know everything about Advanced Seo MCP. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

🚀 Advanced SEO MCP Server

Python Version License Status MCP

Powering AI Agents with Advanced SEO Intelligence

📖 Overview

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.


🚀 Installation

Option 1: One-Command Install (Recommended)

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-mcp

Note: You will need to configure your API keys in the .env file inside the extension directory after installation.

Option 2: Manual Developer Setup

If you want to modify the code or don't use uv, follow these steps:

  1. Clone the repository:

    git clone https://github.com/halilertekin/advanced-seo-mcp.git
    cd advanced-seo-mcp
    
  2. Create virtual environment & Install:

    python3 -m venv .venv
    source .venv/bin/activate  # Windows: .venv\Scripts\activate
    pip install -e .
    
  3. Setup Configuration: Run the setup script to generate the local configuration:

    python setup_extension.py
    
  4. Link to Gemini:

    ln -s $(pwd) ~/.gemini/extensions/advanced-seo-mcp
    

🔑 Configuration

This server requires API keys for full functionality.

  1. Create a .env file in the project root (or rename .env.example):

    cp .env.example .env
    
  2. Add your API keys:

    # 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"
    

📚 Tools Reference

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).

📝 License

MIT

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About Advanced Seo MCP

How do I install Advanced Seo MCP?

Run npx advanced-seo-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Advanced Seo MCP safe to use with an AI agent?

Its trust score is 41 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Advanced Seo MCP still maintained?

The last commit was 7 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.