mcp-salesforce-lite

luvl/mcp-salesforce-lite

3.3

If you are the rightful owner of mcp-salesforce-lite 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.

Simple and lightweight Salesforce MCP server for connecting AI assistants to Salesforce data. Ideal for prototyping and small projects.

Tools

Functions exposed to the LLM to take actions

soql_query

Execute SOQL queries (schema must be defined to carefully ask for confirmation of UPDATE and DELETE operations)

search_records

Search records across multiple objects with limit and pagination

get_record

Retrieve a specific record by ID with limit and pagination

create_record

Create new records (make sure to describe_object first, and find the reference fields of the objects)

update_record

Update existing records

delete_record

Delete records

describe_object_definition

Get object metadata and field information with pagination

list_avail_objects

List available Salesforce objects with limit and pagination

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources