mcpserver.lol
registry/greengooding-mcp
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 tools

Read 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.
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…
get_product_details read-only slug*
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…
list_categories read-only
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…
search_products read-only q*limitzipcode
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, cheape…