Get a demo to discover what Yoplanning can do for you
01
One of our account managers will explain how to save time and optimise your planning while boosting your online bookings
02
The YoPlanning software demonstration is screen-shared via video conferencing software
Zoom
Google meet
03
You will receive the invitation and the link to the meeting once you have confirmed your request for an online demo on our website
Thank you and see you soon!
Send
We hate spam—promise, we take care of your email address.
Oops! Something went wrong while submitting the form.
Yoplanning MCP server: connect your AI assistant
Yoplanning exposes an MCP server. Plug Claude — or any MCP-compatible assistant — straight onto your schedule, your orders and your customers, and work in plain language instead of copying and pasting.
MCP (Model Context Protocol) is an open standard that lets an AI assistant connect directly to a service to read its data and act on it. The Yoplanning MCP server speaks it over HTTP at https://yoplanning.pro/mcp, authenticated with your personal API token and scoped to one team.
Who is free on Thursday morning, which sessions are not full, what is still to be invoiced: your assistant reads your team's data and answers inside the conversation.
Act, not just read
The MCP reads and writes. Your assistant can consult your team's data and act on it — schedule, orders, customers — without you leaving the conversation.
It inherits your rights, nothing more
The MCP opens no new permissions. Your assistant sees and does only what you could see and do yourself, signed in to Yoplanning with your own account.
Your own AI client
Claude Desktop, Claude Code, Claude custom connectors, or any MCP-compatible client. One URL and two headers — nothing to install on our side.
Scoped to one team
Every call is scoped to the Team ID you configure. If your role is restricted to certain teams or certain data, that restriction applies through the MCP too.
Connecting takes two minutes
01
Open your advanced preferences
In Yoplanning, click the cog icon at the top right, then Settings.
02
Show the advanced preferences
In Settings, click Show advanced preferences.
03
Copy your Team ID and your API token
Both are shown there. Your token is personal and carries your own rights — never publish it.
04
Point your assistant at https://yoplanning.pro/mcp
Add the URL and two headers: Authorization: Bearer YOUR_API_TOKEN, and X-Team-Id: YOUR_TEAM_ID.
The REST API, for a classic integration
MCP is one way to connect an external tool to Yoplanning. For a conventional developer integration, the REST API exposes the same objects with webhooks, pagination, filtering and expand — the reference documentation is below.