Green Gooding
io.github.Green-Gooding-Marketplace/greengooding-mcpRead-only catalog for Green Gooding — NYC peer-to-peer rental marketplace.
Tools · 6
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…
Fetch full product detail by slug: description, specs, photos, pricing tiers, available physical units, and categories.
Check whether a product is available for a date range. Returns { available: boolean } plus the echoed dates and product identifiers.
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 the Green Gooding category tree (root categories plus children).
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
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"green_gooding": {
"url": "https://mcp.greengooding.com/mcp",
"transport": "streamable-http"
}
}
}