← hangout-tech.com
INDIVIDUAL MCP TOOL
create_booking_link
Build a link to complete a table booking on Hangout.
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.hangout-tech-com]
url = "https://hangout-tech.com/api/mcp/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hangout-tech-com": {
"type": "http",
"url": "https://hangout-tech.com/api/mcp/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hangout-tech-com
Remote MCP URL: https://hangout-tech.com/api/mcp/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": {
"hangout-tech-com": {
"url": "https://hangout-tech.com/api/mcp/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hangout-tech-com": {
"type": "http",
"url": "https://hangout-tech.com/api/mcp/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hangout-tech-com",
"transport": "streamable-http",
"url": "https://hangout-tech.com/api/mcp/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_venues— Search Thai pub/bar/nightlife venues bookable on Hangout by free text (name, city/area, or music style, in Thai or English).get_recommended_venues— Get a curated list of recommended Thai pub/bar venues on Hangout.get_venue_details— Get details for one venue by its slug: name, city, bio, music style, opening hours and links.check_availability— Check bookable tables, their seat capacity, price (THB) and status for a venue on a given date.