For agent developers
725 datasets. 14.2 million US and Canadian business locations — manufacturer dealer networks, state-licensed trade contractors, retail and restaurant chains, healthcare practices, and firms drawn from federal credential registries. Every one is compiled from the official locator, license register or government file that publishes it, and refreshed on a schedule. Your agent can query any of them and pay per row in USDC — no card, no account, no human at the keyboard.
Claude holds no keys and cannot sign a payment, so the wallet lives in a tool it calls. Download the extension, double-click it, and give it a funded Base wallet plus two spending caps. Then just ask Claude a question about where businesses are.
Download the extensionMIT licensed · source on GitHub
It calls query_locations on our MCP server at locationlists.com/mcp. No key, no signup, nothing to register first.
The response carries x402 payment terms: the amount in USDC, the network, and the address to pay. Priced per row from the dataset, so a county-sized query is cents.
It signs an EIP-3009 authorization and repeats the call with an X-PAYMENT header. Gasless — the facilitator broadcasts and pays the gas, so your wallet needs USDC and nothing else.
Money moves only after the query succeeds. A failed call, or one that matches nothing, costs you nothing — the authorization is simply never settled.
The server is plain MCP over HTTP. Point any client at it and read the 402:
POST https://locationlists.com/mcp
{"jsonrpc":"2.0","id":1,"method":"tools/call",
"params":{"name":"query_locations",
"arguments":{"dataset":"generac-dealers","state":"CO","limit":20}}}The free tools — search_datasets, get_dataset, get_sample — need no payment at all, so an agent can decide whether a dataset is worth buying before it spends anything.
An agent with a browser can read a brand’s dealer locator, and for who is near me it should. A locator returns what is close to one point, capped per search. Three kinds of question that breaks:
For anything smaller than that, honestly, read the locator. We would rather you bought the right thing than the expensive thing.
Metered queries are for slices. If you want an entire dataset, that is a one-time purchase from $9 to $199 by record count, delivered as a CSV — and per row it is far cheaper than querying. Datasets under 5,000 records are only sold whole; the query tool will tell your agent so and hand back the link.