INDIVIDUAL MCP TOOL
get_washbodega_pickup_delivery_policy
Return the public route-qualification policy without accepting an address, ZIP code, location, or other personal data.
LIVE ENDPOINT
https://washbodega.com/mcp
Connect to this endpoint to inspect the live schema for get_washbodega_pickup_delivery_policy and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.wash-bodega-service-discovery]
url = "https://washbodega.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"wash-bodega-service-discovery": {
"type": "http",
"url": "https://washbodega.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: wash-bodega-service-discovery
Remote MCP URL: https://washbodega.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": {
"wash-bodega-service-discovery": {
"url": "https://washbodega.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"wash-bodega-service-discovery": {
"type": "http",
"url": "https://washbodega.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "wash-bodega-service-discovery",
"transport": "streamable-http",
"url": "https://washbodega.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_washbodega_services— Return verified public Wash & Fold and pickup/delivery availability in English or Spanish.get_washbodega_pricing— Return verified public pricing and minimums for Wash & Fold or pickup/delivery.get_washbodega_location_hours— Return the verified store location and scoped 24/7 customer-access hours without implying continuous staffing or service availability.get_washbodega_ordering_handoff— Return the Cents ordering link and its limits.