INDIVIDUAL MCP TOOL
list_my_orders
Return a summary list of all orders for a given email — most recent first, max 10.
LIVE ENDPOINT
https://foldlaundry.com/mcp
Connect to this endpoint to inspect the live schema for list_my_orders and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests sending messages.
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.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).book_hotel_pickup— Schedule a laundry pickup for a hotel guest.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.