Coordinalo MCP Server

Coordinalo MCP Server

Connects AI agents to Coordinalo's scheduling platform, enabling booking management, availability checks, client management, and reporting through MCP tools.

Category
Visit Server

README

<!-- TODO: Replace with actual Coordinalo logo --> <p align="center"> <img src="https://coordinalo.com/logo.png" alt="Coordinalo" width="200" /> </p>

<h1 align="center">Coordinalo MCP Server</h1>

<p align="center"> Connect any AI agent to Coordinalo's scheduling platform via MCP </p>

<p align="center"> <a href="https://www.npmjs.com/package/@servicialo/mcp-server"><img src="https://img.shields.io/npm/v/@servicialo/mcp-server?label=%40servicialo%2Fmcp-server&color=blue" alt="npm version" /></a> <a href="./LICENSE"><img src="https://img.shields.io/badge/license-Apache--2.0-blue" alt="Apache 2.0 License" /></a> <a href="https://coordinalo.com"><img src="https://img.shields.io/badge/status-Production-brightgreen" alt="Status: Production" /></a> </p>


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:

Header Value Description
Authorization Bearer <API_KEY> Your API key from coordinalo.com
X-Org-Slug your-org-slug Your organization identifier

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

Tool Summary

Tool Description Key Params
availability_get_slots Query free slots for a provider/service orgSlug, providerId?, serviceId?, dateFrom, dateTo
booking_create Create a new session/appointment orgSlug, providerId, serviceId, clientId, scheduledAt
booking_list List sessions with filters orgSlug, status?, providerId?, dateFrom?, dateTo?
booking_get Get a single booking's details orgSlug, sessionId
booking_reschedule Move a booking to a new time orgSlug, sessionId, newScheduledAt, confirm
booking_cancel Cancel a session orgSlug, sessionId, reason, confirm
client_list List organization clients orgSlug, search?
client_get Get client details orgSlug, clientId
client_create Create a new client orgSlug, name, lastName, email?, phone?
admin_list_providers List active providers orgSlug
service_list List bookable services orgSlug
report_dashboard Get org summary metrics orgSlug, 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

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured