← saleshandy.com
INDIVIDUAL MCP TOOL
check_prospect_import_status
Check the status of a prospect import operation.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"saleshandy-com": {
"type": "http",
"url": "https://mcp.saleshandy.com/mcp/%7BYOUR_API_KEY%7D"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: saleshandy-com
Remote MCP URL: https://mcp.saleshandy.com/mcp/%7BYOUR_API_KEY%7D
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"
}
}
}
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"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "saleshandy-com",
"transport": "streamable-http",
"url": "https://mcp.saleshandy.com/mcp/%7BYOUR_API_KEY%7D"
}
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.add_email_accounts_to_sequence— Add one or more email accounts to a sequence so they can send emails for that 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.