Composio MCP will be deprecated soon. Please use
Composio PlatformorRubeinstead.
Etermin

Etermin

eTermin is an online appointment scheduling platform that allows businesses to manage bookings and integrate with various applications through its REST API.

10VIEWS
2496USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app eterminnpx @composio/cli add cursor --app eterminnpx @composio/cli add cursor --app eterminnpx @composio/cli add cursor --app etermin

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Create Contact

Tool to create a new contact in eTermin. Use when you need to add a contact before scheduling appointments.

Create Etermin Resource

Tool to create a new resource. Use when you need to create any eTermin resource (contact, vouchers, resource, appointment).

Create User

Tool to create a new user. Use when you need to add users to eTermin after collecting their details.

Create Voucher

Tool to create a new voucher in eTermin. Use when you need to add a voucher after defining its details.

Create Webhook

Tool to create a new webhook in eTermin. Attempts multiple candidate endpoints since webhook creation is undocumented. Returns a helpful message if UI-only.

Delete Appointment

Tool to delete an appointment. Use when you need to remove an existing appointment by its identifier. Confirm the appointment exists before invoking.

Delete Calendar

Tool to delete a calendar. Use when removing an existing calendar by its identifier.

Delete Contact

Tool to delete a contact. Use when you need to remove a contact by its ID after confirming it exists.

Delete Resource

Tool to delete an existing resource. Uses multiple endpoint/method variants to account for eTermin API differences across resources.

Delete Service

Tool to delete a service. Use when you need to remove a service by its ID after confirming deletion.

Delete User

Tool to delete a user. Use when you need to remove an existing user by its identifier. Confirm the user exists before invoking.

Delete Voucher

Tool to delete an existing voucher. Use after confirming the voucher ID is correct.

Delete Webhook

Tool to delete an existing webhook. Use when you need to remove a webhook subscription by its ID after confirming it exists.

Get Appointments

Tool to retrieve a list of appointments. Use when you need to list all scheduled appointments.

Get Calendars

Tool to retrieve calendars. Use when listing all calendars in your eTermin account.

Get Contacts

Tool to retrieve a list of contacts. Use when you need to list all contacts in your eTermin account.

Get Resources

Tool to retrieve all resources. Use when you need to list your eTermin resources before scheduling or managing them.

Get Services

Tool to retrieve a list of services. Use when you need to list available services in your eTermin account.

Get Users

Tool to retrieve a list of users. Use when you need to list all users in your eTermin account.

Get Working Times

Tool to retrieve working times for a specific calendar. Use when confirming available time slots before booking appointments.

20 actions available