← Registry

General Tools

locationlists.com

Provides general-purpose tools through the Model Context Protocol.

x402 supported1 endpoint8 known toolsFirst detected September 12, 2026Last detected September 12, 2026

ENDPOINT 1

https://locationlists.com/mcp

No auth detected

MCP server metadata

Name
LocationLists
Version
1.1.0
Capabilities
tools.listChanged
Server instructions

LocationLists sells ready-to-use CSV datasets of US (and some Canadian) business locations — every dealer, store or restaurant a brand publishes in its own official locator. Use search_datasets to find a brand, get_dataset for the full record, get_sample to show real rows, get_quote to price one or more, create_checkout to hand the user a payment link, and check_order to confirm payment and return the download link. Prices are one-time ($9–$199 per dataset by record count). Delivery is an emailed download link after Stripe payment. Never claim a dataset is fresher than its lastModified date.

Known tools 8

search_datasets

Find LocationLists datasets by brand name, product line, location type or category (e.

Inferred read-only
get_dataset

Full record for one dataset: fields with descriptions, record and state counts, coverage, advertised refresh cadence AND the real last-modified date of the file, FAQs, sample URL and the dataset's page on locationlists.

Inferred read-only
get_sample

Up to 10 real rows from the live file (spread across the dataset, not the first ten), as JSON plus CSV text.

Inferred read-only
get_quote

Line-item prices and total for a list of dataset slugs.

Inferred read-only
create_checkout

Opens a Stripe Checkout session for one dataset and returns the payment URL plus the session id.

Potential side effects
check_order

Given a Stripe Checkout session id (cs_…), reports whether it is paid and, if so, returns the permanent download link for the CSV.

Inferred read-only
query_locations

Return matching rows from one dataset, filtered on exact column values (state, city, county, zip — whichever that dataset has).

Inferred read-only
buy_dataset

Buy an ENTIRE dataset outright and get a permanent download link for the CSV.

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.locationlists]
url = "https://locationlists.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "locationlists": {
      "type": "http",
      "url": "https://locationlists.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: locationlists
Remote MCP URL: https://locationlists.com/mcp

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": {
    "locationlists": {
      "url": "https://locationlists.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "locationlists": {
      "type": "http",
      "url": "https://locationlists.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "locationlists",
  "transport": "streamable-http",
  "url": "https://locationlists.com/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

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