← saleshandy.com
INDIVIDUAL MCP TOOL
add_email_accounts_to_sequence
Add one or more email accounts to a sequence so they can send emails for that sequence.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- 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.saleshandy-com]
url = "https://mcp.saleshandy.com/mcp/%7BYOUR_API_KEY%7D%60"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"saleshandy-com": {
"type": "http",
"url": "https://mcp.saleshandy.com/mcp/%7BYOUR_API_KEY%7D%60"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: saleshandy-com
Remote MCP URL: https://mcp.saleshandy.com/mcp/%7BYOUR_API_KEY%7D%60
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": {
"saleshandy-com": {
"url": "https://mcp.saleshandy.com/mcp/%7BYOUR_API_KEY%7D%60"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"saleshandy-com": {
"type": "http",
"url": "https://mcp.saleshandy.com/mcp/%7BYOUR_API_KEY%7D%60"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "saleshandy-com",
"transport": "streamable-http",
"url": "https://mcp.saleshandy.com/mcp/%7BYOUR_API_KEY%7D%60"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_sequences— List all email sequences with optional filtering by name.list_sequence_email_accounts— List all email accounts attached to a specific sequence.remove_email_accounts_from_sequence— Remove one or more email accounts from a sequence.update_sequence_status— Activate (resume) or pause one or more sequences.create_sequence— Create a new email sequence.add_sequence_step— Add a new step to a sequence.update_step_variant— Update a step variant for a sequence.delete_step— Delete a step from a sequence.