← usereachout.com
INDIVIDUAL MCP TOOL
list_duplicate_contacts
List duplicate-email groups in the active organization.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests sending messages.
Parent endpoint
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.pulse-mcp]
url = "https://api.usereachout.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"pulse-mcp": {
"type": "http",
"url": "https://api.usereachout.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: pulse-mcp
Remote MCP URL: https://api.usereachout.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": {
"pulse-mcp": {
"url": "https://api.usereachout.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"pulse-mcp": {
"type": "http",
"url": "https://api.usereachout.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "pulse-mcp",
"transport": "streamable-http",
"url": "https://api.usereachout.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_current_organization— Return the organization currently in use for this MCP session.list_organizations— List all organizations the authenticated user is a member of.switch_organization— Switch the active organization for this MCP session.get_organization_timezone— Return the active organization timezone metadata.set_organization_timezone— Set the active organization IANA timezone.list_timezones— List supported IANA timezone names for organization timezone configuration.list_contacts— Query contacts in the active organization with filters, sort, and free-text search.list_contact_fields— List the user-editable contact fields registered for the active organization.