Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
mcparmory avatar

Ahrefs MCP

  • 30 repo stars
  • Updated May 12, 2026
  • mcparmory/registry

com.mcparmory/ahrefs is an MCP server that analyzes domain authority, backlinks, traffic, and keyword rankings for SEO intelligence inside your agent.

About

com.mcparmory/ahrefs is an MCP server that exposes SEO intelligence—domain authority, backlinks, traffic estimates, and keyword rankings—to coding agents over stdio. developers shipping content sites, SaaS marketing pages, or programmatic SEO use it during the Launch phase to validate whether a niche is winnable and which competitors own the SERP. Instead of tab-switching into a separate SEO suite, you ask the agent to pull metrics while drafting positioning, comparing domains, or prioritizing blog topics. It is a task integration, not a methodology skill: you still need an Ahrefs (or compatible) API entitlement and sound SEO judgment. Install via uvx or Docker from the mcparmory registry, register the server in Claude Code, Cursor, or similar hosts, then invoke tools from natural-language research prompts. Outcomes are faster competitive briefs and keyword-backed copy decisions grounded in live metrics rather than guesses.

  • Domain authority and backlink profile analysis from agent conversations
  • Traffic and ranking signals for competitive SEO research
  • Keyword ranking intelligence for content and landing-page planning
  • stdio MCP via uvx (PyPI mcparmory-ahrefs) or Docker ghcr.io/mcparmory/ahrefs:1.0.3
  • Version 1.0.3 aligned with MCP server schema 2025-12-11

Ahrefs MCP by the numbers

  • Data as of Aug 11, 2026 (Skillselion catalog sync)
terminal
claude mcp add mcparmory-ahrefs -- uvx mcparmory-ahrefs

Add your badge

Show developers this MCP server is listed on Skillselion. Paste this into your README.

Listed on Skillselion
repo stars30
Packagemcparmory-ahrefs
TransportSTDIO
AuthNone
Last updatedMay 12, 2026
Repositorymcparmory/registry

What it does

Wire Ahrefs-style SEO metrics into your agent so you can vet domains, keywords, and backlink gaps without leaving the editor.

Who is it for?

Best when you're validating a niche, comparing competitor domains, or briefing AI-written landing copy with real ranking and backlink context.

Skip if: Skip if you're without Ahrefs API access, developers and only need on-page Lighthouse checks, or non-search distribution plays with no SEO component.

What you get

After you register the server, your agent can fetch SEO metrics on demand so launch and content decisions stay tied to measurable search data.

  • Agent-queryable domain authority and backlink snapshots
  • Keyword ranking and traffic-oriented SEO briefs in chat
  • Comparable SEO intelligence across competitor domains

By the numbers

  • Server version 1.0.3
  • 2 install paths: PyPI uvx identifier mcparmory-ahrefs and OCI ghcr.io/mcparmory/ahrefs:1.0.3
  • stdio transport only in published server manifest
README.md

MCP Armory

MCP Armory Registry

Production-ready MCP servers for popular APIs, generated by MCP Blacksmith.

GitHub Stars License Servers Python 3.11+

Servers · Install & Usage · Features · How it works · License


MCP servers that connect AI agents to real-world APIs. Each server is a standalone Python package — generated from the upstream OpenAPI spec using MCP Blacksmith and tested against the live API before release. Hosted on MCP Armory or run independently.

Servers

🧠 AI & Machine LearningElevenLabs · Linkup · Parallel · Perplexity AI · Ragie · Replicate

📊 AnalyticsAhrefs · Datadog · Google Analytics · Google Search Console · Linkly · Mixpanel · PostHog

⛓️ Blockchain & CryptoAlchemy NFT

💼 CRM & SalesApollo

💬 CommunicationAtlassian Confluence · Google Gmail · MailerSend · Mailtrap · Postmark · Resend · Slack

🗄️ Data & DatabasesEnigma · Pinecone

🛠️ Developer ToolsAgentQL · Apify · Bitbucket · Bright Data · Browserbase · BuiltWith · Canvas · CircleCI · Codacy · Contentful Management · ConvertAPI · E2B · Firecrawl · GitHub · GitLab · LaunchDarkly · Postman · Scrapingant · Semrush AppCenter · Sentry

📄 Documents & PrintingPDF.co

🛒 E-commerceShopify Admin

💰 FinanceAlpha Vantage · Polygon · Ramp

👥 HR & RecruitingBambooHR

☁️ InfrastructureGlobalping · Grafana · PagerDuty · Rootly · Runpod

⚖️ Legal & ComplianceNetLicensing

🗺️ Maps & LocationGoogle Maps Platform · IP2Location.io IP Geolocation · OpenCage Geocoding

📣 MarketingCustomer.io Journeys Track · Klaviyo

🎬 Media & EntertainmentCanva · Perigon

ProductivityAirtable · Asana · Atlassian Jira · ClickUp · Figma · Google Sheets · Miro · Notion · Outline · Shortcut

🔍 SearchAlgolia Search · Google Search

📦 StorageBox · Files.com · Google Drive

📌 OtherClose

More servers are being added continuously.

Install & Usage

Every server is a standalone PyPI package (mcparmory-<server-name>). Each server's own README.md has full credential setup and configuration instructions.

# With uvx (no install needed)
uvx mcparmory-github

# With pip
pip install mcparmory-github
mcparmory-github

MCP client configuration (Claude Desktop, Cursor, Codex, Claude Code):

{
  "mcpServers": {
    "github": {
      "command": "uvx",
      "args": ["mcparmory-github"],
      "env": {
        "BEARER_TOKEN": "ghp_your_token_here"
      }
    }
  }
}

Features

Every server in this registry provides:

  • Full API coverage — all endpoints from the OpenAPI spec are exposed as MCP tools
  • Authentication — API key, Bearer token, Basic auth, OAuth2, JWT, OpenID Connect, and mutual TLS
  • Multi-auth — servers that support multiple auth methods let you configure whichever you prefer
  • Pydantic validation — request parameters are validated before sending to the API
  • Resilience — configurable retries with exponential backoff, connection pooling, and timeouts
  • Response sanitization — optional redaction of sensitive fields from API responses

How servers are generated

Servers are generated by MCP Blacksmith, an automated pipeline that:

  1. Parses an OpenAPI specification
  2. Transforms operations through LLM-driven passes (naming, parameter filtering, enhancement, classification)
  3. Generates a complete MCP server with auth, models, validation, and configuration
  4. Tests every tool against the live API using an autonomous agent
  5. Deploys passing servers to this registry

The generator targets Python 3.11+ and uses FastMCP as the MCP framework.

Contributing

Servers are auto-generated — don't edit server code directly. If you find an issue, open a GitHub Issue describing:

  • Broken or deprecated endpoints
  • Missing or incorrect parameters
  • Authentication problems
  • Incorrect request/response models

We'll re-generate the affected server with the fix. To request a new server, open an issue with a link to the API's OpenAPI spec or documentation.

License

Each generated server is released under the MIT License. The underlying APIs have their own terms of service — see individual server READMEs for details.


MCP Armory · MCP Blacksmith · Docs

Recommended MCP Servers

How it compares

Ahrefs-backed MCP integration for live SEO metrics, not a standalone content-writing or GEO agent skill.

FAQ

Who is com.mcparmory/ahrefs for?

Developers using Claude Code, Cursor, or Codex who want Ahrefs MCP-style SEO intelligence callable from the agent during launch and content planning.

When should I use com.mcparmory/ahrefs?

Use it when choosing a domain strategy, sizing keyword difficulty, auditing backlinks, or comparing traffic before you ship marketing pages or commit to a content calendar.

How do I add com.mcparmory/ahrefs to my agent?

Add an MCP stdio entry with runtimeHint uvx for package mcparmory-ahrefs or run the ghcr.io/mcparmory/ahrefs:1.0.3 image, then configure your Ahrefs MCP API credentials per the mcparmory registry docs.

Data Analyticsseocontent

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.