← foldlaundry.com

INDIVIDUAL MCP TOOL

book_hotel_pickup

Schedule a laundry pickup for a hotel guest.

foldlaundry.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://foldlaundry.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for book_hotel_pickup 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

foldlaundry.com

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.

Related tools

  • search_hotels — Search for a hotel by name within Fold service areas (Los Angeles and San Francisco).
  • check_service_zip — Check whether Fold serves a given ZIP code.
  • book_residential_pickup — Schedule a laundry pickup at a residential address.
  • track_order — Check the status of any Fold order — works for both hotel-guest pickups and residential pickups.
  • cancel_order — Cancel a Fold order.
  • enroll_in_club — Enroll a Fold customer in Fold Club.
  • reschedule_order — Move the pickup date/window, delivery date/window, or both, on an existing order.
  • list_my_orders — Return a summary list of all orders for a given email — most recent first, max 10.