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

How to Use the MakePlans MCP in CrewAI

Deploy a crew of AI agents with CrewAI to autonomously manage your entire MakePlans booking operation, from intake to reporting.

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

Assemble a Dedicated Booking Crew

This MCP server gives your CrewAI agents the tools to manage a complete booking system. You can create a 'Client Intake Agent' whose only job is to use the `create_new_customer` tool. It then passes the new customer ID to a 'Scheduling Agent' that uses `find_available_slots` and `create_new_appointment` to book the meeting. This role-based specialization is what makes CrewAI powerful. Each agent focuses on one part of the problem—onboarding, scheduling, or confirming—and hands off the work. The MakePlans tools are the specific actions they can take to get their jobs done.

Build an Autonomous Auditing Team

Assign a 'Reporting Agent' the task of running `list_appointments` and `list_customers` on a daily schedule. It can pass this raw data to an 'Analyst Agent' that looks for patterns, like which services are most popular or which customers book most often. The crew works together without human intervention. The Reporting Agent gathers the facts using the MakePlans tools, and the Analyst Agent provides insights. It’s a simple way to build an automated business intelligence function for your operations.

Let Your CrewAI Agents Manage Resources

Create an 'Operations Agent' that periodically uses `list_booking_resources` to check the availability of staff or rooms. If it detects an underutilized resource, it can delegate a task to a 'Marketing Agent' to promote services associated with that resource. This shows how a team of agents can do more than just execute tasks; they can monitor, analyze, and act. This MCP server provides the core operational tools, and CrewAI provides the framework for autonomous collaboration.

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

It's straightforward. You pass your Vinkius MCP server URL into the `mcps` parameter when defining an Agent in CrewAI. The agent will automatically gain access to all the MakePlans tools like `create_new_appointment`.
Yes. When setting up your MCP connection in CrewAI, you can use a `tool_filter` to specify exactly which tools an agent should have. For example, you could give one agent access to `list_appointments` but not `create_new_appointment`.
You could have one agent use `create_new_customer`, then pass the customer ID to a second agent. That second agent would then use `find_available_slots` and `create_new_appointment` to finish the job. This handoff is central to how CrewAI works.
Use the `get_appointment_details` tool. It takes an appointment ID and returns all the information for that specific booking, which is useful for agents that need to confirm or modify existing events.
Yes. Your agents will handle customer and appointment data to perform their tasks. Each tool call your crew makes to the MakePlans server is an individual, authenticated request processed in a secure sandbox. Vinkius doesn't inspect or retain the data passed between your agents.

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 8 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 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.