← openslot.london
INDIVIDUAL MCP TOOL
get_availability
Get real availability for a business found via search_businesses.
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 endpoint
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.openslot-london]
url = "https://openslot.london/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"openslot-london": {
"type": "http",
"url": "https://openslot.london/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: openslot-london
Remote MCP URL: https://openslot.london/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": {
"openslot-london": {
"url": "https://openslot.london/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"openslot-london": {
"type": "http",
"url": "https://openslot.london/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "openslot-london",
"transport": "streamable-http",
"url": "https://openslot.london/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_businesses— Search the OpenSlot London directory of independently owned local businesses (restaurants/cafés, hair & beauty, health & fitness, and trades such as plumbers).request_booking— Send a booking or call-out REQUEST to a business.get_booking_status— Check the current status of a booking request by booking_id (e.g.cancel_booking— Cancel a booking on the customer's behalf.