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.
ENDPOINT 1
https://mcp.greengooding.com/mcp
Known tools 7
search_productsSearch the Green Gooding rental catalog by text query, optionally filtered by NYC zipcode for distance-sorted results.
get_product_detailsFetch full product detail by slug: description, specs, photos, pricing tiers, available physical units, and categories.
check_availabilityCheck whether a product is available for a date range.
get_quoteCompute 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_categoriesList the Green Gooding category tree (root categories plus children).
get_pickup_zonesReturn 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_bookingRe-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.