# Green Gooding MCP server

Read-only catalog for Green Gooding — NYC peer-to-peer rental marketplace.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-green-gooding-marketplace-greengooding-mcp
- Repository: https://github.com/Green-Gooding-Marketplace/Green-Gooding-Platform-
- Website: https://greengooding.com

## Install
- Endpoint: https://mcp.greengooding.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp.greengooding.com/mcp

## Tools
- search_products (Search Green Gooding rentals) - 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 distance (when zipcode is provided). Endpoint: https://mcp.greengooding.com/mcp
- get_product_details (Get Green Gooding product detail) - Fetch full product detail by slug: description, specs, photos, pricing tiers, available physical units, and categories. Endpoint: https://mcp.greengooding.com/mcp
- check_availability (Check Green Gooding product availability) - Check whether a product is available for a date range. Returns { available: boolean } plus the echoed dates and product identifiers. Endpoint: https://mcp.greengooding.com/mcp
- get_quote (Get a Green Gooding rental 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. The user confirms identity and pays through normal Stripe flow. Endpoint: https://mcp.greengooding.com/mcp
- list_categories (List Green Gooding categories) - List the Green Gooding category tree (root categories plus children). Endpoint: https://mcp.greengooding.com/mcp
- get_pickup_zones (Get Green Gooding pickup/delivery zones for a product) - 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. Endpoint: https://mcp.greengooding.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.Green-Gooding-Marketplace
- Version: 0.1.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 19, 2026
- Source: https://registry.modelcontextprotocol.io
