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

Pricing

Pay per usage

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 usage

Rating

0.0

(0)

Developer

John Rippy

John Rippy

Maintained by Community

Actor stats

0

Bookmarked

1

Total users

0

Monthly active users

2 days ago

Last modified

Share

Local SEO MCP Server - AI Assistant Integration for Claude

Built by John Rippy | johnrippy.link

Give Claude 14 local SEO superpowers through natural language

Why Use This MCP Server?

Stop copying data between tools. This MCP (Model Context Protocol) server connects Claude Desktop directly to 14 specialized local SEO tools. Just ask Claude naturally:

  • "Check if Joe's Plumbing has consistent NAP across all directories"
  • "Audit the technical SEO for mywebsite.com and prioritize the fixes"
  • "Find 20 HVAC companies in Denver with their contact info"
  • "Generate a response to this angry 2-star review"

One configuration. Infinite automations.

Available Tools

ToolWhat It DoesBest For
check_citationsNAP consistency across 50+ directoriesCitation audits
scrape_gbpExtract Google Business Profile dataCompetitor research
find_leadsLocal business lead generationProspecting
generate_review_responseAI-powered review repliesReputation management
audit_technical_seo50+ ranking factor analysisOn-page optimization
check_robots_txtRobots.txt + AI crawler analysisTechnical SEO
analyze_gsc_dataSearch Console insightsKeyword opportunities
monitor_competitorsCompetitor trackingCompetitive intel
generate_schemaJSON-LD structured dataRich results
map_service_areaService area with demographicsTerritory planning
scrape_reviewsMulti-platform review aggregationReputation monitoring
analyze_tech_stackWebsite technology detectionCompetitive analysis
check_page_speedCore Web Vitals analysisPerformance fixes
find_lookalikesSimilar business discoveryLead generation

Quick Start

Option 1: Run Standalone on Apify

Test any tool directly without Claude Desktop:

{
"demoMode": true,
"tool": "check_citations",
"toolInput": {
"businessName": "Starbucks",
"city": "Seattle",
"state": "WA"
}
}

Option 2: Connect to Claude Desktop

Add to your claude_desktop_config.json:

{
"mcpServers": {
"local-seo": {
"command": "npx",
"args": [
"-y",
"@anthropic/mcp-server-apify",
"--actor",
"localhowl/local-seo-mcp-server"
],
"env": {
"APIFY_TOKEN": "your_apify_token_here"
}
}
}
}

Then just chat with Claude:

"Run a citation audit for Joe's Pizza at 123 Main St, Chicago, IL"

"What's the technical SEO score for competitor-website.com?"

"Find 15 plumbers in Miami and export their phone numbers"

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

Pricing

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

Underlying ActorApproximate Cost
Citation Checker~$0.05/check
Technical SEO Auditor$0.10/page
PageSpeed Insights$0.03/URL
Review Scraper~$0.02/review
Local Leads Scraper~$0.01/lead

Automation Examples

Zapier / Make.com Workflow

Trigger via webhook to automate:

  1. New client signs up → Run citation audit
  2. Weekly schedule → Monitor competitor rankings
  3. New review detected → Generate response

n8n Integration

const result = await $http.request({
method: 'POST',
url: 'https://api.apify.com/v2/acts/localhowl~local-seo-mcp-server/runs',
headers: { 'Content-Type': 'application/json' },
body: {
tool: 'generate_review_response',
toolInput: {
reviewText: items[0].json.review,
rating: items[0].json.rating,
businessName: 'My Business'
}
}
});

This MCP server calls these specialized actors:

Support


Part of the Local SEO Automation Suite - 50+ Apify actors for automating local search optimization.