General Tools
locationlists.com
Provides general-purpose tools through the Model Context Protocol.
ENDPOINT 1
https://locationlists.com/mcp
MCP server metadata
- Name
- LocationLists
- Version
- 1.1.0
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_datasetsFind LocationLists datasets by brand name, product line, location type or category (e.
Inferred read-onlyget_datasetFull 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-onlyget_sampleUp to 10 real rows from the live file (spread across the dataset, not the first ten), as JSON plus CSV text.
Inferred read-onlycreate_checkoutOpens a Stripe Checkout session for one dataset and returns the payment URL plus the session id.
Potential side effectscheck_orderGiven a Stripe Checkout session id (cs_…), reports whether it is paid and, if so, returns the permanent download link for the CSV.
Inferred read-onlyquery_locationsReturn matching rows from one dataset, filtered on exact column values (state, city, county, zip — whichever that dataset has).
Inferred read-onlybuy_datasetBuy an ENTIRE dataset outright and get a permanent download link for the CSV.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.