LocationLists

Name LocationLists Tagline US business location lists, from a web link: locationlists.com/find?q=your question Description (markdown OK) No connector…

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноМожет изменять данные

Что умеет

  • Search Datasets: Find LocationLists datasets by brand name, product line, location type or category (e.g. 'bobcat', 'generator dealers', 'hardware stores', 'breakfast restaurants'). Returns slug, name
  • 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
  • Count Locations: Free. How many rows of one dataset match a filter — on geography AND any other column (e.g. nonprofits with revenue_amt gt 2000000, dealers with dealerClass eq 'Elite'). Also reports

Какие данные видит

Нужен ли аккаунт

Не нужен: сервер работает без входа

Name

LocationLists

Tagline

US business location lists, from a web link: locationlists.com/find?q=your question

Description (markdown OK)

No connector needed: any AI assistant can answer a location question by opening https://locationlists.com/find?q= — counts, a preview, a price and a card checkout link. Connect the MCP for repeat use or wallet payments.

Business location data for AI agents. Search, sample, count and buy ready-to-use lists of US business locations: 966 datasets compiled from each brand's official store locator or the public register that publishes the data.

  • Healthcare (257): every NPPES provider, Medicare-enrolled clinicians, nurse practitioners, pharmacists
  • Retail chains (178): Target, CVS, Walgreens, Aldi, Publix, Taco Bell
  • Federal contractors (148): every active SAM.gov registration, grant recipients
  • Industrial and equipment rental (99): Grainger, Fastenal, United Rentals, Sunbelt Rentals, Herc
  • Nonprofits (90): the full IRS file, grants awarded, churches
  • Bank branches (87): every FDIC-insured office
  • Equipment and tool dealers (40): STIHL, Husqvarna, DeWalt, Milwaukee, Makita
  • Furniture and mattresses (27): Ashley, Rooms To Go, Pottery Barn, Mattress Firm, Sleep Number
  • Restaurants (17): Dunkin', Waffle House, IHOP, Cracker Barrel
  • Hardware (14): Home Depot, Lowe's, Ace Hardware, Do It Best
  • Grill dealers (9): Traeger, Weber, Big Green Egg

Filter by city, state, zip, a radius around any place, or any column in the file. Free tools search the catalog, show 10 real rows and count matches. Buy a full CSV by card, or let an agent pay per row or buy the whole file in USDC on Base via x402, with no account or API key. A failed or empty query costs nothing.

Links and settings

Tools (9)

  • Free: search_datasets, get_dataset, get_sample, count_locations
  • Buy by card: get_quote, create_checkout, check_order
  • Agents pay with x402 (USDC on Base): query_locations (per row), buy_dataset (whole CSV)

Example prompts

  • Find STIHL dealers within 25 miles of Richmond, VA.
  • How many nonprofits in Virginia have revenue over $2M?
  • Show me 5 sample rows from the FDIC bank branch list.
  • What would it cost to buy every Traeger dealer in Texas?
Список инструментов сервера (9)

Технические названия из tools/list. Нужны только разработчикам.

search_datasetsFind LocationLists datasets by brand name, product line, location type or category (e.g. 'bobcat', 'generator dealers', 'hardware stores', 'breakfast restaurants'). Returns slug, name, record count, coverage and page URL. Use the slug with the other tools.
get_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.com.
count_locationsFree. How many rows of one dataset match a filter — on geography AND any other column (e.g. nonprofits with revenue_amt gt 2000000, dealers with dealerClass eq 'Elite'). Also reports how many rows were excluded only because a tested column was blank, so a thin column is not mistaken for a small answer. Returns the exact cost of fetching the matches with query_locations versus buying the whole file. Use get_dataset first for the column names. Scans the live file, so it can take several seconds on large datasets.
get_sampleUp to 10 real rows from the live file (spread across the dataset, not the first ten), as JSON plus CSV text. Show these to the user so they can judge the fields and quality.
get_quoteLine-item prices and total for a list of dataset slugs. If a bundle covers several requested brands for less, it says so.
create_checkoutOpens a Stripe Checkout session for one dataset and returns the payment URL plus the session id. Give the URL to the user to pay (card, Apple Pay, Google Pay). After payment Stripe emails them a permanent download link; use check_order with the session id to confirm and fetch it. Does not charge anything by itself.
check_orderGiven a Stripe Checkout session id (cs_…), reports whether it is paid and, if so, returns the permanent download link for the CSV.
query_locationsReturn matching rows from one dataset, filtered on ANY of its columns — state/city/county/zip shortcuts plus `where` conditions with numeric comparisons (e.g. [{field:"revenue_amt",op:"gt",value:2000000}]), sorted with `order_by` and paged with `offset`. get_dataset lists the columns; count_locations (free) tells you how many rows match and what fetching them costs before you pay. Priced per row in USDC via x402 and settled only after the rows are produced, so a failed call costs nothing. The rate is derived from the dataset: roughly 2x its list price spread over its record count, so a small slice of a big file is cents. You pay for the limit you request, up to 100 rows. Call it without payment first: the result is an x402 PaymentRequired quote with the exact amount, and nothing is charged until you retry with payment. Datasets under 5,000 records are not sold by the row — buy those files outright.
buy_datasetBuy an ENTIRE dataset outright and get a permanent download link for the CSV. Pays once in USDC on Base, at the same list price a human pays by card — no account and no checkout page.\n\nPrefer this over repeated query_locations calls whenever you want most of a file. Metered queries are priced per row and deliberately cost more than the file if you assemble it that way, so past a few hundred rows buying outright is both cheaper and complete. get_dataset (free) gives the price and record count first.