INDIVIDUAL MCP TOOL
check_availability
Devuelve las fechas libres de un espacio (y las horas libres de ese día, si se vende por hora).
LIVE ENDPOINT
https://www.desky.la/mcp
Connect to this endpoint to inspect the live schema for check_availability 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
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.desky]
url = "https://www.desky.la/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"desky": {
"type": "http",
"url": "https://www.desky.la/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: desky
Remote MCP URL: https://www.desky.la/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": {
"desky": {
"url": "https://www.desky.la/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"desky": {
"type": "http",
"url": "https://www.desky.la/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "desky",
"transport": "streamable-http",
"url": "https://www.desky.la/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
cowork_detail— Ficha completa de un espacio: descripción, coworking y sede, dirección, capacidad, precios por hora/día/semana/mes, amenities, horarios de apertura, rating y reseñas.get_booking_link— Devuelve el link de reserva en desky.la para un espacio, con la fecha y la cantidad de personas ya cargadas.quote_booking— Cotiza una reserva concreta y devuelve el total final y el link de checkout.search_coworks— Busca espacios de trabajo publicados en Desky por ciudad, zona, tipo, capacidad y rango de precio.