Labsco
MCP SERVER

Salesforce MCP with Auto Integrations

by chetyz

Query and modify Salesforce in plain language, then wire records to WhatsApp, Slack, email or a webhook without leaving the conversation.

CRM & Sales Pipeline
Summary
Salesforce work and the notification wiring in one place.

Getting a WhatsApp message when a lead lands normally means an admin, a trigger and a middleware service. Here it is one setup call, and the same session that shaped the object can wire what happens after it.

What it is

A Salesforce client with an integration builder attached. Beyond object, schema and record work it can create integrations that fire an external call when a record is created, updated or deleted.

What you get
  • Custom objects and fields created and modified in natural language, with partial-name search to find them
  • Full field and relationship detail for any object
  • Record queries with relationship support and complex filters, plus insert, update, delete and upsert
  • Cross-object search using SOSL
  • Apex classes and triggers read, created and updated
  • Integrations to external APIs created, listed, updated, activated, deactivated and deleted
  • Templates for the common cases: WhatsApp on new leads, Slack on opportunities, email on cases, and a generic webhook for anything else
Requirements

Install the npm package globally and connect a Salesforce org you can write to. Each integration carries its own credentials — a WhatsApp Business API token and number, a Slack webhook URL, or the endpoint you are calling.

Setup effort

One command plus a key — npm install -g @tsmztech/mcp-server-salesforce, then supply credentials