Salesforce - Custom
Connect to a custom Salesforce Hosted MCP server that you created in Salesforce Setup and use the tools provided by that server.
Key Features
- Connect to a custom Salesforce Hosted MCP server
- Connect to a custom MCP endpoint by server name
- Use tools exposed by the remote server after authentication
Basic Information
Authentication Method
Uses Salesforce OAuth authentication.
Input Parameters
- sandbox (Optional): Whether to connect to a Salesforce Sandbox environment
- serverName (Required): Name of the custom MCP server created in Salesforce Setup
Supported MCP Tools
The available tool list is provided dynamically by the connected Salesforce custom MCP server. After connecting, you can check the actual available tools in the chat interface.
Usage Examples
For example,
- enter the name of the custom MCP server you created in Salesforce Setup,
- ask for a task supported by that server,
- and the LLM calls the remote server’s tools through MCP and responds based on the tool result.
Notes
- Tool-level access control is not supported for custom servers.
- The server name must exactly match the custom MCP server name registered in Salesforce Setup.
- Available tools and behavior depend on the configuration of the connected custom MCP server.
Last updated on