dayal-arnav05/Salesforce-MCP-TS
If you are the rightful owner of Salesforce-MCP-TS 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 by 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.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client