Salesforce MCP
Run SOQL queries, create and update Salesforce records, and manage leads, contacts, and opportunities.
Overview
| Catalog ID | mcp-salesforce |
| Category | customer-support |
| Auth method | OAuth |
| Blast radius | high |
| Trust | Verified — published by cendriix |
| Version | 1.0.0 |
| Regions | us-east-1, eu-west-1 |
Tools
| Tool | Description |
|---|---|
run_soql | Execute a SOQL query. |
create_record | Create a Salesforce record. |
update_record | Update a record. |
list_objects | List available objects. |
get_record | Get a record by ID. |
Tool parameters
run_soql
Execute a SOQL query.
| Parameter | Type | Description | |
|---|---|---|---|
query | string | required | SOQL query |
create_record
Create a Salesforce record.
| Parameter | Type | Description | |
|---|---|---|---|
object_type | string | required | Object type (Account, Contact, etc.) |
fields | object | required | Field values |
update_record
Update a record.
| Parameter | Type | Description | |
|---|---|---|---|
object_type | string | required | Object type |
record_id | string | required | Record ID |
fields | object | required | Fields to update |
get_record
Get a record by ID.
| Parameter | Type | Description | |
|---|---|---|---|
object_type | string | required | Object type |
record_id | string | required | Record ID |
Installing
- In Cendriix, go to Settings → MCPs
- Find Salesforce and click Install
- Click Authorize after installing. Cendriix completes the OAuth flow with the provider and refreshes tokens automatically — you never paste a long-lived secret.
- 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
- MCP Marketplace — browse and install MCPs
- Policies & Guardrails — approval gates and blast radius
- Audit Log — review tool invocations
Last updated on