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.

Similar MCP servers embedding-nearest

Green Gooding
Read-only catalog for Green Gooding — NYC peer-to-peer rental marketplace.
0 tools · streamable-http
BuyWhere Product Catalog live
Search 1.5M+ products across 20+ platforms. Compare prices, find deals, browse categories.
6 tools · streamable-http
GuruWalk live
Free walking tours & activities in 200+ cities. Browse, check availability, and get tour details.
4 tools · streamable-http
Lightyear CryptoPunks live
Browse traits, filter 10K punks, listings, bids, Merkle roots, and bid pricing for CryptoPunks.
11 tools · streamable-http
io.github.geraservicesuk/mcp-gerarent
Property rental: search listings, check availability, book rentals. 50+ countries.
0 tools
io.github.Tomalarrrr/cyclesite-mcp-server live
Search, value, sell, and trust-check used bikes on Cyclesite — UK's used-bicycle marketplace.
33 tools · streamable-http

How to use

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

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