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

How to Use the MakePlans MCP in LangChain

Build LangChain chains that check available slots and book appointments on MakePlans without hardcoding API calls.

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
LangChain

Connect MakePlans MCP to LangChain

Create your Vinkius account to connect MakePlans to LangChain 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

Chain slot checks with instant bookings in LangChain

Your agent needs to book a client. Instead of writing glue code, pass `list_available_slots` to your LangChain chain. The agent checks open times, picks the best match, and immediately runs `create_booking` in a single execution loop. LangSmith tracks every step of this multi-step decision. You see the exact latency of `list_services` and check how the agent parsed the resource ID before hitting `get_resource`.

Build self-correcting booking pipelines

When a booking conflict happens, your LangChain agent doesn't just crash. It runs `list_bookings` to find the overlapping appointment, evaluates the priority, and uses `delete_booking` to reschedule if necessary. You hook up these MakePlans tools to a standard LangGraph state machine. The agent manages the entire calendar state, calling `get_booking` to verify success before updating your external database.

Connect MakePlans to 500+ LangChain integrations

Combine scheduling with your existing tech stack. Your LangChain agent can fetch customer details from a database, check staff availability with `list_people`, and write the appointment directly to MakePlans. This MCP Server exposes raw scheduling actions directly to your LLM. You don't build custom API wrappers; you just feed the tools to your chain and let the agent coordinate the logistics.

Setup guide

Set up MakePlans MCP in LangChain

Prerequisites

  • Python 3.10+ installed
  • langchain-mcp-adapters + langgraph packages
  • Active Vinkius subscription with a valid endpoint token
  1. 1

    Install dependencies

    Run pip install langchain-mcp-adapters langgraph langchain-openai. The MCP adapters package converts MCP tools into native LangChain BaseTool objects.

  2. 2

    Connect via HTTP transport

    Use MultiServerMCPClient with "transport": "http" pointing to your Vinkius endpoint. Replace [YOUR_TOKEN_HERE] with your token from cloud.vinkius.com.

  3. 3

    Create a ReAct agent

    Pass the discovered tools to create_react_agent() from LangGraph. The agent automatically routes MakePlans tool calls through the MCP protocol.

  4. 4

    Run with any LLM

    Swap ChatOpenAI for ChatAnthropic, ChatGoogleGenerativeAI, or any LangChain-compatible model. The MCP tools work identically across all providers.

agent.py
from langchain_mcp_adapters.client import MultiServerMCPClient
from langgraph.prebuilt import create_react_agent
from langchain_openai import ChatOpenAI

async with MultiServerMCPClient({
    "makeplans-alternative-mcp": {
        "transport": "http",
        "url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp",
    }
}) as client:
    tools = client.get_tools()

    agent = create_react_agent(
        ChatOpenAI(model="gpt-4o"),
        tools,
    )
    result = await agent.ainvoke({
        "messages": "List recent MakePlans transactions"
    })
    print(result["messages"][-1].content)

Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by MakePlans. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.

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 LangChain

Use the MultiServerMCPClient to fetch the tools, then pass them to create_agent. It takes under ten lines of Python. You initialize the client with the Vinkius MCP endpoint, call get_tools(), and feed them directly to your agent executor.
Yes, LangChain chains can run sequential tool calls like checking slots and booking in one run. Your agent runs list_available_slots to find open times, then uses that output to run create_booking. LangSmith logs the entire sequence so you can debug any failures.
You handle rate limits by configuring backoff handlers in your LangChain runnable configuration. If list_bookings or get_service returns a rate limit error, the chain pauses and retries. This keeps your automated booking system from crashing during busy hours.
The agent checks availability first. By running get_resource and list_available_slots before booking, your agent avoids double-booking. If a collision occurs, the tool returns an error, and your agent can suggest alternative times.
All booking details, customer names, and schedules are processed inside an isolated V8 sandbox on Vinkius. No data is stored on our servers; it passes directly between your LangChain application and the MakePlans API. We use end-to-end transport encryption to keep your calendar secure.

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.