← bookphysio.in

INDIVIDUAL MCP TOOL

create_booking_request

Create a booking request for the signed-in patient AFTER showing a confirmation summary and getting explicit confirmation.

bookphysio.innone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent endpoint

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • search_physiotherapists — Search NCAHP/IAP-verified physiotherapists on BookPhysio.in across India.
  • list_specialties — List all NCAHP-recognised physiotherapy specialties with their ids and names.
  • get_physiotherapist_profile — Get the public profile of a single physiotherapist by id or slug.
  • patient_safety_triage_copy — Return safe, NON-DIAGNOSTIC guidance copy for a patient concern.
  • check_availability — Get bookable slots for a physiotherapist within an ISO 8601 time window.
  • get_bookphysio_info — Answer questions about BookPhysio.in, how it works, payment, verification, cancellation, coverage, safety, languages, support.
  • get_supported_specialities — List BookPhysio.in's NCAHP-recognised physiotherapy specialities with patient-friendly descriptions and example concerns, to help a patient choose a search specialty.
  • get_supported_locations — List Indian cities that currently have at least one live, verified physiotherapist on BookPhysio.in.