Salesforce CRM Data Management
CRM data management workflow combining Salesforce REST API record operations, SOQL querying, and SOSL search for managing accounts, contacts, leads, opportunities, and cases. Used by sales ops teams, integration engineers, and data pipelines to synchronize and manage CRM records programmatically.
What You Can Do
MCP Tools
query-records
Query Salesforce records using SOQL (e.g., SELECT Id, Name FROM Account WHERE Industry = 'Technology')
search-records
Search across multiple Salesforce object types using SOSL full-text search
get-record
Retrieve a specific Salesforce CRM record by object type and ID
create-record
Create a new Salesforce CRM record (Account, Contact, Lead, Opportunity, Case)
update-record
Update fields on an existing Salesforce CRM record
delete-record
Delete a Salesforce CRM record (moves to recycle bin, recoverable)
get-field-metadata
Get field definitions and schema metadata for a Salesforce object type
check-api-limits
Check current Salesforce org API call limits and remaining usage