MCP Servers and Tools Reference
Salesforce Hosted MCP Servers expose Salesforce data, automation, and product capabilities through a set of specialized servers. Each server provides a focused set of tools that AI clients can invoke via the Model Context Protocol.
All servers enforce per-user authentication and respect Salesforce's standard security model: field-level security, object permissions, and sharing rules apply to every tool call.
- SObject All - Full CRUD operations (create, read, update, delete) plus query and search across all Salesforce objects
- SObject Reads - Read and query only, no mutations
- SObject Mutations - Create and update operations, no delete
- SObject Deletes - Delete operations only
- API Catalog - Expose REST API endpoints from the Salesforce API Catalog as custom tools
- Custom Servers - Create custom MCP servers with your own tools
- Data 360 - Query unified customer data in Data 360
- Flows - Expose Lightning Flows as MCP tools
- Invocable Actions - Expose Apex classes with @InvocableMethod as custom tools
- Prompt Builder - Surface Prompt Builder templates as MCP prompts
- Tableau Next - Discover semantic models, query KPIs, and execute analytics