Unified SEO Intelligence MCP Server avatar
Unified SEO Intelligence MCP Server

Pricing

from $0.01 / 1,000 results

Go to Apify Store
Unified SEO Intelligence MCP Server

Unified SEO Intelligence MCP Server

Unified MCP Server for comprehensive SEO intelligence - Orchestrates DataForSEO, LocalFalcon, and SERPApi actors for AI assistant integration. It orchestrates multiple specialized Apify actors DataForSEO, LocalFalcon & SERPApi

Pricing

from $0.01 / 1,000 results

Rating

0.0

(0)

Developer

John Rippy

John Rippy

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

1

Monthly active users

12 days ago

Last modified

Share

SEO Intelligence MCP Server - 21 AI-Powered SEO & Content Tools

What is MCP (Model Context Protocol)?

MCP is a protocol that allows AI assistants (like Claude) to interact with external tools and data sources. This MCP server connects to various APIs and services.

How to Use MCP Servers

  1. Install the MCP server in Claude Desktop's config
  2. The server provides tools the AI can use
  3. Ask Claude to use the tools (e.g., "Search for local businesses...")

21-in-1 MCP Server for comprehensive SEO intelligence + AI content generation. Includes: SERP tracking, keyword research, backlink analysis, local ranking grids, technical SEO audits, Lighthouse, GTmetrix, robots.txt/llms.txt analysis, rich results testing, AI text/image generation (Claude, Gemini, DALL-E, Imagen), and data extraction. All accessible via natural language prompts.

Features

  • Model Context Protocol (MCP) compatible
  • Works with Claude and other AI assistants
  • Structured data output
  • Multiple data sources

Quick Start

{
"input": "your input here"
}

Demo Mode

Set demoMode: true to test with sample data (no charges). When you're ready for real results, set demoMode: false or omit it.

{
"demoMode": true,
...
}

Input Parameters

Required for Production

  • apifyToken - Your Apify API token (for running sub-actors)
  • API credentials for the specific tool:
    • DataForSEO: dataForSeoLogin, dataForSeoPassword
    • LocalFalcon: localFalconApiKey
    • SERPApi: serpApiKey

Common Parameters

ParameterTypeDescription
toolstringThe SEO intelligence tool to execute
domainstringTarget domain for analysis
keywordsarrayKeywords to track or research
locationstringGeographic location (e.g., "Saint Louis, MO")
competitorsarrayCompetitor domains to compare
webhookUrlstringURL to receive results when complete
demoModebooleanRun with sample data (no API calls)

Output Format

All tools return a standardized result format:

{
"tool": "serp_rankings",
"status": "success",
"timestamp": "2025-12-27T12:00:00.000Z",
"summary": "Tracked 5 keywords for example.com - Avg position: 4.2",
"data": {
// Tool-specific data
}
}

Pricing

This actor uses pay-per-event billing: Pay-per-event pricing based on tool usage:

EventDescription
mcp-tool-callBase charge per tool execution
serp_rankingsSERP ranking check
keyword_researchKeyword research query
onpage_auditOn-page audit scan
backlink_analysisBacklink analysis
local_grid_scanLocal grid scan
realtime_serpReal-time SERP snapshot
competitor-analysisMulti-source competitor analysis
full-auditComplete SEO audit

Use Cases

  • Data collection
  • Research
  • Automation

Common Problems & Solutions

"Invalid API key" error

Cause: Your API key is wrong, expired, or doesn't have the right permissions. Fix: Double-check your API key. Make sure you copied it exactly without extra spaces.

"Rate limit exceeded" error

Cause: You've hit the API's rate limits. Fix: Wait a few minutes, then try again. Consider reducing the number of concurrent requests.

Empty or incomplete results

Cause: The target may have anti-scraping protection or the data doesn't exist. Fix:

  • Check if the URL/search query is correct
  • Try with different parameters
  • Some sites may block automated access

Demo data showing instead of real results

Cause: demoMode is still set to true. Fix: Set demoMode: false and provide your API key(s).


Built by John Rippy | Actor Arsenal