steffensbola/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 henry@mcphub.com.
A TypeScript implementation of a Model Context Protocol (MCP) server for Salesforce integration, enabling LLMs to interact with Salesforce data.
Tools
Functions exposed to the LLM to take actions
authenticate_password
Authenticate using username/password with OAuth
run_soql_query
Execute SOQL queries
run_sosl_search
Execute SOSL searches
get_object_fields
Get metadata for Salesforce objects
get_record
Retrieve specific records by ID
create_record
Create new records
update_record
Update existing records
delete_record
Delete records
tooling_execute
Execute Tooling API requests
apex_execute
Execute Apex REST requests
restful
Make direct REST API calls
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client