Point your AI at Fuzzy
and just ask.
The Fuzzy MCP server hands Claude, Cursor, or any MCP client live dispensary menu data. One URL, six tools, nothing to install.
- Six tools
- Live Radar data
- Works in any MCP client
Connect it
It is a remote MCP server, so there is nothing to install and no SDK to pull in. One URL, no API key, no account:
https://api.fuzzy.so/mcpIn Claude, open Settings, then Connectors, then Add custom connector, paste that URL and leave the credential fields empty. In Claude Code it is one command:
claude mcp add --scope user --transport http fuzzy-radar https://api.fuzzy.so/mcpCursor and other MCP clients take the same URL as a streamable HTTP server in their own config. The tools arrive under whatever name you give the connector, so if you call it something other than fuzzy-radar, expect that prefix instead.
What it answers
Six tools over live menu data from dispensary menus on Dutchie and Jane nationwide, plus Weedmaps in California. Each one returns Radar links alongside the numbers, so an assistant citing a figure can link to the page it came from instead of inventing a URL.
fuzzy_lookupResolve a name to one canonical entity, with verified links and headline stats.
How many doors is Wyld in? Which markets does Raw Garden cover?
You: How many doors is Heavy Hitters in?
Assistant: 11,950 listings across 587 retailers in 4 states — CA (298 retailers), NY (174), NJ (40), NV (1). app.fuzzy.so/brands/heavy-hitters
fuzzy_searchList every brand, retailer, operator and platform matching a query.
Which brands match 'wana'? Find every operator matching Curaleaf.
You: Which brands match 'heavy hitters'?
Assistant: One match: Heavy Hitters, 11,950 listings. app.fuzzy.so/brands/heavy-hitters
fuzzy_brand_retailersThe retailers currently carrying a brand, filterable by market.
Which dispensaries carry Kiva? Who stocks us in Michigan?
You: Which dispensaries carry Heavy Hitters in California?
Assistant: 369 in CA. Top three by listing count: KindPeoples – Ocean St (213), KindPeoples – Soquel (212), Fabulous Creations (146).
fuzzy_brand_whitespaceDoors a competitor is on that a brand is not.
Where is my competitor that I'm not? Which doors should we call on?
You: Where is STIIIZY that Heavy Hitters isn't?
Assistant: 1,164 doors. Heaviest in CA (390) and MI (320), then NV (147) and AZ (139) — Heavy Hitters holds 608 doors against STIIIZY's 1,614, with 450 doors of overlap.
fuzzy_brand_top_productsA brand's products ranked by how many doors carry them.
Which SKU is in the most doors? Rank our products by shelf presence.
You: What's Heavy Hitters' best-selling product?
Assistant: Acapulco Gold, 1G vape cartridge — 94 doors, $31.80–$86.00, 88.9% THC. Pineapple Express is close behind at 92 doors.
fuzzy_entity_detailFull stats for a known Radar slug, when you already have the entity.
Give me everything on this retailer.
You: Give me everything on Fabulous Creations.
Assistant: 3,279 listings, 130 brands carried, $20.48 average price, on Dutchie in Costa Mesa, CA. app.fuzzy.so/retailers/dutchie-fabulous-creations
Why MCP and not the REST API
Both exist and both are public. The REST API is the right choice when you are writing code against a known shape. MCP is the right choice when a person is asking questions in natural language and something else has to decide which call to make, in what order, and how to phrase the answer. The tool descriptions carry that guidance, including which numbers to lead with and which links are safe to cite.
If something breaks
Nothing to request. If a client will not connect, or a tool returns something that looks wrong, email developers tesouro com and we will dig into it. Tell us what you are building and which markets matter to you and we will tell you where our coverage is thin.