← Registry

Productivity

getdex.com

Manages contacts with search, list, get, create, and update operations.

1 endpoint50 known toolsFirst detected May 12, 2026Last detected September 6, 2026

ENDPOINT 1

https://mcp.getdex.com/mcp

No auth detected

MCP server metadata

Name
dex
Version
2.1.0
Capabilities
resources.listChangedtools.listChanged

Known tools 50

dex_search_contacts

Search contacts by name, email, or any keyword.

Potential side effects
dex_list_contacts

List all contacts with cursor-based pagination.

Inferred read-only
dex_get_contact

Get a single contact by ID with full details including emails, phone numbers, location (text plus latitude/longitude when geocoded), keep-in-touch cadence (`frequency` / `never_keep_in_touch`), tags, groups, custom fields, related contacts, and optionally recent notes/timeline.

Inferred read-only
dex_create_contact

Create one or more contacts.

Potential side effects
dex_update_contact

Update an existing contact.

Potential side effects
dex_complete_keep_in_touch

Mark a keep-in-touch contact as done — records that the user was just in touch, so the cadence resets and the next reminder lands one frequency interval from now (the dashboard's "Mark as complete").

Inferred read-only
dex_set_keep_in_touch

Set or clear the keep-in-touch cadence for up to 500 contacts in one call (chunk larger sets into multiple calls) — the bulk companion to dex_update_contact's keep_in_touch field.

Inferred read-only
dex_archive_contacts

Archive or unarchive up to 500 contacts by ID (chunk larger sets into multiple calls).

Inferred read-only
dex_delete_contacts

Delete one or more contacts by their IDs.

Potential side effects
dex_merge_contacts

Merge duplicate contacts.

Inferred read-only
dex_filter_contacts

Filter contacts with the same structured filters as Dex views: tags, groups, company, job title, LinkedIn presence/history, location, interaction dates, keep-in-touch cadence, custom fields, and more.

Inferred read-only
dex_add_related_contacts

Link one or more contacts to a contact as related contacts (e.g.

Inferred read-only
dex_remove_related_contacts

Unlink one or more related contacts from a contact.

Inferred read-only
dex_list_groups

List contact groups, most recent page first.

Inferred read-only
dex_get_group

Get a single group by ID.

Inferred read-only
dex_create_group

Create a new contact group.

Potential side effects
dex_update_group

Update an existing group.

Potential side effects
dex_delete_group

Delete a group.

Potential side effects
dex_add_contacts_to_group

Add contacts to a group.

Inferred read-only
dex_remove_contacts_from_group

Remove contacts from a group.

Potential side effects
dex_list_group_contacts

List contacts in a group with pagination.

Inferred read-only
dex_list_tags

List all tags with optional pagination.

Inferred read-only
dex_get_tag

Get a single tag by ID.

Inferred read-only
dex_create_tag

Create a new tag.

Potential side effects
dex_update_tag

Update an existing tag.

Potential side effects
dex_delete_tag

Delete a tag.

Potential side effects
dex_add_tags_to_contacts

Add tags to contacts.

Inferred read-only
dex_remove_tags_from_contacts

Remove tags from contacts.

Potential side effects
dex_list_reminders

List reminders/tasks with optional filtering by contact, completion status, overdue status and due-date range, plus sorting and pagination.

Inferred read-only
dex_get_reminder

Get a single reminder by ID.

Inferred read-only
dex_create_reminder

Create a new reminder/task.

Potential side effects
dex_update_reminder

Update an existing reminder.

Potential side effects
dex_delete_reminder

Delete a reminder.

Potential side effects
dex_list_notes

List notes on contact timelines with optional filtering by contact and date range.

Inferred read-only
dex_get_note

Get a single note by ID.

Inferred read-only
dex_list_note_types

List available note types (e.g.

Inferred read-only
dex_create_note

Create a new note.

Potential side effects
dex_update_note

Update an existing note.

Potential side effects
dex_delete_note

Delete a note.

Potential side effects
dex_list_custom_fields

List all custom field definitions.

Inferred read-only
dex_create_custom_field

Create a new custom field definition.

Potential side effects
dex_update_custom_field

Update an existing custom field definition.

Potential side effects
dex_delete_custom_field

Delete a custom field definition.

Potential side effects
dex_set_custom_field_values

Batch-update custom field values on contacts.

Potential side effects
dex_list_calendar_events

List events across ALL of the user's connected calendars (Google/Microsoft) within a time range.

Inferred read-only
dex_get_calendar_event

Get a single calendar event by its provider event ID, including attendees, conferencing links, and recurrence flags.

Inferred read-only
dex_create_calendar_event

Create an event on the user's connected calendar (primary account by default).

Potential side effects
dex_update_calendar_event

Update an existing calendar event by its provider event ID.

Potential side effects
dex_delete_calendar_event

Delete a calendar event by its provider event ID.

Potential side effects
dex_search_emails

Search or list emails across ALL of the user's connected mail accounts (Google/Microsoft), fetched live from the providers.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.dex]
url = "https://mcp.getdex.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "dex": {
      "type": "http",
      "url": "https://mcp.getdex.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: dex
Remote MCP URL: https://mcp.getdex.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "dex": {
      "url": "https://mcp.getdex.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "dex": {
      "type": "http",
      "url": "https://mcp.getdex.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "dex",
  "transport": "streamable-http",
  "url": "https://mcp.getdex.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for getdex.com was fetched 2026-08-24T05:58:42.170Z and is being refreshed.

Trust status VerificationRecommended

getdex.com is assessed as VerificationRecommended: Domain has affiliate links on record

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.