← Registry

eCommerce

greengooding.com

This server provides a rental product catalog and pricing engine for Green Gooding, enabling search, product details, availability checks, and quote generation.

1 endpoint7 known toolsFirst detected June 22, 2026Last detected June 22, 2026

ENDPOINT 1

https://mcp.greengooding.com/mcp

No auth detected

Known tools 7

search_products

Search the Green Gooding rental catalog by text query, optionally filtered by NYC zipcode for distance-sorted results.

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.

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.

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.

propose_booking

Re-validate availability + price for a rental and create a Stripe Checkout URL the user (or the agent itself, if it can pay) can complete to book the product end-to-end.