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
MCP server metadata
- Name
- greengooding
- Version
- 0.1.0
Known tools 7
search_productsSearch the Green Gooding rental catalog by text query, optionally filtered by NYC zipcode for distance-sorted results.
Inferred read-onlyget_product_detailsFetch full product detail by slug: description, specs, photos, pricing tiers, available physical units, and categories.
Inferred read-onlyget_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.
Inferred read-onlylist_categoriesList the Green Gooding category tree (root categories plus children).
Inferred read-onlyget_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.
Inferred read-onlypropose_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.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.greengooding]
url = "https://mcp.greengooding.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"greengooding": {
"type": "http",
"url": "https://mcp.greengooding.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: greengooding
Remote MCP URL: https://mcp.greengooding.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"greengooding": {
"url": "https://mcp.greengooding.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"greengooding": {
"type": "http",
"url": "https://mcp.greengooding.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "greengooding",
"transport": "streamable-http",
"url": "https://mcp.greengooding.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for greengooding.com was fetched 2026-09-22T05:35:12.751Z.
greengooding.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.