Skip to main content
Glama
QexleOSS

SEO Toolkit MCP

by QexleOSS

SEO Toolkit MCP

Servidor MCP para datos de herramientas gratuitas de Ahrefs: backlinks, investigación de palabras clave, dificultad de palabras clave y estimación de tráfico.

Requisitos

  • Bun 1.3 o superior

  • Una clave de API de CapSolver

Related MCP server: SEO Research MCP

Configuración

bun install
CAPSOLVER_API_KEY="your-capsolver-api-key" bun run build

Ejecuta el servidor:

CAPSOLVER_API_KEY="your-capsolver-api-key" bun run src/index.ts

Uso con clientes MCP

Instalado desde npm

{
  "mcpServers": {
    "SEO Toolkit MCP": {
      "command": "bunx",
      "args": ["@qexle/seo-mcp"],
      "env": {
        "CAPSOLVER_API_KEY": "your-capsolver-api-key"
      }
    }
  }
}

Compilación local

{
  "mcpServers": {
    "SEO Toolkit MCP": {
      "command": "bun",
      "args": ["/absolute/path/to/seo-mcp/dist/index.js"],
      "env": {
        "CAPSOLVER_API_KEY": "your-capsolver-api-key"
      }
    }
  }
}

Herramientas

  • get_backlinks_list(domain)

  • keyword_generator(keyword, country = "us", search_engine = "Google")

  • get_traffic(domain_or_url, country = "None", mode = "subdomains")

  • keyword_difficulty(keyword, country = "us")

Las herramientas almacenan en caché las firmas en signature_cache.json en el directorio de trabajo.

Desarrollo

bun test          # fails if coverage drops below 100%
bun run typecheck
bunx oxlint .
bun run build

Licencia

MIT. Consulta LICENSE.

A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Commit activity

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

  • A
    license
    C
    quality
    -
    maintenance
    Enables AI assistants to interact with DataForSEO APIs and obtain SEO data including SERP results, keyword research, on-page metrics, backlink analysis, and domain analytics through a standardized interface.
    76
    7,409
  • A
    license
    B
    quality
    C
    maintenance
    Enables AI coding assistants to perform SEO research tasks including backlink analysis, keyword research, traffic estimation, and keyword difficulty analysis using Ahrefs data directly within IDEs.
    4
    188
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    Enables AI-powered IDEs to perform SEO research including backlink analysis, keyword generation, traffic estimation, and keyword difficulty using Ahrefs data and CapSolver for CAPTCHA solving.
    4
    MIT

View all related MCP servers

Related MCP Connectors

  • SEO research, audits, backlinks, GSC, and content workflow tools for AI agents.

  • Live SEO workflow tools for Claude Code, Codex, and AI agents.

  • Open-source SEO manager for coding agents: keyword research, content PRs, rank + Search Console.

View all MCP Connectors

Latest Blog Posts

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/QexleOSS/seo-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server