MCP.so
登录
S

Sfdcall

@shreymittal1000

关于 Sfdcall

暂无概览

基本信息

分类

数据与分析

传输方式

stdio

发布者

shreymittal1000

提交者

Pablo Camprubi

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "salesforce": {
      "command": "uvx",
      "args": [
        "--from",
        "salesforce-mcp",
        "salesforce"
      ],
      "env": {
        "USERNAME": "YOUR_SALESFORCE_USERNAME",
        "PASSWORD": "YOUR_SALESFORCE_PASSWORD",
        "SECURITY_TOKEN": "YOUR_SALESFORCE_SECURITY_TOKEN"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Sfdcall?

Sfdcall is a Model Context Protocol server that enables users to interact with Salesforce data and metadata using natural language. It connects to a Salesforce org and allows business users, developers, and administrators to query records, manage data, and configure the platform through an AI assistant.

How to use Sfdcall?

You can use Sfdcall via a cloud version by visiting salesforce-mcp.com and authenticating with your Salesforce org, or install it locally by setting up environment variables (USERNAME, PASSWORD, SECURITY_TOKEN) in your claude_desktop_config.json under the mcpServers section and running it with uvx.

Key features of Sfdcall

  • Ask questions about Salesforce records in natural language
  • Search across your org for records matching any criteria
  • Explore available fields and objects in your data model
  • Create, update, and delete Salesforce records
  • Access and manage development tools like Apex classes
  • Interact with custom Salesforce applications and REST endpoints
  • Connect to any Salesforce API endpoint for advanced functionality

Use cases of Sfdcall

  • Get sales insights: "Show me all accounts created in the last 30 days with annual revenue"
  • Perform record management: "Create a new Account named 'Acme Corp' with industry 'Technology'"
  • Support developer tasks: "Show me all Apex classes in the org"
  • Integrate with custom services: "Call the custom Apex REST endpoint '/MyCustomService'"

FAQ from Sfdcall

What are the two ways to use Sfdcall?

You can use the cloud version (recommended for most users) by visiting salesforce-mcp.com and authenticating, or install it locally using uvx and your Salesforce credentials.

What Salesforce credentials are needed for local installation?

You need your Salesforce username, password, and security token. These are set as environment variables in the configuration file.

How secure are my Salesforce credentials?

Your credentials are stored securely and used only to establish the connection to your org. They are never stored or shared with third parties.

Where can I get support or request new features?

Visit the documentation at salesforce-mcp.com, contact support at [email protected], or join the Discord channel. Feature requests can also be made via pull requests.

What can I do if I need functionality not listed?

You can request missing functionality on the Discord channel or contribute by submitting a pull request to the repository.

评论

数据与分析 分类下的更多 MCP 服务器