Skip to main content
Glama

MCP Salesforce Connector

by smn2gnt

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 자격 증명으로 바꾸세요.

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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.

LLM이 SOQL 쿼리, SOSL 검색 및 레코드 관리를 포함한 다양한 API 작업을 통해 Salesforce 데이터와 상호 작용할 수 있도록 하는 모델 컨텍스트 프로토콜 서버입니다.

  1. 특징
    1. 구성
      1. 모델 컨텍스트 프로토콜

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      A Model Context Protocol server that gives LLMs the ability to interact with Ethereum networks, manage wallets, query blockchain data, and execute smart contract operations through a standardized interface.
      Last updated -
      31
      323
      2
      TypeScript
      MIT License
    • -
      security
      F
      license
      -
      quality
      A Model Context Protocol server providing both read and write access to PostgreSQL databases, enabling LLMs to query data, modify records, and manage database schemas.
      Last updated -
      4
      JavaScript
    • -
      security
      A
      license
      -
      quality
      A Model Context Protocol Server that enables LLMs to interact with and execute REST API calls through natural language prompts, supporting GET/PUT/POST/PATCH operations on configured APIs.
      Last updated -
      5
      Python
      Apache 2.0
    • -
      security
      A
      license
      -
      quality
      A Model Context Protocol server that enables LLMs to interact with databases (currently MongoDB) through natural language, supporting operations like querying, inserting, deleting documents, and running aggregation pipelines.
      Last updated -
      TypeScript
      MIT License
      • Apple

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/smn2gnt/MCP-Salesforce'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server