Local SEO MCP Server for Claude & AI Assistants avatar
Local SEO MCP Server for Claude & AI Assistants

Pricing

Pay per event

Go to Apify Store
Local SEO MCP Server for Claude & AI Assistants

Local SEO MCP Server for Claude & AI Assistants

Connect Claude Desktop or any MCP-compatible AI to 14 local SEO tools. Run citation audits, scrape Google Business Profiles, generate review responses, audit technical SEO, find leads, and more - all via natural language. Configure once, automate forever.

Pricing

Pay per event

Rating

0.0

(0)

Developer

John Rippy

John Rippy

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

2

Monthly active users

13 days ago

Last modified

Share

Local SEO MCP Server for Claude & AI Assistants - 26 Tools

Connect Claude Desktop or any MCP-compatible AI to 26 local SEO tools. Includes: Citation God Mode (100+ directory scans), citation audits, GBP scraping, review responses, reputation scoring, sentiment analysis, Core Web Vitals, Lighthouse audits, PageSpeed Insights, technical SEO, and lead generation - all via natural language.


What is MCP? (Read This First)

MCP (Model Context Protocol) is a new way to give AI assistants like Claude access to real tools and data. Instead of Claude just chatting, MCP lets it actually DO things - run searches, scrape websites, check citations, etc.

Why use an MCP server instead of running actors directly?

  • Talk to Claude in plain English: "Check citations for Joe's Plumbing in Miami"
  • Claude picks the right tool and runs it automatically
  • Results come back in the conversation - no switching between apps

This MCP server gives Claude access to 26 local SEO tools including citation audits, Google Business Profile scraping, review analysis, and more.


Quick Start: Setting Up Claude Desktop

Step 1: Get Your Apify API Token

  1. Go to console.apify.com/account/integrations
  2. Copy your Personal API Token

Step 2: Configure Claude Desktop

  1. Open Claude Desktop
  2. Go to SettingsDeveloperEdit Config
  3. Add this to your claude_desktop_config.json:
{
"mcpServers": {
"local-seo": {
"command": "npx",
"args": ["-y", "@anthropic/mcp-remote", "https://actors-mcp.apify.com/sse"],
"env": {
"APIFY_TOKEN": "your_apify_token_here"
}
}
}
}
  1. Replace your_apify_token_here with your actual token
  2. Restart Claude Desktop

Step 3: Try It Out

In Claude Desktop, just ask:

  • "Check citations for [business name] in [city]"
  • "Run a PageSpeed test on example.com"
  • "Find plumbers in Miami FL"
  • "Analyze reviews for [Google Maps URL]"

Claude will use the appropriate tool automatically!


Demo Mode (Try Without Setup)

Run this actor directly on Apify to test with sample data (no API keys needed):

{
"demoMode": true,
"tool": "citation_check",
"toolInput": {
"businessName": "Joe's Plumbing",
"city": "Miami",
"state": "FL"
}
}

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

ParameterRequiredDescription
apifyTokenYes*Your Apify API token (*not needed in demo mode)
anthropicApiKeyNoFor AI features like review response generation
demoModeNoSet true to see sample outputs without API calls
toolYesWhich tool to run (see table above)
toolInputYesTool-specific parameters

Output Format

{
"data": [...]
}

Available Tools (26 Total)

ToolWhat It Does
citation_checkScan 100+ directories for business citations
citation_auditFull NAP consistency audit
gbp_scrapeExtract Google Business Profile data
review_scrapeCollect reviews from Google, Yelp, etc.
review_responseAI-generated review responses
reputation_scoreCalculate overall reputation score
sentiment_analysisAnalyze review sentiment
pagespeed_testRun PageSpeed Insights
lighthouse_auditFull Lighthouse performance audit
core_web_vitalsCheck CWV metrics
technical_seoTechnical SEO audit
local_leadsFind local business leads
... and 14 more!

Common Problems & Solutions

"Claude doesn't see the MCP server"

Cause: Config file error or Claude not restarted. Fix:

  1. Check your claude_desktop_config.json syntax (use a JSON validator)
  2. Make sure there are no trailing commas
  3. Fully quit and restart Claude Desktop

"Invalid Apify token" error

Cause: Token is wrong or expired. Fix: Get a fresh token from console.apify.com/account/integrations

"Tool not found" or Claude doesn't use the right tool

Cause: Claude may not know which tool to pick. Fix: Be more specific in your request, e.g., "Use the citation_check tool to find listings for..."

Pricing

This MCP server orchestrates other actors - you only pay for what you use:

Tool TypeApproximate Cost
Citation Check~$0.05/business
Technical SEO Audit~$0.10/page
PageSpeed Insights~$0.03/URL
Review Scraping~$0.02/review
Local Lead Generation~$0.01/lead

Use Cases

  • Agency Workflows: "Check citations for all my clients and flag inconsistencies"
  • Competitive Research: "Analyze reviews for the top 5 plumbers in Austin"
  • Site Audits: "Run a full technical SEO audit on example.com"
  • Lead Generation: "Find dentists in Chicago with less than 4-star ratings"

Built by John Rippy | Actor Arsenal