Productivity
pranie-dywanu.pl
Provides access to a textile-cleaning service's catalog, availability checking, and booking link creation for scheduling appointments.
ENDPOINT 1
https://pranie-dywanu.pl/api/order/v1/mcp
MCP server metadata
- Name
- cleanwhale-textile-cleaning
- Version
- 1.2.0
Use only the verified live catalog and availability. create_booking_link returns a calculator draft link only. Never send personal details: this server cannot reserve, prepare, pay for, or create an order.
Known tools 3
get_service_catalogReturn the current, verified textile-cleaning catalog and live unit prices for the selected website.
Inferred read-onlycheck_availabilityReturn current booking dates and times for this website, optionally filtered to one YYYY-MM-DD date.
Inferred read-onlycreate_booking_linkCreate a same-site calculator link with bounded service quantities.
Potential side effectsCONNECT 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.cleanwhale-textile-cleaning]
url = "https://pranie-dywanu.pl/api/order/v1/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"cleanwhale-textile-cleaning": {
"type": "http",
"url": "https://pranie-dywanu.pl/api/order/v1/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: cleanwhale-textile-cleaning
Remote MCP URL: https://pranie-dywanu.pl/api/order/v1/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": {
"cleanwhale-textile-cleaning": {
"url": "https://pranie-dywanu.pl/api/order/v1/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"cleanwhale-textile-cleaning": {
"type": "http",
"url": "https://pranie-dywanu.pl/api/order/v1/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "cleanwhale-textile-cleaning",
"transport": "streamable-http",
"url": "https://pranie-dywanu.pl/api/order/v1/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.