LocationLists MCP¶
Remote MCP server (Streamable HTTP, keyless) - ready-to-use CSV datasets of US business locations, searchable and purchasable from chat. Each dataset is compiled from the official locator, association directory or state license register that publishes it, so an agent can find dealer networks, licensed contractors, or store chains, preview up to 10 real rows, quote line-item prices, and hand back a Stripe checkout link - nothing is charged until the human pays.
Server type: Remote (Streamable HTTP, stateless JSON)
Auth: None
Endpoint: https://locationlists.com/mcp
Tools: 5 live-probed (search_datasets, get_dataset, get_sample, get_quote, create_checkout)
Pricing: One-time $9-$199 per dataset by record count; emailed download link after Stripe payment
Catalog: 725 datasets + 1 bundle, 14,248,853 US business locations
Registry: io.github.kylehawke-stack/locationlists
Category: Business Data
Built by: LocationLists (locationlists.com)
Tools¶
| Tool | Purpose |
|---|---|
| search_datasets | Find datasets by brand, product line, location type or category - returns slug, name, record count, coverage and page URL |
| get_dataset | Full record for one dataset - fields, record and state counts, refresh cadence, real last-modified date, FAQs, sample URL |
| get_sample | Up to 10 real rows from the live file, spread across the dataset, as JSON plus CSV text |
| get_quote | Line-item prices and total for one or more datasets, and flags a bundle if it covers several requested brands for less |
| create_checkout | Opens a Stripe Checkout session for a dataset and returns the payment URL and session id - charges nothing by itself |
Categories cover Healthcare, Retail, Industrial, Nonprofits, Equipment, Furniture, Breakfast, Hardware, Grills, Mattresses and Outdoor Furniture. A read-only ChatGPT profile at locationlists.com/mcp/chatgpt exposes search, dataset and sample only - no prices or checkout.
Connection¶
- No auth and no installation - point any MCP client at the endpoint as a remote Streamable HTTP server.
- Claude Code one-liner -
claude mcp add --transport http locationlists https://locationlists.com/mcp - First moves -
search_datasetsfor a brand or location type,get_sampleto preview real rows,get_quotefor the price, thencreate_checkoutto hand the buyer a payment link.
Verification (Sep 11, 2026 evening sweep)¶
Endpoint live-probed over JSON-RPC: keyless tools/list returned the full tool set with input schemas (category enums, 1-50 limit bounds, row caps) and read-only annotations on the first four tools. The registry listing (server.json in the repo) matches the live surface, and the live catalog.json dated 2026-09-11 reports the 725-dataset, 14.2M-location figures above.