← Registry

General Tools

bookphysio.in

Helps users find and book physiotherapists in India.

1 endpoint12 known toolsFirst detected July 19, 2026Last detected August 28, 2026

ENDPOINT 1

https://bookphysio.in/mcp

No auth detected

MCP server metadata

Name
bookphysio-public
Version
2.0.0
Capabilities
toolsresourcesprompts
Server instructions

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_physiotherapists

Search credential-checked physiotherapists on BookPhysio.in across India.

Inferred read-only
list_specialties

List 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-only
get_physiotherapist_profile

Get the public profile of a single physiotherapist by BookPhysio.in id, D-number, or URL slug.

Inferred read-only
patient_safety_boundary_copy

Return BookPhysio.in's safety boundary wording for a patient concern.

Inferred read-only
check_availability

Get bookable slots for a physiotherapist within an ISO 8601 time window of at most 90 days.

Inferred read-only
get_bookphysio_info

Answer questions about BookPhysio.in, how it works, payment, verification, cancellation, coverage, safety, languages, support.

Potential side effects
get_provider_joining_info

Answer 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-only
list_provider_resources

List 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-only
get_supported_locations

List Indian cities that currently have at least one live, verified physiotherapist on BookPhysio.in.

Inferred read-only
compare_physiotherapists

Compare 2-5 physiotherapists side by side using only real profile data (location, visit types, verified status, specialities, fee).

Inferred read-only
get_my_appointments

List the signed-in patient's own BookPhysio.in appointments.

Inferred read-only
create_booking_request

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

Potential side effects

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

Trust status Neutral

bookphysio.in is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.