Productivity
foldlaundry.com
Provides tools for searching hotels, booking laundry pickups, checking service ZIP codes, and tracking orders for the Fold laundry service.
ENDPOINT 1
https://foldlaundry.com/mcp
MCP server metadata
- Name
- fold-laundry
- Version
- 0.10.0
Known tools 19
search_hotelsSearch for a hotel by name within Fold service areas (Los Angeles and San Francisco).
Inferred read-onlytrack_orderCheck the status of any Fold order — works for both hotel-guest pickups and residential pickups.
Inferred read-onlyreschedule_orderMove the pickup date/window, delivery date/window, or both, on an existing order.
Inferred read-onlylist_my_ordersReturn a summary list of all orders for a given email — most recent first, max 10.
Potential side effectsget_estimateCalculate an itemized price estimate for what the user actually wants — bags of W&F + dry-cleaning items by tier.
Inferred read-onlylist_campusesList the campuses where Fold offers a Semester Pass (prepaid weekly laundry pickup for college students).
Inferred read-onlybuy_semester_passBuy a Fold Semester Pass for a college student at UCLA, USC, UC Berkeley, or UCSF.
Inferred read-onlyactivate_semester_passActivate a paid Semester Pass — the student supplies their phone (for pickup-day reminders), dorm building + room, and their CHOSEN PICKUP DAY (one of the campus's availablePickupDays from list_campuses).
Inferred read-onlyget_host_program_infoReturns Fold's linen-turnover program for Airbnb / Vrbo / short-term rental hosts: how same-day turnovers work, pricing by host size (à la carte, Fold Club, portfolio volume rates), and how to get started.
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.fold-laundry]
url = "https://foldlaundry.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fold-laundry": {
"type": "http",
"url": "https://foldlaundry.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fold-laundry
Remote MCP URL: https://foldlaundry.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": {
"fold-laundry": {
"url": "https://foldlaundry.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fold-laundry": {
"type": "http",
"url": "https://foldlaundry.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fold-laundry",
"transport": "streamable-http",
"url": "https://foldlaundry.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.