remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Integrations
Enables interaction with Salesforce data through SOQL queries, SOSL searches, and various operations including retrieving metadata, managing records (create, read, update, delete), executing Tooling API requests, running Apex REST requests, and making direct REST API calls to Salesforce.
MCP Salesforce 커넥터
Salesforce 통합을 위한 MCP(Model Context Protocol) 서버 구현으로, LLM이 SOQL 쿼리와 SOSL 검색을 통해 Salesforce 데이터와 상호 작용할 수 있습니다.
특징
- SOQL(Salesforce Object Query Language) 쿼리 실행
- SOSL(Salesforce Object Search Language) 검색 수행
- 필드 이름, 레이블, 유형을 포함한 Salesforce 개체의 메타데이터를 검색합니다.
- 레코드 검색, 생성, 업데이트 및 삭제
- 툴링 API 요청 실행
- Apex REST 요청 실행
- Salesforce에 직접 REST API 호출을 수행합니다.
구성
모델 컨텍스트 프로토콜
이 서버를 모델 컨텍스트 프로토콜과 함께 사용하려면 claude_desktop_config.json
파일에서 구성해야 합니다. mcpServers
섹션에 다음 항목을 추가하세요.
지엑스피1
YOUR_SALESFORCE_USERNAME
, YOUR_SALESFORCE_PASSWORD
, YOUR_SALESFORCE_SECURITY_TOKEN
Salesforce 자격 증명으로 바꾸세요.
This server cannot be installed
LLM이 SOQL 쿼리, SOSL 검색 및 레코드 관리를 포함한 다양한 API 작업을 통해 Salesforce 데이터와 상호 작용할 수 있도록 하는 모델 컨텍스트 프로토콜 서버입니다.