orita-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@orita-mcpWhat available slots do I have for my 30-minute meeting on Monday?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
orita-mcp
MCP server for the Orita Provider Resolution API — lets AI agents search a provider network, apply eligibility rules, resolve availability, and safely confirm bookings.
What this does
Orita resolves the provider-routing problem:
Your application knows what service the customer needs, but not which professional is eligible and available.
This MCP server exposes that resolution workflow as tools that AI agents (Claude, Cursor, and compatible clients) can call natively.
Related MCP server: carly-cli
Primary workflow
resolve_scheduling → search provider network, return ranked options
hold_scheduling_option → temporarily reserve the selected slot
confirm_scheduling_resolution → confirm booking after customer approvalTools
Tool | Description | Modifies state? |
| Search provider network, apply eligibility rules, return ranked explained options | No |
| Retrieve resolution with options, exclusions, and expiry | No |
| Temporarily hold a slot (2 min default, 10 min max) | Application-defined |
| Release a held slot | Yes |
| Create the booking after customer approval | Yes — requires approval |
| Move to a new approved slot | Yes — requires approval |
| Cancel a booking | Yes — requires approval |
| Retrieve booking details | No |
| List providers in the network | No |
| Get slots for a known provider | No |
Agent safety
✓ resolve_scheduling, get_resolution, list_professionals, get_slots
→ No customer approval required
⚠ hold_scheduling_option
→ Application-defined
✗ confirm_scheduling_resolution, reschedule_booking, cancel_booking
→ Require explicit customer approval before calling
→ Display provider, service, time, timezone, and cancellation policy firstNever call confirm_scheduling_resolution until the customer has explicitly approved:
Provider name
Service
Date and time
Timezone
Cancellation policy
Connect via remote server
{
"mcpServers": {
"orita": {
"url": "https://orita.online/api/mcp",
"headers": {
"Authorization": "Bearer YOUR_ORITA_API_KEY"
}
}
}
}Note: Requests must include
Accept: application/json, text/event-stream. MCP-compatible clients send this automatically.
Install via PyPI
pip install orita-mcp
ORITA_API_KEY=orita_... python -m orita_mcpGet an API key
Free at orita.online/sign-up — no credit card. 50 active providers, 5,000 resolutions/month included on the free plan.
Resources
This server cannot be deployed
Maintenance
Related MCP Connectors
MCP server that lets AI assistants use all OneSchema features exposed via the public API.
MCP server exposing the Backtest360 engine API as tools for AI agents.
- UnifAPIOAuthcom.unifapi
Hosted MCP server for live public-data APIs and Skills for AI agents.
Hosted MCP server for Cliniko — patients, appointments, availability, and invoices for AI agents.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceThe OnceHub MCP Server provides a standardized way for AI models and agents to interact directly with the OnceHub scheduling APIMIT
- AlicenseAqualityBmaintenanceAgent-native MCP server for Carly, the AI scheduling assistant. Exposes 11 tools to read and manage booking pages, event types, calendars, bookings, and available slots. Allows you to manage and create booking pages from the command line.132 npm1MIT
- AlicenseAqualityDmaintenanceMCP server that connects AI agents to calendars, bookings, and scheduling polls via the Model Context Protocol.224 npmMIT
- AlicenseNot gradedqualityNot gradedmaintenanceMCP server that lets AI agents manage Google Calendar -- create events, check availability, and manage schedules.MIT