Coordinalo MCP Server

MCP serverProductivity

Once added, your AI can help run an appointment-based business: scheduling visits, checking availability, managing clients, and handling billing. Day-to-day tasks like booking a client or seeing who is free this week become something you simply ask for. It covers scheduling, availability, clients, billing and client records in one place.

Available today. Use it from your connected AI after setup.

After adding it, try asking your AI to do something you would normally handle yourself, like checking your availability or booking a client. From there, you can hand over more of your scheduling, client and billing work.

Then ask your AI: use the dunning get config tool from Coordinalo MCP Server

What your AI can do with it

  • Book and reschedule appointments
  • Check your open time slots
  • Look up and update client details
  • Handle billing for appointments
  • Manage your client relationships in one place

From the project's README

As published by danioni/coordinalo-mcp in README.md.


Coordinalo is a booking and scheduling SaaS platform. This repository is the official documentation and integration guide for connecting AI agents to Coordinalo via the Model Context Protocol (MCP).

Coordinalo implements the Servicialo open protocol. Any Servicialo-compatible MCP client works out of the box. See Built on Servicialo.

Quick Connect

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "coordinalo": {
      "url": "https://coordinalo.com/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY",
        "X-Org-Slug": "your-org-slug"
      }
    }
  }
}

See examples/claude-desktop.json for a ready-to-paste config.

Cursor IDE

Add to your Cursor MCP settings:

{
  "mcpServers": {
    "coordinalo": {
      "url": "https://coordinalo.com/api/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY",
        "X-Org-Slug": "your-org-slug"
      }
    }
  }
}

See examples/cursor-mcp.json.

Any MCP Client

Point your MCP client to:

Endpoint: https://coordinalo.com/api/mcp
Auth:     Authorization: Bearer <YOUR_API_KEY>
Header:   X-Org-Slug: <your-org-slug>

Authentication

Every request requires:

HeaderValueDescription
AuthorizationBearer <API_KEY>Your API key from coordinalo.com
X-Org-Slugyour-org-slugYour organization identifier

Get your API key at coordinalo.com/settings/api. See docs/authentication.md for full details.

Tool Summary

ToolDescriptionKey Params
availability_get_slotsQuery free slots for a provider/serviceorgSlug, providerId?, serviceId?, dateFrom, dateTo
booking_createCreate a new session/appointmentorgSlug, providerId, serviceId, clientId, scheduledAt
booking_listList sessions with filtersorgSlug, status?, providerId?, dateFrom?, dateTo?
booking_getGet a single booking's detailsorgSlug, sessionId
booking_rescheduleMove a booking to a new timeorgSlug, sessionId, newScheduledAt, confirm
booking_cancelCancel a sessionorgSlug, sessionId, reason, confirm
client_listList organization clientsorgSlug, search?
client_getGet client detailsorgSlug, clientId
client_createCreate a new clientorgSlug, name, lastName, email?, phone?
admin_list_providersList active providersorgSlug
service_listList bookable servicesorgSlug
report_dashboardGet org summary metricsorgSlug, date?

See docs/tools.md for full parameter docs, response formats, and examples.

Documentation

  • Quickstart — Connect and make your first booking in 5 minutes
  • Tool Catalog — Full reference for every available tool
  • Authentication — API keys, org slugs, and auth flow
  • Use Cases — Real-world agent integration patterns

Examples

Built on Servicialo

Coordinalo implements the Servicialo open protocol — an open-source MCP server specification for service scheduling platforms. This means:

  • Any Servicialo-compatible client works with Coordinalo without modification
  • Tool names and parameters follow the Servicialo spec
  • Other platforms implementing Servicialo share the same interface, so your agent code is portable

The @servicialo/mcp-server npm package defines the protocol. Coordinalo hosts a production instance at https://coordinalo.com/api/mcp.

Community & Support

License

Apache 2.0

Tools it offers (112)

What this server listed when ahel dialed its public endpoint in Sep 2026, with no key and no account of yours. The names are the server’s own.

  • dunning_get_config
  • dunning_configure
  • admin_list_providers
  • admin_create_service
  • admin_set_availability
  • admin_toggle_discoverable
  • availability_get_slots
  • availability_get_provider_schedule
  • booking_create
  • booking_get
  • booking_list
  • booking_cancel
  • booking_reschedule
  • booking_update_status
  • booking_create_recurring
  • booking_list_requests
  • booking_resolve_request
  • client_list
  • client_get
  • client_create
  • client_update
  • service_create
  • service_list
  • service_update
  • service_assign_provider
  • provider_get
  • provider_create
  • provider_update
  • provider_get_stats
  • finance_list_cobros

Signals

GitHub stars
1
Last commit
Apr 2026
Advanced
Delivery
mcp-server MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
Catalog kind
mcp-server
Gateway key
com-coordinalo-mcp-server
Source
github.com/danioni/coordinalo-mcp
Hosted endpoint
https://coordinalo.com/api/mcp