← Registry

Productivity

foldlaundry.com

Provides tools for searching hotels, booking laundry pickups, checking service ZIP codes, and tracking orders for the Fold laundry service.

1 endpoint19 known toolsFirst detected August 19, 2026Last detected August 19, 2026

ENDPOINT 1

https://foldlaundry.com/mcp

No auth detected

MCP server metadata

Name
fold-laundry
Version
0.10.0
Capabilities
toolsresourcesprompts

Known tools 19

search_hotels

Search for a hotel by name within Fold service areas (Los Angeles and San Francisco).

Inferred read-only
book_hotel_pickup

Schedule a laundry pickup for a hotel guest.

Inferred read-only
check_service_zip

Check whether Fold serves a given ZIP code.

Inferred read-only
book_residential_pickup

Schedule a laundry pickup at a residential address.

Inferred read-only
track_order

Check the status of any Fold order — works for both hotel-guest pickups and residential pickups.

Inferred read-only
cancel_order

Cancel a Fold order.

Inferred read-only
enroll_in_club

Enroll a Fold customer in Fold Club.

Inferred read-only
reschedule_order

Move the pickup date/window, delivery date/window, or both, on an existing order.

Inferred read-only
list_my_orders

Return a summary list of all orders for a given email — most recent first, max 10.

Potential side effects
get_estimate

Calculate an itemized price estimate for what the user actually wants — bags of W&F + dry-cleaning items by tier.

Inferred read-only
apply_promo_code

Apply a promo / discount code to an existing order.

Inferred read-only
list_campuses

List the campuses where Fold offers a Semester Pass (prepaid weekly laundry pickup for college students).

Inferred read-only
buy_semester_pass

Buy a Fold Semester Pass for a college student at UCLA, USC, UC Berkeley, or UCSF.

Inferred read-only
get_semester_pass

Look up a Fold Semester Pass by code (FSP-XXXXXX).

Inferred read-only
activate_semester_pass

Activate 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-only
get_pricing

Returns current Fold pricing for all services.

Inferred read-only
get_service_info

Returns service area, hours, contact info, and key policies.

Inferred read-only
get_host_program_info

Returns 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-only
get_referral_code

Look up a customer's Fold referral code and share link.

Inferred read-only

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.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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.