Full back-office MCP server for service businesses. Schedule appointments, manage clients, track payments, automate communications, and run reports — all via AI agents.
41 tools covering the complete service lifecycle for clinics, consultancies, and professional service teams.
Overview
What is Coordinalo?
Coordinalo is the reference implementation of the Servicialo protocol — a full back-office platform for professional service businesses operated via AI agents.
41 tools across 10 modules
| Module | Key tools |
|---|---|
| Booking | booking_create, booking_list, booking_reschedule, booking_cancel |
| Clients | client_create, client_get, client_list, client_update |
| Finance | finance_create_cobro, finance_register_payment, finance_client_balance |
| Comms | comms_send_message, comms_get_preferences, comms_update_preferences |
| Dunning | dunning_configure, dunning_get_config |
| Reports | report_dashboard, report_revenue, report_occupancy |
| Providers | provider_create, provider_get, provider_get_stats |
| Services | service_list, service_update, service_assign_provider |
| Admin | admin_create_organization, admin_create_service |
| Availability | availability_get_slots, availability_get_provider_schedule |
Quick start
{
"mcpServers": {
"coordinalo": {
"type": "http",
"url": "https://coordinalo.com/api/mcp",
"headers": {
"Authorization": "Bearer <your_api_key>",
"X-Org-Id": "<your_org_slug>"
}
}
}
}
Credentials available at coordinalo.com.
Built on the Servicialo open protocol.
Server Config
{
"mcpServers": {
"coordinalo": {
"type": "http",
"url": "https://coordinalo.com/api/mcp",
"headers": {
"Authorization": "Bearer <your_api_key>",
"X-Org-Id": "<your_org_slug>"
}
}
}
}