Connection check
verified live · 27h ago
greengooding-mcp
Read-only catalog for Green Gooding — NYC peer-to-peer rental marketplace.
Tools
7
GitHub stars
—
Installs / wk
—
Licence
—
Transport
streamable-http
Last checked
27h ago
Tools & capabilities
7 toolsRead from the running server on 27h ago.
check_availability
read-only
end_date*product_id*start_date*
Check whether a product is available for a date range. Returns { available: boolean } plus the echoed dates and product identifiers. Check whether a product is available for a date range. Returns { available: boolean } plus the echoed dates and product identifiers.
get_pickup_zones
read-only
product_slug*
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… 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.
get_product_details
read-only
slug*
Fetch full product detail by slug: description, specs, photos, pricing tiers, available physical units, and categories. Fetch full product detail by slug: description, specs, photos, pricing tiers, available physical units, and categories.
get_quote
read-only
end_date*product_id*start_date*coupon_codedelivery_option_id
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 conf… 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 pays through normal Stripe flow.
list_categories
read-only
List the Green Gooding category tree (root categories plus children). List the Green Gooding category tree (root categories plus children).
propose_booking
end_date*start_date*coupon_codeproduct_slug*contact_email*delivery_option_id
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. No 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. No booking is created until the Stripe payment completes. Use get_quote instead when the human needs to confirm identity / enter delivery details on the web app first.
search_products
read-only
q*limitzipcode