loading…
Search for a command to run...
loading…
Enables AI agents to interact with the Teladoc telehealth platform to search for providers, book virtual appointments, and manage prescriptions. It also support
Enables AI agents to interact with the Teladoc telehealth platform to search for providers, book virtual appointments, and manage prescriptions. It also supports secure messaging and access to past visit history through the Model Context Protocol.
MCP server connector for Teladoc telehealth platform. Enable AI agents to search providers, book virtual appointments, manage prescriptions, and message healthcare providers.
npx @striderlabs/mcp-teladoc
Or install globally:
npm install -g @striderlabs/mcp-teladoc
Set environment variables:
export TELADOC_EMAIL="[email protected]"
export TELADOC_PASSWORD="your-password"
export TELADOC_HEADLESS="true" # optional, defaults to true
| Tool | Description |
|---|---|
search_providers |
Search Teladoc providers by specialty, condition, gender, or language |
get_provider_details |
Get detailed information about a specific provider |
list_appointments |
List upcoming and past appointments |
book_appointment |
Book a new virtual appointment |
cancel_appointment |
Cancel an existing appointment |
get_prescriptions |
View prescription history |
send_message |
Send secure message to your provider |
get_visit_history |
Get past visit summaries |
Add to your claude_desktop_config.json:
{
"mcpServers": {
"teladoc": {
"command": "npx",
"args": ["@striderlabs/mcp-teladoc"],
"env": {
"TELADOC_EMAIL": "[email protected]",
"TELADOC_PASSWORD": "your-password"
}
}
}
}
MIT
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"teladoc-mcp-server": {
"command": "npx",
"args": []
}
}
}