JereSalguero30/mcp-server-salesforce
If you are the rightful owner of mcp-server-salesforce and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The Salesforce MCP Server integrates Claude with Salesforce, enabling natural language interactions with Salesforce data and metadata.
Tools
Functions exposed to the LLM to take actions
salesforce_search_objects
Search for standard and custom objects using partial name matches.
salesforce_describe_object
Get detailed object schema information including field definitions and relationships.
salesforce_query_records
Query records with support for parent-to-child and child-to-parent relationships.
salesforce_aggregate_query
Execute aggregate queries with GROUP BY and aggregate functions.
salesforce_dml_records
Perform data operations such as insert, update, delete, and upsert.
salesforce_manage_object
Create and modify custom objects and configure sharing settings.
salesforce_manage_field
Manage object fields, add new fields, and modify field properties.
salesforce_manage_field_permissions
Manage Field Level Security by granting or revoking access to fields.
salesforce_search_all
Search across multiple objects using SOSL-based search.
salesforce_read_apex
Read Apex classes and view class metadata.
salesforce_write_apex
Create and update Apex classes.
salesforce_read_apex_trigger
Read Apex triggers and view trigger metadata.
salesforce_write_apex_trigger
Create and update Apex triggers.
salesforce_execute_anonymous
Execute anonymous Apex code and view debug logs.
salesforce_manage_debug_logs
Manage debug logs for Salesforce users and configure log levels.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client