markswendsen-code

@striderlabs/mcp-teladoc

Community markswendsen-code
Updated

MCP connector for teladoc

@striderlabs/mcp-teladoc

MCPnpm

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-teladoc

Or install globally:

npm install -g @striderlabs/mcp-teladoc

Configuration

Set environment variables:

export TELADOC_EMAIL="[email protected]"
export TELADOC_PASSWORD="your-password"
export TELADOC_HEADLESS="true"  # optional, defaults to true

Tools

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

MCP Server ยท Populars

MCP Server ยท New

    smart-mcp-proxy

    MCPProxy โ€“ Smart Proxy for AI Agents

    Supercharge AI Agents, Safely

    Community smart-mcp-proxy
    wowyuarm

    File Ops

    A local file operations skill for AI agents: convert, inspect, archive, and extract text

    Community wowyuarm
    cyanheads

    @cyanheads/mcp-ts-core

    TypeScript template for building Model Context Protocol (MCP) servers. Ships with declarative tools/resources, pluggable auth, multi-backend storage, OpenTelemetry observability, and first-class support for both local and edge (Cloudflare Workers) runtimes.

    Community cyanheads
    bitbonsai

    MCP-Vault

    A lightweight Model Context Protocol (MCP) server for safe Obsidian vault access

    Community bitbonsai
    KeyID-AI

    @keyid/agent-kit

    Give Claude/Cursor email powers. 27 MCP tools โ€” inbox, send, reply, contacts, search. Free, no signup.

    Community KeyID-AI