INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://bookphysio.in/mcp
Connect to this endpoint to inspect the live schema for list_provider_resources and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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.
Related tools
search_physiotherapists— Search credential-checked physiotherapists on BookPhysio.in across India.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.get_physiotherapist_profile— Get the public profile of a single physiotherapist by BookPhysio.in id, D-number, or URL slug.patient_safety_boundary_copy— Return BookPhysio.in's safety boundary wording for a patient concern.check_availability— Get bookable slots for a physiotherapist within an ISO 8601 time window of at most 90 days.get_bookphysio_info— Answer questions about BookPhysio.in, how it works, payment, verification, cancellation, coverage, safety, languages, support.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.get_supported_locations— List Indian cities that currently have at least one live, verified physiotherapist on BookPhysio.in.