SalesHandy MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@SalesHandy MCP Serverlist my running campaigns"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
SalesHandy MCP Server
A Model Context Protocol (MCP) server for SalesHandy API integration. This server provides tools for managing campaigns, templates, contacts, and more through the SalesHandy API.
Features
The server provides several tools for managing SalesHandy resources:
User Profile Management
Get current user profile information
Campaign Management
List all campaigns with filtering
Create new campaigns
Update campaign status
Template Management
List all email templates
Create new email templates
Contact Management
List all contacts
Create new contacts
Update existing contacts
Related MCP server: Smartlead MCP Server
Installation
Clone this repository
Install dependencies:
npm installBuild the project:
npm run build
Configuration
The server requires the following configuration:
API Key: Your SalesHandy API key
Get it from your SalesHandy account settings
Required for all API operations
Base URL (optional):
Default: https://api.saleshandy.com/api/v1
Can be overridden if needed
Usage
Start the server:
npm startConnect to the server using an MCP client:
const client = new McpClient({ config: { apiKey: "your-saleshandy-api-key" } });Use the available tools:
// Get user profile const profile = await client.tools.getUserProfile(); // List campaigns const campaigns = await client.tools.listCampaigns({ status: "running", page: 1, limit: 10 });
Development
Install development dependencies:
npm installStart development server with hot reload:
npm run dev
Deployment
The server can be deployed using Smithery:
Ensure your
smithery.yamlis properly configuredDeploy using Smithery's deployment tools
Provide the required configuration (API key) during deployment
API Reference
Tools
getUserProfile
Get current user profile information.
listCampaigns
List all campaigns with optional filtering.
Parameters:
status: Campaign status (draft, scheduled, running, paused, completed)
page: Page number
limit: Items per page
search: Search term
createCampaign
Create a new campaign.
Parameters:
name: Campaign name
subject: Email subject
templateId: Template ID
scheduleTime: Schedule time (ISO format)
contacts: List of contact IDs
updateCampaignStatus
Update campaign status.
Parameters:
campaignId: Campaign ID
status: New status
listTemplates
List all email templates.
Parameters:
page: Page number
limit: Items per page
createTemplate
Create a new email template.
Parameters:
name: Template name
subject: Email subject
body: Email body (HTML)
listContacts
List all contacts.
Parameters:
page: Page number
limit: Items per page
search: Search term
createContact
Create a new contact.
Parameters:
email: Contact email
firstName: First name
lastName: Last name
company: Company name
tags: Contact tags
updateContact
Update an existing contact.
Parameters:
contactId: Contact ID
email: Contact email
firstName: First name
lastName: Last name
company: Company name
tags: Contact tags
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityFmaintenanceEnables interaction with Instantly.ai email outreach platform through 31 tools across accounts, campaigns, leads, emails, and analytics. Supports both local and remote deployment with multi-tenant authentication.Last updated27MIT
- AlicenseBqualityDmaintenanceEnables AI assistants to manage email campaigns, leads, email accounts, and analytics through the Smartlead API, providing 28 tools for automated email outreach and campaign management.Last updated30178MIT
- FlicenseBqualityBmaintenanceEnables management of email campaigns, subscribers, lists, segments, journeys, templates, transactional email, and client/account settings through the Campaign Monitor API via natural language.Last updated100
- Alicense-qualityDmaintenanceEnables sending emails and managing email delivery through Resend's API, allowing users to compose and send emails using natural language.Last updated1MIT
Related MCP Connectors
Generate hyper-personalized cold email sequences via MachFive API.
Search companies, enrich contacts, and reveal emails and phones from your AI agent.
Automate eSignature workflows and signing tasks via natural language commands.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ftaxats/SHMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server