INDIVIDUAL MCP TOOL
search_dispensaries
Find licensed cannabis dispensaries in one US state, optionally narrowed to a town, a point and radius, or a name/address/license-number search.
LIVE ENDPOINT
https://greenrush.io/mcp
Connect to this endpoint to inspect the live schema for search_dispensaries and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.greenrush]
url = "https://greenrush.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"greenrush": {
"type": "http",
"url": "https://greenrush.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: greenrush
Remote MCP URL: https://greenrush.io/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": {
"greenrush": {
"url": "https://greenrush.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"greenrush": {
"type": "http",
"url": "https://greenrush.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "greenrush",
"transport": "streamable-http",
"url": "https://greenrush.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_dispensary— Fetch one greenrush.io dispensary listing by its slug or page URL (as returned by search_dispensaries).where_to_buy— List dispensaries in a US state whose own verified online menu showed a cannabis brand’s products in stock at the last crawl, with the number of in-stock products and the price range listed.get_strain— Look up a cannabis strain by name or slug and return its profile as the greenrush.io strain page shows it: type, THC/CBD %, effects, flavors, terpenes, genetics, description.