ENDPOINT 1
https://bookphysio.in/mcp
MCP server metadata
- Name
- bookphysio-public
- Version
- 2.0.0
BookPhysio.in, India's physiotherapy booking platform. Anonymous tools are read-only: find credential-checked physiotherapists, their specialties, locations and availability. Two tools require a signed-in patient's bearer token: reading that patient's own appointments, and creating a booking request, which writes only after the patient approves a confirmation link on bookphysio.in. Patients pay the physiotherapist directly at the session; BookPhysio.in never collects payment online. Say physiotherapist, not doctor. Do not diagnose or promise outcomes.
Known tools 12
search_physiotherapistsSearch credential-checked physiotherapists on BookPhysio.in across India.
Inferred read-onlylist_specialtiesList the physiotherapy specialty categories a patient can actually be searched for on BookPhysio.in, with the id and slug that search_physiotherapists accepts, plus a patient-friendly description and example concerns.
Inferred read-onlyget_physiotherapist_profileGet the public profile of a single physiotherapist by BookPhysio.in id, D-number, or URL slug.
Inferred read-onlypatient_safety_boundary_copyReturn BookPhysio.in's safety boundary wording for a patient concern.
Inferred read-onlycheck_availabilityGet bookable slots for a physiotherapist within an ISO 8601 time window of at most 90 days.
Inferred read-onlyget_bookphysio_infoAnswer questions about BookPhysio.in, how it works, payment, verification, cancellation, coverage, safety, languages, support.
Potential side effectsget_provider_joining_infoAnswer a PHYSIOTHERAPIST asking how to list their practice on BookPhysio.in: eligibility, which registrations are accepted, what it costs, how they get paid, what signup needs, and what a published profile shows.
Inferred read-onlylist_provider_resourcesList the BookPhysio.in pages written for physiotherapists, in the order a physiotherapist should meet them, so an assistant can link the right one instead of guessing a URL.
Inferred read-onlyget_supported_locationsList Indian cities that currently have at least one live, verified physiotherapist on BookPhysio.in.
Inferred read-onlycompare_physiotherapistsCompare 2-5 physiotherapists side by side using only real profile data (location, visit types, verified status, specialities, fee).
Inferred read-onlycreate_booking_requestCreate a booking request for the signed-in patient AFTER showing a confirmation summary and getting explicit confirmation.
Potential side effectsCONNECT 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-public]
url = "https://bookphysio.in/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"bookphysio-public": {
"type": "http",
"url": "https://bookphysio.in/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: bookphysio-public
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-public": {
"url": "https://bookphysio.in/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"bookphysio-public": {
"type": "http",
"url": "https://bookphysio.in/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "bookphysio-public",
"transport": "streamable-http",
"url": "https://bookphysio.in/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for bookphysio.in was fetched 2026-08-11T00:08:24.693Z.
bookphysio.in is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.