← Registry

Data Collection

localseodata.com

Provides tools to fetch Google search results including organic, local, and paid listings.

2 endpoints84 known toolsFirst detected May 12, 2026Last detected September 6, 2026

ENDPOINT 1

https://mcp.localseodata.com/mcp?key=YOUR_API_KEY`

No auth detected

Known tools 42

get_balance

Always call this FIRST before starting work to check available credits.

Inferred read-only
local_pack

Use when checking if a business appears in Google's top 3 local results for a keyword.

Inferred read-only
organic_serp

Use when you need the complete Google search results page in one call: organic listings, local pack, ads, People Also Ask, AI overview, LSA ads, and knowledge panel.

Inferred read-only
local_services_ads

Use when checking Google Guaranteed/Screened ads for service categories (home services, legal, etc.).

Inferred read-only
maps

Use when you need more than 3 local results with GPS coordinates.

Inferred read-only
local_finder

Use when you need local listings with Google CID identifiers (instead of GPS coordinates from maps).

Inferred read-only
ai_overview

Use when checking if Google shows an AI Overview for a keyword and what sources it cites.

Inferred read-only
ai_mode

Use when getting the Google AI Mode (SGE) generated answer for a keyword.

Inferred read-only
business_profile

Use when pulling one business's complete GBP data.

Inferred read-only
profile_health

Use when auditing what's missing or weak on a GBP.

Inferred read-only
qa

Use when checking what questions people ask on a GBP and whether they have answers.

Inferred read-only
business_listings

Use when discovering all businesses in a category and location (bulk discovery, not single business lookup).

Inferred read-only
google_reviews

Use when reading actual review text and owner replies for sentiment analysis or reply auditing.

Inferred read-only
review_velocity

Use when analyzing review growth rate, rating changes, reply rate, and sentiment themes over time.

Inferred read-only
multi_platform_reviews

Use when comparing ratings across Google + Trustpilot in one call.

Inferred read-only
local_audit

Use when running a comprehensive local SEO check: SERP + profile + reviews + competitors in one call.

Inferred read-only
reputation_audit

Use when analyzing cross-platform review reputation with sentiment.

Inferred read-only
citation_audit

Use when checking NAP (Name, Address, Phone) consistency across 20+ directories (Yelp, BBB, Facebook, YellowPages, etc.).

Inferred read-only
geogrid_scan

Use when mapping where a business ranks across a geographic area.

Inferred read-only
competitor_gap

Use when comparing your business vs local competitors on rankings, reviews, and ratings.

Inferred read-only
local_authority

Use when calculating a composite 0-100 local authority score.

Inferred read-only
keyword_opportunities

Use when finding the best local keywords to target based on difficulty vs current rank.

Inferred read-only
search_volume

Use when you have specific keywords and need monthly volume, CPC, and competition data.

Inferred read-only
keyword_suggestions

Use when generating new keyword ideas from a seed keyword.

Inferred read-only
related_keywords

Use when expanding a keyword list with semantically related terms.

Inferred read-only
keywords_for_site

Use when reverse-engineering what keywords a competitor domain ranks for.

Inferred read-only
keyword_trends

Use when checking if a keyword is rising, stable, or declining over time.

Inferred read-only
backlink_summary

Use when getting a domain's backlink profile overview.

Inferred read-only
backlink_gap

Use when finding link building opportunities -- sites that link to competitors but not to you.

Inferred read-only
page_audit

Use when auditing a single page's on-page SEO.

Inferred read-only
ai_mentions

Use when finding where a keyword appears in ChatGPT and Google AI outputs.

Inferred read-only
ai_top_sources

Use when discovering which domains AI models cite most for a topic.

Inferred read-only
ai_top_pages

Use when finding specific pages (not just domains) that AI models reference most.

Inferred read-only
ai_visibility

Use when measuring a domain's overall AI citation score across platforms.

Inferred read-only
ai_compare

Use when comparing multiple domains' AI visibility side by side.

Inferred read-only
ai_keyword_data

Use when measuring how often keywords are searched in ChatGPT and other LLMs.

Inferred read-only
ai_llm_response

Use when getting what a specific LLM says about a query.

Inferred read-only
ai_scraper

Use when scraping ChatGPT or Gemini search results for a keyword.

Inferred read-only
competitor_ads

Use when seeing what Google Ads a competitor domain is running.

Inferred read-only
brand_mentions

Use when monitoring where a brand is mentioned online with sentiment analysis.

Inferred read-only
location_search

Use when resolving city names to the exact format needed by other tools.

Inferred read-only
ping

Use when diagnosing connection or authentication issues.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.localseodata-com]
url = "https://mcp.localseodata.com/mcp?key=YOUR_API_KEY`"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "localseodata-com": {
      "type": "http",
      "url": "https://mcp.localseodata.com/mcp?key=YOUR_API_KEY`"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: localseodata-com
Remote MCP URL: https://mcp.localseodata.com/mcp?key=YOUR_API_KEY`

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "localseodata-com": {
      "url": "https://mcp.localseodata.com/mcp?key=YOUR_API_KEY`"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "localseodata-com": {
      "type": "http",
      "url": "https://mcp.localseodata.com/mcp?key=YOUR_API_KEY`"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "localseodata-com",
  "transport": "streamable-http",
  "url": "https://mcp.localseodata.com/mcp?key=YOUR_API_KEY`"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

ENDPOINT 2

https://mcp.localseodata.com/mcp?key=YOUR_API_KEY

No auth detected

Known tools 42

get_balance

Always call this FIRST before starting work to check available credits.

Inferred read-only
local_pack

Use when checking if a business appears in Google's top 3 local results for a keyword.

Inferred read-only
organic_serp

Use when you need the complete Google search results page in one call: organic listings, local pack, ads, People Also Ask, AI overview, LSA ads, and knowledge panel.

Inferred read-only
local_services_ads

Use when checking Google Guaranteed/Screened ads for service categories (home services, legal, etc.).

Inferred read-only
maps

Use when you need more than 3 local results with GPS coordinates.

Inferred read-only
local_finder

Use when you need local listings with Google CID identifiers (instead of GPS coordinates from maps).

Inferred read-only
ai_overview

Use when checking if Google shows an AI Overview for a keyword and what sources it cites.

Inferred read-only
ai_mode

Use when getting the Google AI Mode (SGE) generated answer for a keyword.

Inferred read-only
business_profile

Use when pulling one business's complete GBP data.

Inferred read-only
profile_health

Use when auditing what's missing or weak on a GBP.

Inferred read-only
qa

Use when checking what questions people ask on a GBP and whether they have answers.

Inferred read-only
business_listings

Use when discovering all businesses in a category and location (bulk discovery, not single business lookup).

Inferred read-only
google_reviews

Use when reading actual review text and owner replies for sentiment analysis or reply auditing.

Inferred read-only
review_velocity

Use when analyzing review growth rate, rating changes, reply rate, and sentiment themes over time.

Inferred read-only
multi_platform_reviews

Use when comparing ratings across Google + Trustpilot in one call.

Inferred read-only
local_audit

Use when running a comprehensive local SEO check: SERP + profile + reviews + competitors in one call.

Inferred read-only
reputation_audit

Use when analyzing cross-platform review reputation with sentiment.

Inferred read-only
citation_audit

Use when checking NAP (Name, Address, Phone) consistency across 20+ directories (Yelp, BBB, Facebook, YellowPages, etc.).

Inferred read-only
geogrid_scan

Use when mapping where a business ranks across a geographic area.

Inferred read-only
competitor_gap

Use when comparing your business vs local competitors on rankings, reviews, and ratings.

Inferred read-only
local_authority

Use when calculating a composite 0-100 local authority score.

Inferred read-only
keyword_opportunities

Use when finding the best local keywords to target based on difficulty vs current rank.

Inferred read-only
search_volume

Use when you have specific keywords and need monthly volume, CPC, and competition data.

Inferred read-only
keyword_suggestions

Use when generating new keyword ideas from a seed keyword.

Inferred read-only
related_keywords

Use when expanding a keyword list with semantically related terms.

Inferred read-only
keywords_for_site

Use when reverse-engineering what keywords a competitor domain ranks for.

Inferred read-only
keyword_trends

Use when checking if a keyword is rising, stable, or declining over time.

Inferred read-only
backlink_summary

Use when getting a domain's backlink profile overview.

Inferred read-only
backlink_gap

Use when finding link building opportunities -- sites that link to competitors but not to you.

Inferred read-only
page_audit

Use when auditing a single page's on-page SEO.

Inferred read-only
ai_mentions

Use when finding where a keyword appears in ChatGPT and Google AI outputs.

Inferred read-only
ai_top_sources

Use when discovering which domains AI models cite most for a topic.

Inferred read-only
ai_top_pages

Use when finding specific pages (not just domains) that AI models reference most.

Inferred read-only
ai_visibility

Use when measuring a domain's overall AI citation score across platforms.

Inferred read-only
ai_compare

Use when comparing multiple domains' AI visibility side by side.

Inferred read-only
ai_keyword_data

Use when measuring how often keywords are searched in ChatGPT and other LLMs.

Inferred read-only
ai_llm_response

Use when getting what a specific LLM says about a query.

Inferred read-only
ai_scraper

Use when scraping ChatGPT or Gemini search results for a keyword.

Inferred read-only
competitor_ads

Use when seeing what Google Ads a competitor domain is running.

Inferred read-only
brand_mentions

Use when monitoring where a brand is mentioned online with sentiment analysis.

Inferred read-only
location_search

Use when resolving city names to the exact format needed by other tools.

Inferred read-only
ping

Use when diagnosing connection or authentication issues.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.localseodata-com]
url = "https://mcp.localseodata.com/mcp?key=YOUR_API_KEY"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "localseodata-com": {
      "type": "http",
      "url": "https://mcp.localseodata.com/mcp?key=YOUR_API_KEY"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: localseodata-com
Remote MCP URL: https://mcp.localseodata.com/mcp?key=YOUR_API_KEY

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "localseodata-com": {
      "type": "http",
      "url": "https://mcp.localseodata.com/mcp?key=YOUR_API_KEY"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "localseodata-com",
  "transport": "streamable-http",
  "url": "https://mcp.localseodata.com/mcp?key=YOUR_API_KEY"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for localseodata.com was fetched 2026-08-04T22:18:03.901Z and is being refreshed.

Trust status Neutral

localseodata.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.