4,500+ servers built on MCP Fusion
Vinkius
Doctolib logo
Vinkius
CrewAI logo

How to Use the Doctolib MCP in CrewAI

Deploy a collaborative crew of specialized agents in CrewAI to manage Doctolib schedules and find medical specialists via MCP.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

Doctolib MCP on Cursor AI Code Editor MCP Client Doctolib MCP on Claude Desktop App MCP Integration Doctolib MCP on OpenAI Agents SDK MCP Compatible Doctolib MCP on Visual Studio Code MCP Extension Client Doctolib MCP on GitHub Copilot AI Agent MCP Integration Doctolib MCP on Google Gemini AI MCP Integration Doctolib MCP on Lovable AI Development MCP Client Doctolib MCP on Mistral AI Agents MCP Compatible Doctolib MCP on Amazon AWS Bedrock MCP Support
MCP Servers - Free for Subscribers
CrewAI

Connect Doctolib MCP to CrewAI

Create your Vinkius account to connect Doctolib to CrewAI and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.

GDPR Free for Subscribers

Collaborative Medical Search Teams

One agent can't do everything. CrewAI lets you set up a research agent to find specialists using `rechercher_praticiens` and a scheduling agent to check open slots with `disponibilites`. They share context and work in parallel to find the best match. This role-based approach ensures that the agent looking up `motifs_consultation` doesn't get bogged down in booking details. They pass clean, structured data to each other using CrewAI's shared memory.

Autonomous Scheduling with MCP Server

Managing active appointments requires constant monitoring. This MCP Server allows your CrewAI crew to deploy a supervisor agent that runs `lister_rendez_vous` daily to check for upcoming visits. If a conflict arises, a coordinator agent takes action to resolve it. The coordinator agent can check alternative clinics using `lister_cabinets` and suggest new times. This keeps your medical calendar organized without requiring constant manual oversight.

Multi-Agent Appointment Verification

Booking errors are costly. Before invoking the MCP Server tools like `prendre_rendez_vous`, a CrewAI verifier agent cross-checks the doctor's profile using `consulter_praticien` against the patient's medical requirements. Only when all criteria are met does the booking agent execute the transaction. This multi-layered validation process dramatically reduces the risk of incorrect bookings.

Setup guide

Set up Doctolib MCP in CrewAI

Prerequisites

  • Python 3.10+ installed
  • crewai package (pip install crewai)
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install CrewAI

    Run pip install crewai to install the framework. MCP support is built-in via the mcps parameter.

  2. 2

    Add the MCP URL to your agent

    Pass your Vinkius endpoint directly to the mcps list. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com. CrewAI handles tool discovery and caching automatically.

  3. 3

    Kick off your crew

    Create a Crew with your agent and tasks. Call crew.kickoff() — the agent will automatically invoke Doctolib tools as needed.

crew.py
from crewai import Agent, Task, Crew

agent = Agent(
    role="Doctolib Analyst",
    goal="Access and analyze Doctolib data via MCP.",
    backstory="Expert analyst with direct Doctolib access.",
    mcps=[
        "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    ],
)

task = Task(
    description="List recent Doctolib transactions",
    agent=agent,
    expected_output="A summary of recent activity",
)

crew = Crew(agents=[agent], tasks=[task])
result = crew.kickoff()
print(result)

Why Choose Vinkius

Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.

Real-time monitoring

Live

visibility into every interaction

Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.

Built-in savings

60%

lower AI costs

Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.

Single dashboard

One

place for every integration

Every tool your AI connects to, managed from a single screen. One account, complete control.

Common questions about Doctolib MCP in CrewAI

Pass the server's endpoint URL directly into the agent's `mcps` list during setup. The agent will auto-discover and utilize tools like `disponibilites` and `prendre_rendez_vous`.
Yes, CrewAI natively supports MCP configurations that share context. A search agent using `rechercher_praticiens` can instantly hand off doctor details to a scheduling agent waiting to call `disponibilites`.
Use `MCPServerHTTP` from `crewai.mcp` and define a `tool_filter`. This lets you limit a research agent to `rechercher_praticiens` while reserving booking tools for your scheduling agent.
Yes. The `lister_specialites` tool provides the full index of specialties, allowing your agents to accurately categorize patient requests before searching.
All patient booking records are processed strictly within your local runtime environment. Our managed gateway uses secure, ephemeral isolates that never persist medical data or session logs.

Start using the Doctolib MCP today

We host it, we monitor it, we maintain it. You just paste one token.

Built & Managed by Vinkius 30s setup 8 tools

We've already built the connector for Doctolib. Just plug in your AI agents and start using Vinkius.

No hosting. No infrastructure. No complex setup.
All 8 tools are live and waiting. You're up and running in seconds.

Claude Claude
ChatGPT ChatGPT
Cursor Cursor
Gemini Gemini
Windsurf Windsurf
VS Code VS Code
JetBrains JetBrains
Vercel Vercel
+ other MCP clients

Vinkius gives your AI agents access to the full catalog of app connectors, all fully managed, secure, and enterprise-ready. One subscription, every tool you need.

Zero hosting required Full MCP catalog included Enterprise-grade security Auto-updated by Vinkius

Built, hosted, and secured by Vinkius. You just connect and go.