Productivity
getdex.com
Manages contacts with search, list, get, create, and update operations.
ENDPOINT 1
https://mcp.getdex.com/mcp
MCP server metadata
- Name
- dex
- Version
- 2.1.0
Known tools 50
dex_get_contactGet 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-onlydex_complete_keep_in_touchMark 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-onlydex_set_keep_in_touchSet 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-onlydex_archive_contactsArchive or unarchive up to 500 contacts by ID (chunk larger sets into multiple calls).
Inferred read-onlydex_filter_contactsFilter 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-onlydex_add_related_contactsLink one or more contacts to a contact as related contacts (e.g.
Inferred read-onlydex_list_remindersList reminders/tasks with optional filtering by contact, completion status, overdue status and due-date range, plus sorting and pagination.
Inferred read-onlydex_list_notesList notes on contact timelines with optional filtering by contact and date range.
Inferred read-onlydex_list_calendar_eventsList events across ALL of the user's connected calendars (Google/Microsoft) within a time range.
Inferred read-onlydex_get_calendar_eventGet a single calendar event by its provider event ID, including attendees, conferencing links, and recurrence flags.
Inferred read-onlydex_create_calendar_eventCreate an event on the user's connected calendar (primary account by default).
Potential side effectsdex_update_calendar_eventUpdate an existing calendar event by its provider event ID.
Potential side effectsdex_search_emailsSearch or list emails across ALL of the user's connected mail accounts (Google/Microsoft), fetched live from the providers.
Inferred read-onlyCONNECT 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.
getdex.com is assessed as VerificationRecommended: Domain has affiliate links on record
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.