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.
주요 기능
01Retrieve Salesforce object metadata
02Secure authentication handling
03Execute SOQL queries
04Create, update, and delete Salesforce records
05Real-time Salesforce data access