Skip to main content
Glama
arnav-chauhan-kgpian

Salesmate MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SALESMATE_API_KEYYesYour Salesmate Session Key (not the Access or Secret key). Required for authentication.
SALESMATE_BASE_URLYesYour Salesmate workspace base URL, e.g., https://yourcompany.salesmate.io.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_contactsB

Search for contacts in Salesmate by name, email, or company.

Args: query: Free-text search term.

Returns: A structured object with the matching contacts.

get_contactA

Retrieve a single contact's full details by its id.

Args: contact_id: The numeric id of the contact.

Returns: A structured object containing the contact record.

list_dealsA

List deals, optionally filtered to a specific contact.

Args: contact_id: Optional contact id to filter deals by.

Returns: A structured object with the matching deals.

get_dealA

Retrieve a single deal's full details by its id.

Args: deal_id: The numeric id of the deal.

Returns: A structured object containing the deal record.

update_deal_stageA

Move a deal to a new pipeline stage.

Args: deal_id: The numeric id of the deal to update. stage: The name of the target stage.

Returns: A structured object containing the updated deal record.

create_taskA

Create a task in Salesmate.

Args: title: The task title. due_date: ISO-8601 due date (e.g. '2026-07-01' or '2026-07-01T09:00:00Z'). contact_id: Optional contact id to associate with the task.

Returns: A structured object containing the created task.

create_noteB

Create a note attached to a contact.

Args: contact_id: The numeric id of the contact to attach the note to. note: The note body text.

Returns: A structured object containing the created note.

get_recent_activitiesB

Get recent activities (calls, meetings, emails) for a contact.

Args: contact_id: The numeric id of the contact.

Returns: A structured object with the contact's recent activities.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/arnav-chauhan-kgpian/salesmate-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server