CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Mcp Server

localseodata/mcp-server
HTTPregistry active
Summary

Connects your AI assistant to Local SEO Data's REST API with 42 tools for local search intelligence. You get SERP snapshots (local pack, organic, Maps, Local Services Ads), Google Business Profile data including reviews and Q&A, keyword research with volume and suggestions, competitive gap analysis, citation and reputation audits, geogrid ranking scans, and AI visibility scoring across LLM outputs. Authentication happens via API key in the URL parameter, and each call consumes credits from your Local SEO Data account at roughly half a cent per request. Runs as a streamable HTTP server, so no local process needed. Useful when you're analyzing local rankings, auditing NAP consistency, or researching keywords for location based businesses without leaving your editor.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Local SEO Data MCP Server

Model Context Protocol server for Local SEO Data. Gives AI assistants access to 42 local SEO tools -- SERP tracking, review monitoring, keyword research, AI visibility scoring, geogrid scans, and more.

One-time setup, then ask questions in plain English and your assistant calls the right endpoints automatically.

Prerequisites

  1. Sign up at localseodata.com/signup
  2. Create an API key in your API Keys dashboard
  3. Replace YOUR_API_KEY below with your key (starts with sk_live_)

Setup

Claude Code

claude mcp add localseodata --transport http "https://mcp.localseodata.com/mcp?key=YOUR_API_KEY" --scope user

The --scope user flag makes it available across all your projects. Restart Claude Code after adding.

Claude Desktop

Add to your config file:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "localseodata": {
      "url": "https://mcp.localseodata.com/mcp?key=YOUR_API_KEY"
    }
  }
}

Restart Claude Desktop after saving.

Cursor

Add to .cursor/mcp.json in your project root, or ~/.cursor/mcp.json for global access:

{
  "mcpServers": {
    "localseodata": {
      "url": "https://mcp.localseodata.com/mcp?key=YOUR_API_KEY"
    }
  }
}

VS Code (GitHub Copilot)

Add to .vscode/mcp.json in your project:

{
  "servers": {
    "localseodata": {
      "type": "streamable-http",
      "url": "https://mcp.localseodata.com/mcp?key=YOUR_API_KEY"
    }
  }
}

Cline

Open Cline settings > MCP Servers > Add Remote Server:

  • Name: localseodata
  • URL: https://mcp.localseodata.com/mcp?key=YOUR_API_KEY

Windsurf

Add to ~/.codeium/windsurf/mcp_config.json:

{
  "mcpServers": {
    "localseodata": {
      "serverUrl": "https://mcp.localseodata.com/mcp?key=YOUR_API_KEY"
    }
  }
}

Available Tools

CategoryTools
SERP Datalocal_pack, organic_serp, local_finder, maps, local_services_ads
AI/LLM Optimizationai_overview, ai_mode, ai_mentions, ai_visibility, ai_compare, ai_keyword_data, ai_top_sources, ai_top_pages
Business Databusiness_profile, google_reviews, qa, business_listings, multi_platform_reviews
Keyword Researchsearch_volume, keyword_suggestions, keywords_for_site, related_keywords, keyword_trends
Auditslocal_audit, citation_audit, reputation_audit, page_audit, profile_health
Competitive Intelcompetitor_gap, competitor_ads, brand_mentions, backlink_gap, backlink_summary
Reportsreview_velocity, local_authority, keyword_opportunities
Geogridgeogrid_scan
Locationslocation_search
Utilityping, get_balance

Example Prompts

Once connected, just ask naturally:

  • "Who ranks in the local pack for 'plumber' in Denver?"
  • "Run a full local SEO audit for Mike's Plumbing in Austin, TX"
  • "Compare my Google reviews to my top 3 competitors"
  • "What keywords should a dentist in Portland be targeting?"
  • "Check if my business NAP is consistent across directories"
  • "Map my rankings on a 5x5 geogrid for 'bakery' in Brooklyn"
  • "What's my AI visibility score for 'best pizza in Chicago'?"

Authentication

Your API key is passed as a URL query parameter (?key=YOUR_API_KEY). This works with every MCP client without needing custom header configuration. Keys can be created or revoked anytime in the API Keys dashboard.

Pricing

MCP calls consume credits from your Local SEO Data account, same as REST API calls. Most endpoints cost 1 credit ($0.005). Monitor usage in your dashboard.

See localseodata.com/pricing for plans.

Self-Hosting

If you want to run the MCP server yourself:

git clone https://github.com/localseodata/mcp-server.git
cd mcp-server
npm install
npm run build

Set the required environment variable and start:

export API_BASE_URL=https://api.localseodata.com
npm start

The server runs on port 3003 by default (set PORT to change). A Dockerfile is included for container deployments.

Development

npm run dev       # Watch mode with hot reload
npm run build     # Compile TypeScript
npm run typecheck # Type check without emitting
npm start         # Run compiled output

License

MIT

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Search & Web Crawling
Registryactive
Package@localseodata/mcp-server
TransportHTTP
UpdatedMay 9, 2026
View on GitHub

Related Search & Web Crawling MCP Servers

View all →
Google Search

com.mcparmory/google-search

Scrape Google search results with SERP data, ads, and knowledge panels
25
Brave Search

io.github.pipeworx-io/brave-search

Brave Search MCP — independent web index (no Google/Bing dependency)
Serper Search and Scrape

marcopesani/mcp-server-serper

Serper MCP Server supporting search and webpage scraping
154
Brave Search Mcp Server

brave/brave-search-mcp-server

Brave Search MCP Server: web results, images, videos, rich results, AI summaries, and more.
1.2k
Google Search Console

com.mcparmory/google-search-console

Query search analytics, manage sitemaps, and inspect site URLs and status
25
Google Search Console

acamolese/google-search-console-mcp

Google Search Console MCP server: SEO audits, performance queries, URL inspection, indexing checks.
3