소개
Salesforce allows seamless interaction with Salesforce data and functionality using the Model Context Protocol. It provides a server implementation for executing SOQL queries, retrieving object metadata, and managing records (create, update, delete) within your Salesforce instance. It offers secure authentication handling and real-time data access, making it ideal for integrating Salesforce with other applications or services.
주요 기능
- Execute SOQL queries
- Retrieve object metadata
- Create, update, and delete records
- Secure authentication handling
- Real-time data access
- 15 GitHub stars
사용 사례
- Integrating Salesforce data with other applications
- Building custom Salesforce integrations
- Automating Salesforce data management tasks