MCP Marketplace
BrowseHow It WorksFor CreatorsDocs
Sign inSign up
MCP Marketplace

The curated, security-first marketplace for AI tools.

Product

Browse ToolsSubmit a ToolDocumentationHow It WorksBlogFAQ

Legal

Terms of ServicePrivacy PolicyCommunity Guidelines

Connect

support@mcp-marketplace.ioTwitter / XDiscord

MCP Marketplace © 2026. All rights reserved.

Back to Browse

Localseodata MCP Server

by Localseodata
Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

42 local SEO tools for AI assistants. SERP tracking, reviews, keywords, audits, and more.

About

42 local SEO tools for AI assistants. SERP tracking, reviews, keywords, audits, and more.

Security Report

4.2
Use Caution4.2High Risk

This MCP server implements proper authentication via API keys and maintains good code quality with input validation via Zod schemas. The server is read-only with all tools marked as non-destructive. Minor concerns include logging of partial auth tokens and broad error handling that could mask issues, but these are low-severity and do not indicate security vulnerabilities. Permissions align well with the server's purpose as a local SEO data aggregator. Supply chain analysis found 10 known vulnerabilities in dependencies (0 critical, 4 high severity). Package verification found 1 issue.

7 files analyzed · 15 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-localseodata-mcp-server": {
      "args": [
        "-y",
        "@localseodata/mcp-server"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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

Reviews

No reviews yet

Be the first to review this server!

0

installs

New

no ratings yet

Is this your server?

Claim ownership to manage your listing, respond to reviews, and track installs from your dashboard.

Claim with GitHub

Sign up with the GitHub account that owns this repo

Links

Source Codenpm Package

Details

Published May 9, 2026
Version 1.0.1
0 installs
Local Plugin

More Developer Tools MCP Servers

Fetch

Free

by Modelcontextprotocol · Developer Tools

Web content fetching and conversion for efficient LLM usage

80.0K
Stars
4
Installs
5.3
Security
No ratings yet
Local

Toleno

Free

by Toleno · Developer Tools

Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.

137
Stars
519
Installs
8.0
Security
4.8
Local

mcp-creator-python

Free

by mcp-marketplace · Developer Tools

Create, build, and publish Python MCP servers to PyPI — conversationally.

-
Stars
73
Installs
10.0
Security
4.6
Local

MarkItDown

Free

by Microsoft · Content & Media

Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption

156.1K
Stars
35
Installs
6.0
Security
5.0
Local

FinAgent

Free

by mcp-marketplace · Finance

Free stock data and market news for any MCP-compatible AI assistant.

-
Stars
20
Installs
10.0
Security
No ratings yet
Local

mcp-creator-typescript

Free

by mcp-marketplace · Developer Tools

Scaffold, build, and publish TypeScript MCP servers to npm — conversationally

-
Stars
18
Installs
10.0
Security
5.0
Local