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

How to Use the MakePlans MCP in CrewAI

Run autonomous multi-agent scheduling teams using CrewAI and MakePlans.

See Vinkius in Action

Works with every AI agent you already use

…and any MCP-compatible client

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

Connect MakePlans MCP to CrewAI

Create your Vinkius account to connect MakePlans 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 booking management via MCP Server

`list_bookings` lets your CrewAI agents audit existing schedules to spot conflicts or double-bookings. One specialized agent can pull the booking list, while another analyzes it to optimize staff schedules. This cooperative approach ensures that your calendar remains clean. The agents pass structured data among themselves, allowing them to resolve scheduling issues without human supervision.

Dedicated staff assignment and lookup

`list_people` retrieves your staff list so your CrewAI agents can match the right person to each new appointment. The research agent identifies the best qualified staff member, and the coordinator agent assigns them to the slot. By using get_resource alongside staff lists, the crew ensures that both the human specialist and the required physical room are reserved at the exact same time. This prevents logistics bottlenecks before they happen.

Autonomous cancellation and rescheduling

`delete_booking` removes appointments when a CrewAI agent detects a cancellation request in your customer support channel. The agent parses the request, finds the correct booking ID, and deletes the slot. After deletion, a secondary agent can run list_available_slots to immediately offer the newly opened time to waitlisted clients. This automated loop keeps your calendar full and maximizes revenue.

Setup guide

Set up MakePlans 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 MakePlans tools as needed.

crew.py
from crewai import Agent, Task, Crew

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

task = Task(
    description="List recent MakePlans 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 MakePlans MCP in CrewAI

Pass your Vinkius HTTP endpoint directly into the mcps list when initializing your CrewAI agents. For more granular control, use the MCP server configuration from crewai.mcp to filter which scheduling tools are exposed to specific agents.
Yes. By giving an agent access to create_booking and list_available_slots, it can negotiate times with customers and book the appointment. You can set up a moderator agent to oversee these actions if you want an extra layer of safety.
Agents use list_services to fetch the latest offerings and pricing. If you update a service name or duration in MakePlans, the agents immediately adapt their booking logic without requiring any code updates.
Yes. You can use a tool filter to restrict access. For example, you can allow your customer-facing agent to only use list_available_slots, while reserving delete_booking for your manager agent.
Customer names, phone numbers, and booking schedules are processed locally within your CrewAI environment. The MCP integration with MakePlans through Vinkius uses secure, ephemeral tokens, ensuring that personal data is never cached or stored on external servers.

Start using the MakePlans MCP today

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

Built & Managed by Vinkius 30s setup 10 tools

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

No hosting. No infrastructure. No complex setup.
All 10 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.