← tailsmart.in

INDIVIDUAL MCP TOOL

get_service_availability

Get open appointment slots for a service over the next N days (1–14, default 7), so you can propose real times before booking.

tailsmart.innone 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

tailsmart.in

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.tailsmart-in]
url = "https://www.tailsmart.in/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "tailsmart-in": {
      "type": "http",
      "url": "https://www.tailsmart.in/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: tailsmart-in
Remote MCP URL: https://www.tailsmart.in/api/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": {
    "tailsmart-in": {
      "url": "https://www.tailsmart.in/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "tailsmart-in": {
      "type": "http",
      "url": "https://www.tailsmart.in/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "tailsmart-in",
  "transport": "streamable-http",
  "url": "https://www.tailsmart.in/api/mcp"
}
MCP Inspector

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

Related tools

  • find_stores — Find TailsMart pet stores that deliver to a location (pincode or lat/lng).
  • search_products — Search the pet-supply catalog by keyword.
  • get_reorderables — List items the signed-in customer has ordered before (for reordering), with store + subscribable flag.
  • order_status — Get the status and escrow state of one of the signed-in customer's own orders by id.
  • place_reorder — Re-buy an item the signed-in customer has ordered before, as a cash-on-delivery order to a saved address.
  • get_pet_context — List the signed-in customer's pets — name, species, breed, weight, age, allergies, and lost status.
  • predict_replenishment — Predict when the customer's previously-delivered pet-food items run out, from each pet's weight and the item's pack size, with a suggested reorder quantity and due date.
  • allergy_guard — Health check before ordering a food item for a pet: matches the pet's recorded allergies against the item.