Productivity
getdex.com
Manages contacts with search, list, get, create, and update operations.
ENDPOINT 1
https://mcp.getdex.com/mcp
Known tools 38
dex_search_contactsSearch contacts by name, email, or any keyword.
dex_list_contactsList all contacts with cursor-based pagination.
dex_get_contactGet a single contact by ID with full details including emails, phone numbers, location (text plus latitude/longitude when geocoded), tags, groups, custom fields, and optionally recent notes/timeline.
dex_create_contactCreate one or more contacts.
dex_update_contactUpdate an existing contact.
dex_delete_contactsDelete one or more contacts by their IDs.
dex_merge_contactsMerge duplicate contacts.
dex_list_groupsList all contact groups.
dex_get_groupGet a single group by ID.
dex_create_groupCreate a new contact group.
dex_update_groupUpdate an existing group.
dex_delete_groupDelete a group.
dex_add_contacts_to_groupAdd contacts to a group.
dex_remove_contacts_from_groupRemove contacts from a group.
dex_list_group_contactsList contacts in a group with pagination.
dex_list_tagsList all tags with optional pagination.
dex_get_tagGet a single tag by ID.
dex_create_tagCreate a new tag.
dex_update_tagUpdate an existing tag.
dex_delete_tagDelete a tag.
dex_add_tags_to_contactsAdd tags to contacts.
dex_remove_tags_from_contactsRemove tags from contacts.
dex_list_remindersList reminders/tasks with optional filtering by contact and pagination.
dex_get_reminderGet a single reminder by ID.
dex_create_reminderCreate a new reminder/task.
dex_update_reminderUpdate an existing reminder.
dex_delete_reminderDelete a reminder.
dex_list_notesList notes on contact timelines with optional filtering by contact.
dex_get_noteGet a single note by ID.
dex_list_note_typesList available note types (e.g.
dex_create_noteCreate a new note.
dex_update_noteUpdate an existing note.
dex_delete_noteDelete a note.
dex_list_custom_fieldsList all custom field definitions.
dex_create_custom_fieldCreate a new custom field definition.
dex_update_custom_fieldUpdate an existing custom field definition.
dex_delete_custom_fieldDelete a custom field definition.
dex_set_custom_field_valuesBatch-update custom field values on contacts.