Skip to Content
Build an MCPSalesforce

Salesforce MCP

Run SOQL queries, create and update Salesforce records, and manage leads, contacts, and opportunities.

Overview

Catalog IDmcp-salesforce
Categorycustomer-support
Auth methodOAuth
Blast radiushigh
TrustVerified — published by cendriix
Version1.0.0
Regionsus-east-1, eu-west-1

Tools

ToolDescription
run_soqlExecute a SOQL query.
create_recordCreate a Salesforce record.
update_recordUpdate a record.
list_objectsList available objects.
get_recordGet a record by ID.

Tool parameters

run_soql

Execute a SOQL query.

ParameterTypeDescription
querystringrequiredSOQL query

create_record

Create a Salesforce record.

ParameterTypeDescription
object_typestringrequiredObject type (Account, Contact, etc.)
fieldsobjectrequiredField values

update_record

Update a record.

ParameterTypeDescription
object_typestringrequiredObject type
record_idstringrequiredRecord ID
fieldsobjectrequiredFields to update

get_record

Get a record by ID.

ParameterTypeDescription
object_typestringrequiredObject type
record_idstringrequiredRecord ID

Installing

  1. In Cendriix, go to Settings → MCPs
  2. Find Salesforce and click Install
  3. Click Authorize after installing. Cendriix completes the OAuth flow with the provider and refreshes tokens automatically — you never paste a long-lived secret.
  4. Click Test Connection to run a health check and list available tools

Authentication. Click Authorize after installing. Cendriix completes the OAuth flow with the provider and refreshes tokens automatically — you never paste a long-lived secret.

Blast radius

This MCP is classified high. This MCP can modify infrastructure or reach sensitive data. High-blast-radius tool calls require explicit approval when your organisation enables approval gates in Policies.

Every tool invocation is recorded in your Audit Log. You can remove this MCP at any time from Settings → MCPs, which revokes tool access immediately.

Further reading

Last updated on