Salesforce
Createduday210
Enables interaction with the Salesforce REST API using the Model Context Protocol.
About
The Salesforce MCP server provides a streamlined interface for interacting with Salesforce data via the REST API. Using jsforce, this server allows for executing SOQL queries, retrieving object metadata, and performing CRUD (Create, Read, Update, Delete) operations on Salesforce records. Designed to simplify integration with Salesforce, it offers secure authentication handling and real-time data access through the Model Context Protocol.
Key Features
- Retrieve Salesforce object metadata
- Secure authentication handling
- Execute SOQL queries
- Create, update, and delete Salesforce records
- Real-time Salesforce data access
Use Cases
- Integrating Salesforce data with other applications
- Building custom Salesforce integrations
- Automating Salesforce data management tasks