Enables interaction with the Salesforce REST API using the Model Context Protocol.
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.