emiohr

SEO Data MCP — Data skill for Claude Code

Data community

SEO Data MCP server for AI agents (Claude, Cursor, VS Code, Cline): Google keyword volume & difficulty with AI Overview detection, backlinks & competitor link gap, domain authority, Google Trends, web.

How to install SEO Data MCP

This entry records only its repository, not the path inside it, so there is no exact command to give. Open emiohr/seo-data-mcp and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What SEO Data MCP does

SEO Data MCP server for AI agents (Claude, Cursor, VS Code, Cline): Google keyword volume & difficulty with AI Overview detection, backlinks & competitor link gap, domain authority, Google Trends, website tech stack. Remote, pay-per-use, no install.

Alternatives in Data

  • Marketingskills — Marketing skills for Claude Code and AI agents 16.9k ★
  • Arcgis To Portaljs — Migrate a whole ArcGIS Hub site (opendata.arcgis.com or a Hub Premium custom domain) into a PortalJS Arc porta 2.3k ★
  • Global Stock Data — US stock market data for AI coding assistants — zero-auth, official sources 1.5k ★

README

SEO Data MCP Server — keyword volume, backlinks, domain authority, Google Trends & tech stack for AI agents

Give Claude, Cursor, VS Code, Cline or any MCP client **live SEO data**: Google search volume and keyword difficulty (with AI Overview detection), backlinks and competitor link gap, domain authority, Google Trends, and the tech stack of any website. It's a remote MCP server with nothing to install: paste one URL, then ask your agent things like *"find easy-win keywords for cold brew coffee"* or *"which sites link to my competitors but not to me?"*.

The server is hosted by Apify ([`mcp.apify.com`](https://docs.apify.com/integrations/mcp)) and exposes five pay-per-use tools. You pay only for the data an agent actually fetches, with no subscription.

Setup (1 minute)

Server URL:

https://mcp.apify.com?tools=jesting_grass/keyword-research-tool,jesting_grass/backlink-checker,jesting_grass/bulk-domain-authority-checker,jesting_grass/google-trends-api,jesting_grass/tech-stack-detector

**Claude Desktop / claude.ai**: Settings → Connectors → Add custom connector → paste the URL above, then sign in to Apify (a free account works).

**Claude Code**

claude mcp add --transport http seo-data "https://mcp.apify.com?tools=jesting_grass/keyword-research-tool,jesting_grass/backlink-checker,jesting_grass/bulk-domain-authority-checker,jesting_grass/google-trends-api,jesting_grass/tech-stack-detector"

**Cursor / VS Code / Cline / Windsurf** (`mcp.json`):

{
  "mcpServers": {
    "seo-data": {
      "url": "https://mcp.apify.com?tools=jesting_grass/keyword-research-tool,jesting_grass/backlink-checker,jesting_grass/bulk-domain-authority-checker,jesting_grass/google-trends-api,jesting_grass/tech-stack-detector",
      "headers": { "Authorization": "Bearer YOUR_APIFY_TOKEN" }
    }
  }
}

Get a token at [console.apify.com](https://console.apify.com) → Settings → API & Integrations. Clients that support OAuth can drop the `headers` block and s