shdc-appointment-mcp
Related Servers
Alternatives to shdc-appointment-mcp
No user-submitted related servers found.
Related Servers
- AlicenseAqualityCmaintenanceMCP server for reading WeChat public account articles by reusing authenticated browser sessions, handling captchas and rate limits.614MIT
- FlicenseNot gradedqualityDmaintenanceMCP server for WeChat automation, supporting message sending, chat history retrieval, and contact list management via SSE protocol.5-
- FlicenseNot gradedqualityCmaintenanceMCP server for scheduling appointments and managing services for plastic surgery clinics. Supports calendar operations, booking, catalog search, and case studies (before/after) for procedures.-
- FlicenseNot gradedqualityDmaintenanceThis MCP server enables medicine management, stock/refill estimation, doctor search and availability checks, and appointment management for senior care scenarios.-
- AlicenseNot gradedqualityDmaintenanceAn MCP server that enables users to book, cancel, reschedule, and list appointments through natural language interactions. It uses YAML configurations for agent behavior and function logic to manage appointment data and availability.MIT
- AlicenseNot gradedqualityBmaintenanceMCP server to scan for open Global Entry / NEXUS appointment slots and get notified via email, Slack, or Discord.MIT
TDQS
Scored across 40 tools
Each tool belongs to a clear domain (appointment, auth, health, etc.) with distinct actions. Even within health, tools like health_document_get vs health_document_export have clear differences documented. No two tools have overlapping purposes.
Tools follow a consistent snake_case pattern with domain prefixes. Most use verb-last convention (e.g., health_allergy_list), but a few like list_patients use verb-first. This minor inconsistency does not impair readability.
With 40 tools, the server is over-scoped. While each tool has a distinct purpose, the sheer number makes it cumbersome for an agent. Splitting into separate servers (e.g., appointments, health records) would improve coherence.
The tool surface covers authentication, registration, appointment booking, health records, and drug interactions. Missing update/delete for several health entities (e.g., allergy, document, timeline) are minor gaps that agents can work around.