Productivity
doctofam.com
Manages DoctoFam clinic information including clinics, schedules, procedures, and rooms.
ENDPOINT 1
https://mcp.doctofam.com/mcp
MCP server metadata
- Name
- doctofam-mcp
- Version
- 0.1.0
# Clinic administration with DoctoFam This skill drives the hosted DoctoFam MCP. The user must connect DoctoFam and authorize the intended organization. If authorization fails, ask the user to connect or reauthorize; never guess another tenant. ## Hard privacy and clinical boundary This connector is administrative-only. It does not expose: - patient identities, records, contacts or record counts; - individual appointment records, identifiers, statuses, procedures or times; - diagnoses, treatments, prescriptions, history, images or free-text notes; - provider IDs or contacts, credentials or organization internals; or - tools that create, update, message, cancel or delete records. Never ask users to paste excluded health data into chat or try to infer it from aggregate counts. The connector does not diagnose, triage, prescribe, recommend treatment, determine urgency or make a medical decision. Every tool is read-only. ## Available tools | Tool | Safe use | | ----------------------------- | ------------------------------------------------------- | | `list_clinics` | Resolve organization-owned clinic IDs and safe metadata | | `get_clinic` | Read safe metadata for one clinic | | `get_clinic_schedule_summary` | Count scheduled records by UTC day, at most 31 days | | `list_procedures` | Page through procedure-catalog names and prices | | `list_rooms` | List room names for one clinic | | `list_calendar_events` | Page through non-identifying administrative blocks | | `list_providers` | List provider display names without IDs or contacts | | `get_clinic_availability` | Review bounded unassigned bookable capacity | | `get_subscription_status` | Review safe plan status and entitlements | | `show_clinic_overview` | Render a bounded administrative clinic snapshot | Never guess a clinic ID: call `list_clinics`, resolve the intended clinic and reuse its returned 24-character hexadecimal ID. Ask when several match. Opaque cursors may be reused only with the filters that produced them. For a broad snapshot, resolve a clinic and call `show_clinic_overview`. For workload, call `get_clinic_schedule_summary` and report only the total, lower-bound flag and UTC-day counts. A `+` count is not a complete total. Bookable availability is unassigned capacity; it is not evidence about any person. Procedure names and prices are administrative catalog data, not diagnosis, treatment history or a recommendation. For patient or clinical requests, explain that the connector cannot access that data. For writes, explain that all tools are read-only. For clinical or medical-decision requests, follow host safety guidance and make clear that DoctoFam provides no medical decision.
Known tools 10
list_clinicsList the authenticated user's DoctoFam clinics with bounded, cursor-based pagination.
Inferred read-onlyget_clinic_schedule_summaryCount scheduled records by UTC day for one tenant-owned DoctoFam clinic over a range of at most 31 days.
Inferred read-onlylist_proceduresList the authenticated user's DoctoFam procedure catalog with bounded pagination.
Inferred read-onlylist_roomsList administrative room names for one tenant-owned DoctoFam clinic with bounded pagination.
Inferred read-onlylist_calendar_eventsList tenant-scoped non-appointment calendar blocks (courses, meetings, days off, closures) with bounded pagination.
Inferred read-onlylist_providersList display names for the bookable providers of one tenant-owned DoctoFam clinic.
Inferred read-onlyget_clinic_availabilityList bookable appointment slots for one tenant-owned DoctoFam clinic.
Inferred read-onlyget_subscription_statusGet administrative plan status and entitlement limits for one tenant-owned DoctoFam clinic.
Inferred read-onlyshow_clinic_overviewRender a bounded administrative overview for a known DoctoFam clinic.
Inferred read-onlyCONNECT 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.doctofam-mcp]
url = "https://mcp.doctofam.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"doctofam-mcp": {
"type": "http",
"url": "https://mcp.doctofam.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: doctofam-mcp
Remote MCP URL: https://mcp.doctofam.com/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": {
"doctofam-mcp": {
"url": "https://mcp.doctofam.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"doctofam-mcp": {
"type": "http",
"url": "https://mcp.doctofam.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "doctofam-mcp",
"transport": "streamable-http",
"url": "https://mcp.doctofam.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://www.doctofam.com/en
MCP server metadata
- Name
- WebMCP
Known tools 1
get_doctofam_agent_resourcesReturn official DoctoFam documentation, pricing, privacy, authentication, and MCP URLs without reading clinic or patient data.
Inferred read-onlyCONNECT 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.webmcp]
url = "https://www.doctofam.com/en"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"webmcp": {
"type": "http",
"url": "https://www.doctofam.com/en"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: webmcp
Remote MCP URL: https://www.doctofam.com/en
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": {
"webmcp": {
"url": "https://www.doctofam.com/en"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"webmcp": {
"type": "http",
"url": "https://www.doctofam.com/en"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "webmcp",
"transport": "streamable-http",
"url": "https://www.doctofam.com/en"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.