@striderlabs/mcp-teladoc
v1.0.0
Published
MCP server connector for Teladoc telehealth — search providers, book virtual appointments, manage prescriptions via browser automation
Maintainers
Readme
@striderlabs/mcp-teladoc
MCP server connector for Teladoc telehealth platform. Enable AI agents to search providers, book virtual appointments, manage prescriptions, and message healthcare providers.
Installation
npx @striderlabs/mcp-teladocOr install globally:
npm install -g @striderlabs/mcp-teladocConfiguration
Set environment variables:
export TELADOC_EMAIL="[email protected]"
export TELADOC_PASSWORD="your-password"
export TELADOC_HEADLESS="true" # optional, defaults to trueTools
| 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 |
Usage with Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"teladoc": {
"command": "npx",
"args": ["@striderlabs/mcp-teladoc"],
"env": {
"TELADOC_EMAIL": "[email protected]",
"TELADOC_PASSWORD": "your-password"
}
}
}
}License
MIT
