Skip to content
Back to search
100
MCP live v0.1.0 streamable-http

Green Gooding

io.github.Green-Gooding-Marketplace/greengooding-mcp

Read-only catalog for Green Gooding — NYC peer-to-peer rental marketplace.

Uptime
100.0%
2 probes
Response
459ms
last probe
Tools
6
callable

Tools · 6

search_products

Search the Green Gooding rental catalog by text query, optionally filtered by NYC zipcode for distance-sorted results. Returns a list of products with id, slug, name, brand, cheapest price, photo, and…

get_product_details

Fetch full product detail by slug: description, specs, photos, pricing tiers, available physical units, and categories.

check_availability

Check whether a product is available for a date range. Returns { available: boolean } plus the echoed dates and product identifiers.

get_quote

Compute a price quote for a rental and return a signed checkout URL the user can click to land in the booking form with dates, delivery option, and coupon pre-filled. The user confirms identity and pa…

list_categories

List the Green Gooding category tree (root categories plus children).

get_pickup_zones

Return the pickup/delivery options for a product: each option has type (PICKUP|DELIVERY), location (address + lat/lng), price, and (for delivery) the maximum reachable distance in miles.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "green_gooding": {
      "url": "https://mcp.greengooding.com/mcp",
      "transport": "streamable-http"
    }
  }
}