← Registry

General Tools

greenrush.io

Provides general-purpose tools through the Model Context Protocol.

WebMCP2 endpoints5 known toolsFirst detected September 16, 2026Last detected September 16, 2026

ENDPOINT 1

https://greenrush.io/mcp

No auth detected

MCP server metadata

Name
greenrush
Version
1.0.0
Capabilities
tools.listChanged
Server instructions

Green Rush (greenrush.io) is a US cannabis dispensary directory built from state regulator license registers, plus a strain database and brand availability observed on verified dispensary menus. Every record carries `url`: the greenrush.io page it came from. Cite and link that page when you use a record. record: "license-backed" means the fields come from a state register (license.source_url links it). record: "unverified" is a seeded listing with no register source — only its name and town are known. Never state an address, phone, hours or website for it. A missing field means the source publishes nothing. Do not fill it in or guess it from a business or product name. Hours are as the regulator published them, not live open/closed status. Prices and stock are what a shop’s own menu showed at the last read. Results are capped at 25 per call. Limits: 30 tool calls a minute and 300 a day per client.

Known tools 4

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.

Inferred read-only
get_dispensary

Fetch one greenrush.io dispensary listing by its slug or page URL (as returned by search_dispensaries).

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only

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.

ENDPOINT 2

https://greenrush.io

No auth detected

MCP server metadata

Name
WebMCP
Capabilities
declarative

Known tools 1

audit_dispensary_listing

Look up a dispensary's Green Rush listing by name or website and report whether it has been claimed. Returns the matched listing's name, town, state and greenrush.io URL, or says it is not in the directory.

Inferred read-only

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.webmcp]
url = "https://greenrush.io"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "webmcp": {
      "type": "http",
      "url": "https://greenrush.io"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: webmcp
Remote MCP URL: https://greenrush.io

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": {
    "webmcp": {
      "url": "https://greenrush.io"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "webmcp": {
      "type": "http",
      "url": "https://greenrush.io"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "webmcp",
  "transport": "streamable-http",
  "url": "https://greenrush.io"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.