General Tools
washbodega.com
Provides public information and ordering links for Washbodega laundry services.
ENDPOINT 1
https://washbodega.com/mcp
MCP server metadata
- Name
- Wash Bodega Service Discovery
- Version
- 1.0.0
Known tools 5
get_washbodega_servicesReturn verified public Wash & Fold and pickup/delivery availability in English or Spanish.
Inferred read-onlyget_washbodega_pricingReturn verified public pricing and minimums for Wash & Fold or pickup/delivery.
Inferred read-onlyget_washbodega_location_hoursReturn the verified store location and scoped 24/7 customer-access hours without implying continuous staffing or service availability.
Inferred read-onlyget_washbodega_pickup_delivery_policyReturn the public route-qualification policy without accepting an address, ZIP code, location, or other personal data.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.