← locationlists.com

INDIVIDUAL MCP TOOL

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.

locationlists.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://locationlists.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_dataset and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

locationlists.com

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.

Related tools

  • search_datasets — Find LocationLists datasets by brand name, product line, location type or category (e.
  • get_sample — Up to 10 real rows from the live file (spread across the dataset, not the first ten), as JSON plus CSV text.
  • get_quote — Line-item prices and total for a list of dataset slugs.
  • create_checkout — Opens a Stripe Checkout session for one dataset and returns the payment URL plus the session id.
  • 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.
  • query_locations — Return matching rows from one dataset, filtered on exact column values (state, city, county, zip — whichever that dataset has).
  • buy_dataset — Buy an ENTIRE dataset outright and get a permanent download link for the CSV.