{"name":"io.github.kylehawke-stack/locationlists","slug":"kylehawke-stack-locationlists","title":"LocationLists","description":"US business location data: search, sample, count, query rows or buy CSVs (Stripe or x402 USDC).","url":"https://mcp.market/server/kylehawke-stack-locationlists","rating":null,"grade":"B","score":79,"certified":false,"status":"active","category":"ecommerce","tags":["ecommerce","search","maps"],"presence":{"score":23,"stars":0,"forks":0,"downloads_week":null,"last_push_at":"2026-09-16T12:52:47.000Z","license":"NOASSERTION"},"uptime":{"percent":100,"checks":2,"ok":2,"last_checked_at":"2026-09-19T23:30:56.401Z","last_ok_at":"2026-09-19T23:30:56.401Z","latency_ms":378},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/kylehawke-stack/locationlists-mcp","website":"https://locationlists.com","version":"1.2.0","remotes":[{"type":"streamable-http","url":"https://locationlists.com/mcp"}],"packages":[],"tools":[{"name":"buy_dataset","description":"Buy 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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"dataset":{"type":"string","description":"Dataset slug, e.g. generac-dealers. Use search_datasets first."}},"required":["dataset"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"check_order","description":"Given a Stripe Checkout session id (cs_…), reports whether it is paid and, if so, returns the permanent download link for the CSV. Works for whole files, filtered rows and combined (several-dataset) orders.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"sessionId":{"type":"string","pattern":"^cs_","description":"Checkout session id from create_checkout"}},"required":["sessionId"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"cotenancy","description":"Free, counts only. How two sets of places sit together: the share of set a within radius_miles of set b and of b within radius_miles of a, how many places overlap, and the county / zip / state / metro areas that have both, only a, or only b (top 10 of each named). Each set is a dataset, datasets or category plus filters, the same as count_locations; any US brand or kind of place works, including Overture lists from search_datasets. Example: {\"a\": {\"dataset\": \"<slug>\"}, \"b\": {\"dataset\": \"<other slug>\"}, \"radius_miles\": 1, \"by\": \"county\"}.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"a":{"type":"object","properties":{"dataset":{"type":"string"},"datasets":{"type":"array","items":{"type":"string"},"minItems":1},"category":{"type":"string"},"exclude":{"type":"array","items":{"type":"string"},"description":"Dataset slugs left out wherever the set expands: a category minus one of its members (a list's competitors are its own category with itself excluded)."},"state":{"type":"string"},"city":{"type":"string"},"county":{"type":"string"},"zip":{"type":"string"},"where":{"type":"array","items":{"type":"object","properties":{"field":{"type":"string"},"op":{"type":"string","enum":["eq","ne","gt","gte","lt","lte","in","contains","starts_with","is_blank","not_blank"]},"value":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"array","items":{"type":["string","number"]}}]}},"required":["field","op"],"additionalProperties":false},"maxItems":12},"near":{"type":"object","properties":{"place":{"type":"string"},"zip":{"type":"string"},"lat":{"type":"number"},"lng":{"type":"number"},"radius_miles":{"type":"number","exclusiveMinimum":0,"maximum":500}},"additionalProperties":false},"area_where":{"type":"array","items":{"type":"string"},"maxItems":6,"description":"Only rows whose county/zip/state/metro meets a Census condition, each as \"<kind>:<attribute><op><value>\" (ops > >= < <= =; values accept 1M, 250k, $50,000, 10%), e.g. \"county:population>1000000\". Every clause must hold; the fact is the area's, not the row's, and it adds nothing to the price. Attributes: population (population), households (households), median_household_income (median household income), median_age (median age), pct_65_plus (share of residents aged 65 or older), pct_bachelors_plus (share with a bachelor's degree or higher), housing_units (housing units), owner_occupied_share (owner-occupied share), median_home_value (median home value), establishments (business establishments), employees (employees), population_estimate (population estimate; county/metro/state only), population_growth_since_2020 (population growth since 2020; county/metro/state only); by NAICS sector, <sector>_establishments and <sector>_employees (employees: county/metro/state only) for agriculture, mining, utilities, construction, manufacturing, wholesale_trade, retail_trade, transportation, information, finance, real_estate, professional, management, administrative, educational_services, health_care, arts, accommodation, other_services."},"area_columns":{"type":"array","items":{"type":"string"},"maxItems":6,"description":"Census facts added to every row as columns named <kind>_<attribute>, each as \"<kind>:<attribute>,<attribute>\", e.g. \"county:population,median_household_income\". Free."}},"additionalProperties":false,"description":"First set: dataset, datasets or category, plus filters"},"b":{"type":"object","properties":{"dataset":{"$ref":"#/properties/a/properties/dataset"},"datasets":{"$ref":"#/properties/a/properties/datasets"},"category":{"$ref":"#/properties/a/properties/category"},"exclude":{"$ref":"#/properties/a/properties/exclude"},"state":{"$ref":"#/properties/a/properties/state"},"city":{"$ref":"#/properties/a/properties/city"},"county":{"$ref":"#/properties/a/properties/county"},"zip":{"$ref":"#/properties/a/properties/zip"},"where":{"$ref":"#/properties/a/properties/where"},"near":{"$ref":"#/properties/a/properties/near"},"area_where":{"$ref":"#/properties/a/properties/area_where"},"area_columns":{"$ref":"#/properties/a/properties/area_columns"}},"additionalProperties":false,"description":"Second set, given the same way"},"radius_miles":{"type":"number","exclusiveMinimum":0,"maximum":250,"description":"Distance that counts as together (default 1 mile)"},"by":{"type":"string","enum":["county","zip","state","metro"],"description":"Area unit for both/only-a/only-b (default county)"},"in_state":{"type":"string","description":"Only areas in this state"}},"required":["a","b"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"count_by_area","description":"Free, counts only. Counts places per county / zip / state / metro for 1 to 4 labeled sets (each a dataset, datasets or category plus filters), and compares them: has (areas with at least one of every listed set) and lacks (areas with none of any listed set). E.g. counties that have set a but no set b; ZIPs where a closure-filtered set exists and another set still has places. Rows that cannot be placed are counted, never read as zero. Example: {\"by\": \"county\", \"sets\": [{\"label\": \"a\", \"dataset\": \"<slug>\"}, {\"label\": \"b\", \"dataset\": \"<other slug>\"}], \"has\": [\"a\"], \"lacks\": [\"b\"], \"in_state\": \"VA\"}.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"by":{"type":"string","enum":["county","zip","state","metro"]},"sets":{"type":"array","items":{"type":"object","properties":{"label":{"type":"string","description":"Short name, e.g. \"a\" or \"closed\""},"dataset":{"type":"string"},"datasets":{"type":"array","items":{"type":"string"},"minItems":1},"category":{"type":"string"},"exclude":{"type":"array","items":{"type":"string"},"description":"Dataset slugs left out wherever the set expands: a category minus one of its members (a list's competitors are its own category with itself excluded)."},"state":{"type":"string"},"city":{"type":"string"},"county":{"type":"string"},"zip":{"type":"string"},"where":{"type":"array","items":{"type":"object","properties":{"field":{"type":"string"},"op":{"type":"string","enum":["eq","ne","gt","gte","lt","lte","in","contains","starts_with","is_blank","not_blank"]},"value":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"array","items":{"type":["string","number"]}}]}},"required":["field","op"],"additionalProperties":false},"maxItems":12},"near":{"type":"object","properties":{"place":{"type":"string"},"zip":{"type":"string"},"lat":{"type":"number"},"lng":{"type":"number"},"radius_miles":{"type":"number","exclusiveMinimum":0,"maximum":500}},"additionalProperties":false},"area_where":{"type":"array","items":{"type":"string"},"maxItems":6,"description":"Only rows whose county/zip/state/metro meets a Census condition, each as \"<kind>:<attribute><op><value>\" (ops > >= < <= =; values accept 1M, 250k, $50,000, 10%), e.g. \"county:population>1000000\". Every clause must hold; the fact is the area's, not the row's, and it adds nothing to the price. Attributes: population (population), households (households), median_household_income (median household income), median_age (median age), pct_65_plus (share of residents aged 65 or older), pct_bachelors_plus (share with a bachelor's degree or higher), housing_units (housing units), owner_occupied_share (owner-occupied share), median_home_value (median home value), establishments (business establishments), employees (employees), population_estimate (population estimate; county/metro/state only), population_growth_since_2020 (population growth since 2020; county/metro/state only); by NAICS sector, <sector>_establishments and <sector>_employees (employees: county/metro/state only) for agriculture, mining, utilities, construction, manufacturing, wholesale_trade, retail_trade, transportation, information, finance, real_estate, professional, management, administrative, educational_services, health_care, arts, accommodation, other_services."},"area_columns":{"type":"array","items":{"type":"string"},"maxItems":6,"description":"Census facts added to every row as columns named <kind>_<attribute>, each as \"<kind>:<attribute>,<attribute>\", e.g. \"county:population,median_household_income\". Free."}},"required":["label"],"additionalProperties":false},"minItems":1,"maxItems":4},"has":{"type":"array","items":{"type":"string"}},"lacks":{"type":"array","items":{"type":"string"}},"in_state":{"type":"string","description":"Only areas in this state"},"area_where":{"type":"array","items":{"type":"string"},"maxItems":6,"description":"Only areas meeting a Census condition, each as \"<kind>:<attribute><op><value>\" about the same kind as by (or a state), e.g. \"county:population>500000\" with lacks for \"counties over 500k people with no X\". Attributes: population (population), households (households), median_household_income (median household income), median_age (median age), pct_65_plus (share of residents aged 65 or older), pct_bachelors_plus (share with a bachelor's degree or higher), housing_units (housing units), owner_occupied_share (owner-occupied share), median_home_value (median home value), establishments (business establishments), employees (employees), population_estimate (population estimate; county/metro/state only), population_growth_since_2020 (population growth since 2020; county/metro/state only); by NAICS sector, <sector>_establishments and <sector>_employees (employees: county/metro/state only) for agriculture, mining, utilities, construction, manufacturing, wholesale_trade, retail_trade, transportation, information, finance, real_estate, professional, management, administrative, educational_services, health_care, arts, accommodation, other_services."},"per":{"type":"number","minimum":1,"description":"Counts per this many residents of each area from its Census population (100000 adds per_100k to every area and ranks by it), or per this many of per_field."},"per_field":{"type":"string","description":"With per: the Census count the rate is over instead of population, e.g. per=1000 with per_field=construction_establishments adds per_1000_construction_establishments. Any count attribute: population, households, housing_units, establishments, employees, agriculture_establishments, mining_establishments, utilities_establishments, and every <sector>_establishments / <sector>_employees."},"limit":{"type":"integer","minimum":1,"maximum":1000,"description":"Areas listed (default: every matching area when 500 or fewer match, else the first 100)"},"all":{"type":"boolean","description":"List every matching area, however many"}},"required":["by","sets"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"count_locations","description":"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 how many rows were excluded only because a tested column was blank, so a thin column is not mistaken for a small answer; a small or empty answer says how many rows each condition removed and what the column really holds. Returns the exact card price of the matching rows, a link where the user can see and buy them, and the same rows in a cheaper list when one has them. Works for geography: city, state, county, zip, or `near` a place (\"Los Angeles, CA\"), zip or lat/lng within radius_miles or drive_minutes, on lists with coordinates. get_sample takes the same filters to preview matching rows. The result's `next` says exactly how to get every matching row. To cover several chains near one place, pass datasets or category (e.g. \"retail\" or \"restaurant\") and a total instead of dataset: one answer with counts per dataset, duplicates removed and up to 3 preview rows, one price and one file. Use get_dataset first for the column names. Scans the live file, so it can take several seconds on large datasets.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"dataset":{"type":"string","description":"Dataset slug, e.g. nonprofits-va. To combine several, give datasets or category instead."},"state":{"type":"string","description":"Shortcut for where state eq <value>. Two-letter code."},"city":{"type":"string","description":"Shortcut for where city eq <value>"},"county":{"type":"string","description":"Shortcut for where county eq <value>"},"zip":{"type":"string","description":"Shortcut for where zip eq <value>"},"where":{"type":"array","items":{"type":"object","properties":{"field":{"type":"string","description":"Column name as listed by get_dataset (columns[].name), e.g. revenue_amt"},"op":{"type":"string","enum":["eq","ne","gt","gte","lt","lte","in","contains","starts_with","is_blank","not_blank"],"description":"eq/ne: case-insensitive match (numeric when both sides are numbers; yes/no, true/false, y/n and 1/0 count as the same answer). gt/gte/lt/lte: numeric when value is a number, else text order (works for ISO dates). in: value is an array. contains/starts_with: case-insensitive text. is_blank/not_blank: no value."},"value":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"array","items":{"type":["string","number"]}}]}},"required":["field","op"],"additionalProperties":false},"maxItems":12,"description":"Conditions on any column, all of which must hold. Blank cells never satisfy a comparison; the response counts rows excluded only because a tested column was blank. A small or empty answer says how many rows each condition removed and what the column really holds."},"near":{"type":"object","properties":{"place":{"type":"string","description":"City or town with state, e.g. \"Topeka, KS\". A neighborhood or misspelling falls back to the nearest Census place name in that state, and the answer says which."},"zip":{"type":"string","description":"5-digit zip, e.g. \"66603\""},"lat":{"type":"number"},"lng":{"type":"number"},"radius_miles":{"type":"number","exclusiveMinimum":0,"maximum":500,"description":"Only rows within this straight-line distance"},"drive_minutes":{"type":"integer","minimum":5,"maximum":60,"description":"Instead of radius_miles: only rows within this many minutes' drive (typical road speeds, no live traffic)"}},"additionalProperties":false,"description":"Distance search, on lists with map coordinates (distanceSearch in search results): give ONE of place, zip, or lat+lng. Rows come back nearest first with a distance_miles column (straight line); combine with limit for 'the 10 closest', radius_miles for 'everything within 25 miles', or drive_minutes for 'everything within a 30-minute drive' (adds within_drive_minutes). Give radius_miles or drive_minutes, not both. Rows without coordinates are excluded and counted."},"area_where":{"type":"array","items":{"type":"string"},"maxItems":6,"description":"Only rows whose county/zip/state/metro meets a Census condition, each as \"<kind>:<attribute><op><value>\" (ops > >= < <= =; values accept 1M, 250k, $50,000, 10%), e.g. \"county:population>1000000\". Every clause must hold; the fact is the area's, not the row's, and it adds nothing to the price. Attributes: population (population), households (households), median_household_income (median household income), median_age (median age), pct_65_plus (share of residents aged 65 or older), pct_bachelors_plus (share with a bachelor's degree or higher), housing_units (housing units), owner_occupied_share (owner-occupied share), median_home_value (median home value), establishments (business establishments), employees (employees), population_estimate (population estimate; county/metro/state only), population_growth_since_2020 (population growth since 2020; county/metro/state only); by NAICS sector, <sector>_establishments and <sector>_employees (employees: county/metro/state only) for agriculture, mining, utilities, construction, manufacturing, wholesale_trade, retail_trade, transportation, information, finance, real_estate, professional, management, administrative, educational_services, health_care, arts, accommodation, other_services."},"area_columns":{"type":"array","items":{"type":"string"},"maxItems":6,"description":"Census facts added to every row as columns named <kind>_<attribute>, each as \"<kind>:<attribute>,<attribute>\", e.g. \"county:population,median_household_income\". Free."},"datasets":{"type":"array","items":{"type":"string"},"minItems":1,"maxItems":150,"description":"Instead of dataset: several dataset slugs answered as one (one count, one preview, one price, one file)"},"category":{"type":"string","description":"Instead of dataset: every dataset of one kind — \"retail\" (store chains), an industry or subcategory, or a kind of business such as \"restaurant\" or \"bank branch\" (search_datasets names these)"},"exclude":{"type":"array","items":{"type":"string"},"description":"With category or datasets: dataset slugs left out (a category minus one of its members, e.g. a list's competitors are its own category with itself excluded)"},"total":{"type":"integer","minimum":1,"maximum":10000,"description":"With datasets or category: rows wanted across all of them, split in proportion to each dataset's matches"}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"create_checkout","description":"Opens 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.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"slug":{"type":"string","description":"Dataset slug"},"email":{"type":"string","format":"email","description":"Buyer email, if known — prefills Checkout and is where the download link is sent"}},"required":["slug"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"create_query_checkout","description":"For buyers paying by card (no wallet needed): opens a Stripe Checkout for just the rows of one dataset that match a filter, and returns the payment URL to give the user. Takes the same filters as count_locations (state/city/county/zip, `where` on any column, `near`, `order_by`) and up to 10,000 rows. It counts the matches first, so the buyer pays only for rows that exist: the data price is the same per-row price query_locations charges, plus a card processing fee (2.9% + $0.30) added on top and shown separately. After payment the buyer is emailed a CSV download link; check_order with the session id returns it too. No match, a bad column, a distance search on a list without coordinates, or a subset that would cost more than the whole file returns an explanation and creates no checkout — nothing is charged. Agents with a USDC wallet should call query_locations instead. To cover several chains near one place, pass datasets or category and a total instead of dataset: one answer, one price and one checkout for one CSV (source_dataset names each row's dataset, duplicates removed).","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"dataset":{"type":"string","description":"Dataset slug, e.g. nonprofits-va. To combine several, give datasets or category instead."},"state":{"type":"string","description":"Shortcut for where state eq <value>. Two-letter code."},"city":{"type":"string","description":"Shortcut for where city eq <value>"},"county":{"type":"string","description":"Shortcut for where county eq <value>"},"zip":{"type":"string","description":"Shortcut for where zip eq <value>"},"where":{"type":"array","items":{"type":"object","properties":{"field":{"type":"string","description":"Column name as listed by get_dataset (columns[].name), e.g. revenue_amt"},"op":{"type":"string","enum":["eq","ne","gt","gte","lt","lte","in","contains","starts_with","is_blank","not_blank"],"description":"eq/ne: case-insensitive match (numeric when both sides are numbers; yes/no, true/false, y/n and 1/0 count as the same answer). gt/gte/lt/lte: numeric when value is a number, else text order (works for ISO dates). in: value is an array. contains/starts_with: case-insensitive text. is_blank/not_blank: no value."},"value":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"array","items":{"type":["string","number"]}}]}},"required":["field","op"],"additionalProperties":false},"maxItems":12,"description":"Conditions on any column, all of which must hold. Blank cells never satisfy a comparison; the response counts rows excluded only because a tested column was blank. A small or empty answer says how many rows each condition removed and what the column really holds."},"near":{"type":"object","properties":{"place":{"type":"string","description":"City or town with state, e.g. \"Topeka, KS\". A neighborhood or misspelling falls back to the nearest Census place name in that state, and the answer says which."},"zip":{"type":"string","description":"5-digit zip, e.g. \"66603\""},"lat":{"type":"number"},"lng":{"type":"number"},"radius_miles":{"type":"number","exclusiveMinimum":0,"maximum":500,"description":"Only rows within this straight-line distance"},"drive_minutes":{"type":"integer","minimum":5,"maximum":60,"description":"Instead of radius_miles: only rows within this many minutes' drive (typical road speeds, no live traffic)"}},"additionalProperties":false,"description":"Distance search, on lists with map coordinates (distanceSearch in search results): give ONE of place, zip, or lat+lng. Rows come back nearest first with a distance_miles column (straight line); combine with limit for 'the 10 closest', radius_miles for 'everything within 25 miles', or drive_minutes for 'everything within a 30-minute drive' (adds within_drive_minutes). Give radius_miles or drive_minutes, not both. Rows without coordinates are excluded and counted."},"area_where":{"type":"array","items":{"type":"string"},"maxItems":6,"description":"Only rows whose county/zip/state/metro meets a Census condition, each as \"<kind>:<attribute><op><value>\" (ops > >= < <= =; values accept 1M, 250k, $50,000, 10%), e.g. \"county:population>1000000\". Every clause must hold; the fact is the area's, not the row's, and it adds nothing to the price. Attributes: population (population), households (households), median_household_income (median household income), median_age (median age), pct_65_plus (share of residents aged 65 or older), pct_bachelors_plus (share with a bachelor's degree or higher), housing_units (housing units), owner_occupied_share (owner-occupied share), median_home_value (median home value), establishments (business establishments), employees (employees), population_estimate (population estimate; county/metro/state only), population_growth_since_2020 (population growth since 2020; county/metro/state only); by NAICS sector, <sector>_establishments and <sector>_employees (employees: county/metro/state only) for agriculture, mining, utilities, construction, manufacturing, wholesale_trade, retail_trade, transportation, information, finance, real_estate, professional, management, administrative, educational_services, health_care, arts, accommodation, other_services."},"area_columns":{"type":"array","items":{"type":"string"},"maxItems":6,"description":"Census facts added to every row as columns named <kind>_<attribute>, each as \"<kind>:<attribute>,<attribute>\", e.g. \"county:population,median_household_income\". Free."},"datasets":{"type":"array","items":{"type":"string"},"minItems":1,"maxItems":150,"description":"Instead of dataset: several dataset slugs answered as one (one count, one preview, one price, one file)"},"category":{"type":"string","description":"Instead of dataset: every dataset of one kind — \"retail\" (store chains), an industry or subcategory, or a kind of business such as \"restaurant\" or \"bank branch\" (search_datasets names these)"},"exclude":{"type":"array","items":{"type":"string"},"description":"With category or datasets: dataset slugs left out (a category minus one of its members, e.g. a list's competitors are its own category with itself excluded)"},"total":{"type":"integer","minimum":1,"maximum":10000,"description":"With datasets or category: rows wanted across all of them, split in proportion to each dataset's matches"},"relate":{"type":"object","additionalProperties":{}},"order_by":{"type":"object","properties":{"field":{"type":"string"},"direction":{"type":"string","enum":["asc","desc"],"description":"Default desc"}},"required":["field"],"additionalProperties":false,"description":"Return the top rows by one column, e.g. {field: 'revenue_amt'} for the largest first. Blanks sort last."},"limit":{"type":"integer","minimum":1,"maximum":10000,"description":"Most rows to buy (max 10,000). Default: every match up to the max. Priced on the rows that actually match, never more."},"email":{"type":"string","format":"email","description":"Buyer email, if known — prefills Checkout and is where the download link is sent"}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"email_quote","description":"Free. Emails the user a plain-English quote for exactly this request: how many rows match, the card price, a few of the matches and a card checkout link, so they can pay later, from any device, or forward it to whoever holds the card. Takes the same arguments as count_locations: dataset, or datasets / category with total, plus filters. BEFORE calling: ask the user for their email and whether to send it. Pass an email only if the user gave it to you in this conversation; never guess or invent one. Nothing is charged and nothing is bought; the price is checked again when they open the link.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"email":{"type":"string","description":"The user's email, as they gave it"},"dataset":{"type":"string","description":"Dataset slug, e.g. nonprofits-va. To combine several, give datasets or category instead."},"state":{"type":"string","description":"Shortcut for where state eq <value>. Two-letter code."},"city":{"type":"string","description":"Shortcut for where city eq <value>"},"county":{"type":"string","description":"Shortcut for where county eq <value>"},"zip":{"type":"string","description":"Shortcut for where zip eq <value>"},"where":{"type":"array","items":{"type":"object","properties":{"field":{"type":"string","description":"Column name as listed by get_dataset (columns[].name), e.g. revenue_amt"},"op":{"type":"string","enum":["eq","ne","gt","gte","lt","lte","in","contains","starts_with","is_blank","not_blank"],"description":"eq/ne: case-insensitive match (numeric when both sides are numbers; yes/no, true/false, y/n and 1/0 count as the same answer). gt/gte/lt/lte: numeric when value is a number, else text order (works for ISO dates). in: value is an array. contains/starts_with: case-insensitive text. is_blank/not_blank: no value."},"value":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"array","items":{"type":["string","number"]}}]}},"required":["field","op"],"additionalProperties":false},"maxItems":12,"description":"Conditions on any column, all of which must hold. Blank cells never satisfy a comparison; the response counts rows excluded only because a tested column was blank. A small or empty answer says how many rows each condition removed and what the column really holds."},"near":{"type":"object","properties":{"place":{"type":"string","description":"City or town with state, e.g. \"Topeka, KS\". A neighborhood or misspelling falls back to the nearest Census place name in that state, and the answer says which."},"zip":{"type":"string","description":"5-digit zip, e.g. \"66603\""},"lat":{"type":"number"},"lng":{"type":"number"},"radius_miles":{"type":"number","exclusiveMinimum":0,"maximum":500,"description":"Only rows within this straight-line distance"},"drive_minutes":{"type":"integer","minimum":5,"maximum":60,"description":"Instead of radius_miles: only rows within this many minutes' drive (typical road speeds, no live traffic)"}},"additionalProperties":false,"description":"Distance search, on lists with map coordinates (distanceSearch in search results): give ONE of place, zip, or lat+lng. Rows come back nearest first with a distance_miles column (straight line); combine with limit for 'the 10 closest', radius_miles for 'everything within 25 miles', or drive_minutes for 'everything within a 30-minute drive' (adds within_drive_minutes). Give radius_miles or drive_minutes, not both. Rows without coordinates are excluded and counted."},"area_where":{"type":"array","items":{"type":"string"},"maxItems":6,"description":"Only rows whose county/zip/state/metro meets a Census condition, each as \"<kind>:<attribute><op><value>\" (ops > >= < <= =; values accept 1M, 250k, $50,000, 10%), e.g. \"county:population>1000000\". Every clause must hold; the fact is the area's, not the row's, and it adds nothing to the price. Attributes: population (population), households (households), median_household_income (median household income), median_age (median age), pct_65_plus (share of residents aged 65 or older), pct_bachelors_plus (share with a bachelor's degree or higher), housing_units (housing units), owner_occupied_share (owner-occupied share), median_home_value (median home value), establishments (business establishments), employees (employees), population_estimate (population estimate; county/metro/state only), population_growth_since_2020 (population growth since 2020; county/metro/state only); by NAICS sector, <sector>_establishments and <sector>_employees (employees: county/metro/state only) for agriculture, mining, utilities, construction, manufacturing, wholesale_trade, retail_trade, transportation, information, finance, real_estate, professional, management, administrative, educational_services, health_care, arts, accommodation, other_services."},"area_columns":{"type":"array","items":{"type":"string"},"maxItems":6,"description":"Census facts added to every row as columns named <kind>_<attribute>, each as \"<kind>:<attribute>,<attribute>\", e.g. \"county:population,median_household_income\". Free."},"datasets":{"type":"array","items":{"type":"string"},"minItems":1,"maxItems":150,"description":"Instead of dataset: several dataset slugs answered as one (one count, one preview, one price, one file)"},"category":{"type":"string","description":"Instead of dataset: every dataset of one kind — \"retail\" (store chains), an industry or subcategory, or a kind of business such as \"restaurant\" or \"bank branch\" (search_datasets names these)"},"exclude":{"type":"array","items":{"type":"string"},"description":"With category or datasets: dataset slugs left out (a category minus one of its members, e.g. a list's competitors are its own category with itself excluded)"},"total":{"type":"integer","minimum":1,"maximum":10000,"description":"With datasets or category: rows wanted across all of them, split in proportion to each dataset's matches"}},"required":["email"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_dataset","description":"Full record for one dataset: fields with descriptions, record and state counts, coverage, whether it can be searched by distance, advertised refresh cadence AND the real last-modified date of the file, FAQs, sample URL and the dataset's page on locationlists.com.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"slug":{"type":"string","description":"Dataset slug from search_datasets, e.g. bobcat-dealers"}},"required":["slug"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_quote","description":"Line-item prices and total for a list of dataset slugs. If a bundle covers several requested brands for less, it says so.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"slugs":{"type":"array","items":{"type":"string"},"minItems":1,"maxItems":50,"description":"Dataset slugs"}},"required":["slugs"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"get_sample","description":"Free. Real rows from the live file, as JSON plus CSV text. Show these to the user so they can judge the fields and quality. Without filters: up to 10 rows spread across the whole dataset. With filters (the same ones count_locations takes: city, state, county, zip, `where` on any column, or `near` a place such as {place: \"Los Angeles, CA\", radius_miles: 25} or {place: \"Richmond, VA\", drive_minutes: 30} on lists with coordinates): how many rows match, plus up to 3To preview several chains at once, pass datasets or category (e.g. \"retail\" or \"restaurant\") instead of slug: one combined answer with counts per dataset, duplicates removed and up to 3 rows across them.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"slug":{"type":"string","description":"Dataset slug. Or datasets / category to preview several at once."},"rows":{"type":"integer","minimum":1,"maximum":10,"description":"Rows to return (default 10; with filters at most 3)"},"state":{"type":"string","description":"Shortcut for where state eq <value>. Two-letter code."},"city":{"type":"string","description":"Shortcut for where city eq <value>"},"county":{"type":"string","description":"Shortcut for where county eq <value>"},"zip":{"type":"string","description":"Shortcut for where zip eq <value>"},"where":{"type":"array","items":{"type":"object","properties":{"field":{"type":"string","description":"Column name as listed by get_dataset (columns[].name), e.g. revenue_amt"},"op":{"type":"string","enum":["eq","ne","gt","gte","lt","lte","in","contains","starts_with","is_blank","not_blank"],"description":"eq/ne: case-insensitive match (numeric when both sides are numbers; yes/no, true/false, y/n and 1/0 count as the same answer). gt/gte/lt/lte: numeric when value is a number, else text order (works for ISO dates). in: value is an array. contains/starts_with: case-insensitive text. is_blank/not_blank: no value."},"value":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"array","items":{"type":["string","number"]}}]}},"required":["field","op"],"additionalProperties":false},"maxItems":12,"description":"Conditions on any column, all of which must hold. Blank cells never satisfy a comparison; the response counts rows excluded only because a tested column was blank. A small or empty answer says how many rows each condition removed and what the column really holds."},"near":{"type":"object","properties":{"place":{"type":"string","description":"City or town with state, e.g. \"Topeka, KS\". A neighborhood or misspelling falls back to the nearest Census place name in that state, and the answer says which."},"zip":{"type":"string","description":"5-digit zip, e.g. \"66603\""},"lat":{"type":"number"},"lng":{"type":"number"},"radius_miles":{"type":"number","exclusiveMinimum":0,"maximum":500,"description":"Only rows within this straight-line distance"},"drive_minutes":{"type":"integer","minimum":5,"maximum":60,"description":"Instead of radius_miles: only rows within this many minutes' drive (typical road speeds, no live traffic)"}},"additionalProperties":false,"description":"Distance search, on lists with map coordinates (distanceSearch in search results): give ONE of place, zip, or lat+lng. Rows come back nearest first with a distance_miles column (straight line); combine with limit for 'the 10 closest', radius_miles for 'everything within 25 miles', or drive_minutes for 'everything within a 30-minute drive' (adds within_drive_minutes). Give radius_miles or drive_minutes, not both. Rows without coordinates are excluded and counted."},"area_where":{"type":"array","items":{"type":"string"},"maxItems":6,"description":"Only rows whose county/zip/state/metro meets a Census condition, each as \"<kind>:<attribute><op><value>\" (ops > >= < <= =; values accept 1M, 250k, $50,000, 10%), e.g. \"county:population>1000000\". Every clause must hold; the fact is the area's, not the row's, and it adds nothing to the price. Attributes: population (population), households (households), median_household_income (median household income), median_age (median age), pct_65_plus (share of residents aged 65 or older), pct_bachelors_plus (share with a bachelor's degree or higher), housing_units (housing units), owner_occupied_share (owner-occupied share), median_home_value (median home value), establishments (business establishments), employees (employees), population_estimate (population estimate; county/metro/state only), population_growth_since_2020 (population growth since 2020; county/metro/state only); by NAICS sector, <sector>_establishments and <sector>_employees (employees: county/metro/state only) for agriculture, mining, utilities, construction, manufacturing, wholesale_trade, retail_trade, transportation, information, finance, real_estate, professional, management, administrative, educational_services, health_care, arts, accommodation, other_services."},"area_columns":{"type":"array","items":{"type":"string"},"maxItems":6,"description":"Census facts added to every row as columns named <kind>_<attribute>, each as \"<kind>:<attribute>,<attribute>\", e.g. \"county:population,median_household_income\". Free."},"datasets":{"type":"array","items":{"type":"string"},"minItems":1,"maxItems":150,"description":"Instead of dataset: several dataset slugs answered as one (one count, one preview, one price, one file)"},"category":{"type":"string","description":"Instead of dataset: every dataset of one kind — \"retail\" (store chains), an industry or subcategory, or a kind of business such as \"restaurant\" or \"bank branch\" (search_datasets names these)"},"exclude":{"type":"array","items":{"type":"string"},"description":"With category or datasets: dataset slugs left out (a category minus one of its members, e.g. a list's competitors are its own category with itself excluded)"},"total":{"type":"integer","minimum":1,"maximum":10000,"description":"With datasets or category: rows wanted across all of them, split in proportion to each dataset's matches"}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"query_locations","description":"Return 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`. `near` ({place:\"Topeka, KS\"}, a zip, or lat+lng, optional radius_miles or drive_minutes) returns the closest rows first with distance_miles, on lists with coordinates — so \"10 banks closest to Topeka\" is one call for 10 rows. 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. By default you get and pay for every matching row, up to 100 to 1,000 rows per call depending on how wide the dataset's rows are (count_locations reports maxRowsPerCall); pass limit for fewer. 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. To cover several chains near one place, pass datasets or category and a total (up to 1,000 rows) instead of dataset: one answer, one price and one file, with source_dataset naming each row's dataset and duplicates removed; inside a combined answer, small datasets are sold by the row too.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"dataset":{"type":"string","description":"Dataset slug, e.g. nonprofits-va. To combine several, give datasets or category instead."},"state":{"type":"string","description":"Shortcut for where state eq <value>. Two-letter code."},"city":{"type":"string","description":"Shortcut for where city eq <value>"},"county":{"type":"string","description":"Shortcut for where county eq <value>"},"zip":{"type":"string","description":"Shortcut for where zip eq <value>"},"where":{"type":"array","items":{"type":"object","properties":{"field":{"type":"string","description":"Column name as listed by get_dataset (columns[].name), e.g. revenue_amt"},"op":{"type":"string","enum":["eq","ne","gt","gte","lt","lte","in","contains","starts_with","is_blank","not_blank"],"description":"eq/ne: case-insensitive match (numeric when both sides are numbers; yes/no, true/false, y/n and 1/0 count as the same answer). gt/gte/lt/lte: numeric when value is a number, else text order (works for ISO dates). in: value is an array. contains/starts_with: case-insensitive text. is_blank/not_blank: no value."},"value":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"array","items":{"type":["string","number"]}}]}},"required":["field","op"],"additionalProperties":false},"maxItems":12,"description":"Conditions on any column, all of which must hold. Blank cells never satisfy a comparison; the response counts rows excluded only because a tested column was blank. A small or empty answer says how many rows each condition removed and what the column really holds."},"near":{"type":"object","properties":{"place":{"type":"string","description":"City or town with state, e.g. \"Topeka, KS\". A neighborhood or misspelling falls back to the nearest Census place name in that state, and the answer says which."},"zip":{"type":"string","description":"5-digit zip, e.g. \"66603\""},"lat":{"type":"number"},"lng":{"type":"number"},"radius_miles":{"type":"number","exclusiveMinimum":0,"maximum":500,"description":"Only rows within this straight-line distance"},"drive_minutes":{"type":"integer","minimum":5,"maximum":60,"description":"Instead of radius_miles: only rows within this many minutes' drive (typical road speeds, no live traffic)"}},"additionalProperties":false,"description":"Distance search, on lists with map coordinates (distanceSearch in search results): give ONE of place, zip, or lat+lng. Rows come back nearest first with a distance_miles column (straight line); combine with limit for 'the 10 closest', radius_miles for 'everything within 25 miles', or drive_minutes for 'everything within a 30-minute drive' (adds within_drive_minutes). Give radius_miles or drive_minutes, not both. Rows without coordinates are excluded and counted."},"area_where":{"type":"array","items":{"type":"string"},"maxItems":6,"description":"Only rows whose county/zip/state/metro meets a Census condition, each as \"<kind>:<attribute><op><value>\" (ops > >= < <= =; values accept 1M, 250k, $50,000, 10%), e.g. \"county:population>1000000\". Every clause must hold; the fact is the area's, not the row's, and it adds nothing to the price. Attributes: population (population), households (households), median_household_income (median household income), median_age (median age), pct_65_plus (share of residents aged 65 or older), pct_bachelors_plus (share with a bachelor's degree or higher), housing_units (housing units), owner_occupied_share (owner-occupied share), median_home_value (median home value), establishments (business establishments), employees (employees), population_estimate (population estimate; county/metro/state only), population_growth_since_2020 (population growth since 2020; county/metro/state only); by NAICS sector, <sector>_establishments and <sector>_employees (employees: county/metro/state only) for agriculture, mining, utilities, construction, manufacturing, wholesale_trade, retail_trade, transportation, information, finance, real_estate, professional, management, administrative, educational_services, health_care, arts, accommodation, other_services."},"area_columns":{"type":"array","items":{"type":"string"},"maxItems":6,"description":"Census facts added to every row as columns named <kind>_<attribute>, each as \"<kind>:<attribute>,<attribute>\", e.g. \"county:population,median_household_income\". Free."},"datasets":{"type":"array","items":{"type":"string"},"minItems":1,"maxItems":150,"description":"Instead of dataset: several dataset slugs answered as one (one count, one preview, one price, one file)"},"category":{"type":"string","description":"Instead of dataset: every dataset of one kind — \"retail\" (store chains), an industry or subcategory, or a kind of business such as \"restaurant\" or \"bank branch\" (search_datasets names these)"},"exclude":{"type":"array","items":{"type":"string"},"description":"With category or datasets: dataset slugs left out (a category minus one of its members, e.g. a list's competitors are its own category with itself excluded)"},"total":{"type":"integer","minimum":1,"maximum":1000,"description":"With datasets or category: rows to return and pay for across all of them (default every distinct match, up to 1,000), in one payment"},"relate":{"type":"object","additionalProperties":{}},"order_by":{"type":"object","properties":{"field":{"type":"string"},"direction":{"type":"string","enum":["asc","desc"],"description":"Default desc"}},"required":["field"],"additionalProperties":false,"description":"Return the top rows by one column, e.g. {field: 'revenue_amt'} for the largest first. Blanks sort last."},"offset":{"type":"integer","minimum":0,"maximum":10000,"description":"Skip this many matching rows, to page past the first call"},"limit":{"type":"integer","minimum":1,"maximum":1000,"description":"Rows to return and pay for. Default: every matching row, up to the most one call can return. That maximum depends on how wide the dataset's rows are, from 100 to 1,000; count_locations reports it as maxRowsPerCall, and a larger limit is reduced to it before pricing."}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"relate_locations","description":"Free. How one set of places relates to another, by straight-line distance. The base set is the usual dataset / datasets / category plus filters; relate.anchor is the other set, given the same way. Modes: nearest (each base row's k<=3 nearest anchors with miles), count_within (rank base rows by how many anchors are within radius_miles), within_any (base rows with at least one anchor within radius_miles), none_within (base rows with no anchor within radius_miles). Returns counts for both sets (rows without coordinates are left out and counted), summary stats, up to 3 preview rows, the price of the full answer (base rows plus the anchor rows named, each at its dataset's per-row rate, one card fee) and how to buy it with query_locations or create_query_checkout using the same arguments. Example: {\"dataset\": \"<slug>\", \"state\": \"VA\", \"relate\": {\"mode\": \"nearest\", \"k\": 1, \"anchor\": {\"dataset\": \"<other slug>\"}}}.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"dataset":{"type":"string"},"datasets":{"type":"array","items":{"type":"string"},"minItems":1},"category":{"type":"string"},"exclude":{"type":"array","items":{"type":"string"},"description":"Dataset slugs left out wherever the set expands: a category minus one of its members (a list's competitors are its own category with itself excluded)."},"state":{"type":"string"},"city":{"type":"string"},"county":{"type":"string"},"zip":{"type":"string"},"where":{"type":"array","items":{"type":"object","properties":{"field":{"type":"string"},"op":{"type":"string","enum":["eq","ne","gt","gte","lt","lte","in","contains","starts_with","is_blank","not_blank"]},"value":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"boolean"},{"type":"array","items":{"type":["string","number"]}}]}},"required":["field","op"],"additionalProperties":false},"maxItems":12},"near":{"type":"object","properties":{"place":{"type":"string"},"zip":{"type":"string"},"lat":{"type":"number"},"lng":{"type":"number"},"radius_miles":{"type":"number","exclusiveMinimum":0,"maximum":500}},"additionalProperties":false},"area_where":{"type":"array","items":{"type":"string"},"maxItems":6,"description":"Only rows whose county/zip/state/metro meets a Census condition, each as \"<kind>:<attribute><op><value>\" (ops > >= < <= =; values accept 1M, 250k, $50,000, 10%), e.g. \"county:population>1000000\". Every clause must hold; the fact is the area's, not the row's, and it adds nothing to the price. Attributes: population (population), households (households), median_household_income (median household income), median_age (median age), pct_65_plus (share of residents aged 65 or older), pct_bachelors_plus (share with a bachelor's degree or higher), housing_units (housing units), owner_occupied_share (owner-occupied share), median_home_value (median home value), establishments (business establishments), employees (employees), population_estimate (population estimate; county/metro/state only), population_growth_since_2020 (population growth since 2020; county/metro/state only); by NAICS sector, <sector>_establishments and <sector>_employees (employees: county/metro/state only) for agriculture, mining, utilities, construction, manufacturing, wholesale_trade, retail_trade, transportation, information, finance, real_estate, professional, management, administrative, educational_services, health_care, arts, accommodation, other_services."},"area_columns":{"type":"array","items":{"type":"string"},"maxItems":6,"description":"Census facts added to every row as columns named <kind>_<attribute>, each as \"<kind>:<attribute>,<attribute>\", e.g. \"county:population,median_household_income\". Free."},"relate":{"type":"object","properties":{"mode":{"type":"string","enum":["nearest","count_within","within_any","none_within"],"description":"nearest | count_within | within_any | none_within"},"anchor":{"type":"object","properties":{"dataset":{"$ref":"#/properties/dataset"},"datasets":{"$ref":"#/properties/datasets"},"category":{"$ref":"#/properties/category"},"exclude":{"$ref":"#/properties/exclude"},"state":{"$ref":"#/properties/state"},"city":{"$ref":"#/properties/city"},"county":{"$ref":"#/properties/county"},"zip":{"$ref":"#/properties/zip"},"where":{"$ref":"#/properties/where"},"near":{"$ref":"#/properties/near"},"area_where":{"$ref":"#/properties/area_where"},"area_columns":{"$ref":"#/properties/area_columns"}},"additionalProperties":false,"description":"The other set: dataset, datasets or category, plus filters"},"radius_miles":{"type":"number","exclusiveMinimum":0,"maximum":250},"within_drive_minutes":{"type":"integer","minimum":5,"maximum":60,"description":"Drive time instead of radius_miles (5-60 minutes). count_within / within_any / none_within only; at most 60 base rows."},"k":{"type":"integer","minimum":1,"maximum":3},"order":{"type":"string","enum":["asc","desc"]},"reveal_anchor":{"type":"boolean"}},"required":["mode","anchor"],"additionalProperties":false,"description":"Relate each base row to an anchor set. nearest: the k nearest anchors with miles. count_within: rank by anchors within radius_miles. within_any: rows with an anchor within radius_miles. none_within: rows with none. Straight-line miles, or real drive time with within_drive_minutes (5-60) on count_within / within_any / none_within, capped at 60 base rows."},"total":{"type":"integer","minimum":1,"maximum":10000,"description":"Base rows wanted, first in answer order"}},"required":["relate"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"request_list","description":"Ask LocationLists to add a list we do not have yet. Use it when search_datasets finds nothing that fits, or the user wants a brand, place or kind of business we do not publish. BEFORE calling: ask the user whether to send the request, and ask for their email so we can tell them when the list is ready. Pass an email only if the user gave it to you in this conversation; never guess or invent one. Called with neither email nor email_declined, it sends nothing and asks for the email. The request goes to the LocationLists team, the same place as the request box on locationlists.com. We add new datasets every day and prioritize requested ones; there is no promised date. Free, nothing is charged.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"topic":{"type":"string","description":"The list the user wants, in their words (2-200 characters)"},"email":{"type":"string","description":"The user's email, only if they gave it, so we can tell them when the list is ready"},"email_declined":{"type":"boolean","description":"True only when you asked the user for their email and they chose not to leave one"},"use_case":{"type":"string","description":"What they will use the list for, if they said (e.g. sales outreach, territory planning)"},"details":{"type":"string","description":"Anything else they specified: places, fields needed (phone, website, email), timing"},"name":{"type":"string","description":"The user's name, if they gave it"},"company":{"type":"string","description":"The user's company, if they gave it"}},"required":["topic"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"search_datasets","description":"Find LocationLists datasets by brand, kind of business or industry (e.g. 'bobcat', 'restaurants', 'bank branches', 'dental practices', 'hardware stores'). Returns EVERY matching dataset, best first, with slug, name, business type, industry, record count, coverage, whether it can be searched by distance (distanceSearch), and page URL. A kind of business or an industry in the query matches every dataset of that kind, and `kinds` names it as a category that count_locations can combine into one answer. Each brand or chain is its own dataset. After finding one you can filter it by city, state, zip, any column, or a radius around a place (e.g. within 25 miles of Los Angeles, CA) when it has coordinates: use count_locations for how many match, and get_sample with the same filters to preview matching rows. Both are free. To cover several chains near one place, pass datasets or category and a total to count_locations, and you get one answer, one price and one file.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","description":"Free text: brand, kind of business, industry or product"},"category":{"type":"string","description":"Restrict to one catalog category, industry or subcategory"},"limit":{"type":"integer","minimum":1,"maximum":1000,"description":"Max results (default: every match)"}},"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"send_feedback","description":"Send a message to the LocationLists team: wrong or missing data in a dataset, something that did not work, a pricing question, an idea, or anything else. Ask the user before sending and use their words. Ask for their email so the team can reply, and pass it only if they gave it; never guess or invent one. Called with neither email nor email_declined, it sends nothing and asks for the email. Free.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"message":{"type":"string","description":"The feedback, in the user's words (5-4000 characters)"},"email":{"type":"string","description":"The user's email, only if they gave it"},"email_declined":{"type":"boolean","description":"True only when you asked the user for their email and they chose not to leave one"},"category":{"type":"string","enum":["bug","data quality","pricing","feature","other"],"description":"What it is about (default other)"},"dataset":{"type":"string","description":"Dataset slug it concerns, if any, e.g. generac-dealers"}},"required":["message"],"additionalProperties":false,"$schema":"http://json-schema.org/draft-07/schema#"}}],"scan":{"score":79,"grade":"B","scanned_at":"2026-09-19T20:02:48.590Z","report":{"scannerVersion":"0.1.5","scannedAt":"2026-09-19T20:02:48.581Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1369ms"]},"poisoning":{"score":15,"max":15,"notes":["16 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 6 write-action tools with no auth"]},"maintenance":{"score":15,"max":15,"notes":["last push 3 days ago"]},"identity":{"score":6,"max":10,"notes":["registry namespace matches repository owner"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"}],"inputs":{"probes":[{"url":"https://locationlists.com/mcp","reachable":true,"authRequired":false,"latencyMs":1369,"serverInfo":{"name":"LocationLists","version":"1.3.0"}}],"packages":[],"repo":{"found":true,"owner":"kylehawke-stack","repo":"locationlists-mcp","archived":false,"pushedAt":"2026-09-16T12:52:47Z","stars":0,"forks":0,"openIssues":0,"ownerType":"User","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/263577980?v=4","ownerCreatedAt":"2026-02-24T08:32:00Z","license":"NOASSERTION"},"icon":{"url":"https://locationlists.com/icon.svg","source":"registry"},"presence":{"stars":0,"forks":0,"downloadsWeek":null,"license":"NOASSERTION","lastPushAt":"2026-09-16T12:52:47.000Z","score":23}}}},"grade_history":[],"reviews":[]}