
Sign up at orita.online/sign-up — free, no credit card. Then go to Settings → API Keys → Create key.
claude_desktop_config.json{
"mcpServers": {
"orita": {
"command": "python",
"args": ["-m", "orita_mcp"],
"env": {
"ORITA_API_KEY": "orita_your_key_here"
}
}
}
}Config file location
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonpip install orita-mcp
Then restart Claude Desktop. Orita tools will appear in the MCP tools panel.
Tools exposed by the Orita MCP server. Actions that create or modify bookings require explicit customer approval.
| Tool | What Claude does | Requires approval |
|---|---|---|
| resolve_scheduling | Search provider network, return ranked options | No |
| get_resolution | Inspect options, scores, exclusion reasons | No |
| hold_scheduling_option | Reserve a slot while customer reviews | Application-defined |
| confirm_scheduling_resolution | Create the booking | Yes |
| reschedule_booking | Move to a new time | Yes |
| cancel_booking | Cancel a booking | Yes |
A realistic exchange between a user and Claude with Orita tools active.
{
"languageCodes": ["es"],
"modalityCodes": ["virtual"],
"dayParts": ["afternoon"]
}I found 4 eligible providers. The best match is:
Dr. Ana García — Tuesday, August 5 · 3:00 PM
Score: 94/100
Reason: Matches every required condition and is the earliest available afternoon appointment.
Would you like me to hold this slot while you confirm with the patient?
No install needed. Connect directly to the Orita hosted MCP endpoint.
{
"mcpServers": {
"orita": {
"url": "https://orita.online/api/mcp",
"headers": {
"Authorization": "Bearer orita_your_key_here"
}
}
}
}Requires Accept: application/json, text/event-stream — Claude Desktop sends this automatically.