← ticktock-town.com

INDIVIDUAL MCP TOOL

check_availability

Check availability for a period.

ticktock-town.comnone authenticationAvailability not checked

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

ticktock-town.com

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.clienttell-concierge]
url = "https://app.ticktock-town.com/agent-gateway/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "clienttell-concierge": {
      "type": "http",
      "url": "https://app.ticktock-town.com/agent-gateway/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: clienttell-concierge
Remote MCP URL: https://app.ticktock-town.com/agent-gateway/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": {
    "clienttell-concierge": {
      "url": "https://app.ticktock-town.com/agent-gateway/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "clienttell-concierge": {
      "type": "http",
      "url": "https://app.ticktock-town.com/agent-gateway/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "clienttell-concierge",
  "transport": "streamable-http",
  "url": "https://app.ticktock-town.com/agent-gateway/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_businesses — List every business discoverable through this gateway, with its id, name, business type, and LINE contact link.
  • 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.
  • get_booking_link — Link-outs for actually booking or contacting the business: its LINE official account deep link and hosted page when available.