# cronofy MCP server

MCP server for Cronofy — read calendars, events and free/busy, and create, update or delete events.

## Links
- Registry page: https://www.getdrio.com/mcp/io-usefulapi-cronofy
- Repository: https://github.com/m190/usefulapi-mcp

## Install
- Endpoint: https://cronofy.usefulapi.io/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://cronofy.usefulapi.io/mcp

## Tools
- cronofy_get_account (Get account) - Get the authenticated Cronofy account's details (id, email, name, default tzid, locale). API: GET /v1/account. Endpoint: https://cronofy.usefulapi.io/mcp
- cronofy_get_userinfo (Get userinfo) - Get the OpenID-style profile of the authenticated user (sub, email, Cronofy profile info). API: GET /v1/userinfo. Endpoint: https://cronofy.usefulapi.io/mcp
- cronofy_list_calendars (List calendars) - List all calendars the authenticated account can see (id, name, profile, readonly, primary). API: GET /v1/calendars. Endpoint: https://cronofy.usefulapi.io/mcp
- cronofy_list_profiles (List profiles) - List the connected calendar accounts/profiles (e.g. Google, Office 365) linked to this Cronofy account. API: GET /v1/profiles. Endpoint: https://cronofy.usefulapi.io/mcp
- cronofy_read_events (Read events) - Read events across the account's calendars over a time window. Returns { pages, events }. API: GET /v1/events. Endpoint: https://cronofy.usefulapi.io/mcp
- cronofy_get_free_busy (Get free/busy) - Read free/busy information across the account's calendars over a time window. Returns { pages, free_busy }. API: GET /v1/free_busy. Endpoint: https://cronofy.usefulapi.io/mcp
- cronofy_upsert_event (Create or update event) - Creates or updates an event on a REAL connected calendar (upsert by event_id). This writes to the user's actual calendar. API: POST /v1/calendars/{calendar_id}/events. Endpoint: https://cronofy.usefulapi.io/mcp
- cronofy_delete_event (Delete event) - Deletes an event (by your event_id) from a real connected calendar. Destructive. API: DELETE /v1/calendars/{calendar_id}/events. Endpoint: https://cronofy.usefulapi.io/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.usefulapi
- Version: 1.0.1
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 17, 2026
- Source: https://registry.modelcontextprotocol.io
