← ticktock-town.com
INDIVIDUAL MCP TOOL
get_booking_link
Link-outs for actually booking or contacting the business: its LINE official account deep link and hosted page when available.
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.ticktock-town-botu-inn]
url = "https://app.ticktock-town.com/mcp/botu-inn"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ticktock-town-botu-inn": {
"type": "http",
"url": "https://app.ticktock-town.com/mcp/botu-inn"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ticktock-town-botu-inn
Remote MCP URL: https://app.ticktock-town.com/mcp/botu-inn
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": {
"ticktock-town-botu-inn": {
"url": "https://app.ticktock-town.com/mcp/botu-inn"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ticktock-town-botu-inn": {
"type": "http",
"url": "https://app.ticktock-town.com/mcp/botu-inn"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ticktock-town-botu-inn",
"transport": "streamable-http",
"url": "https://app.ticktock-town.com/mcp/botu-inn"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_pages— Search one business's public detail pages (properties, menu items, listings, services) by free-text query.get_page— Fetch one detail page's full published content (title, sections, photos, public info-page URL) by the slug returned from search_pages.list_products— The business's published product/service catalog (name, price label, description) with an optional free-text filter.get_quote— Deterministic price quote for a period from the business's published rate card.check_availability— Check availability for a period.