← Salesforce MCP

Salesforce MCP 1.0.2

npm · salesforce-mcp · current release

4
Tools
0
Resources
0
Templates
0
Prompts

Observation

Observed 2026-08-22T10:33:30.819Z using mcpSecurity-inventory. Status: succeeded. Negotiated protocol: 2024-11-05.

Server capabilities
{
  "tools": {}
}

Tools 4

ToolCategoryAnnotationsRisk
Create Data DictionaryCreate a data dictionary from one or more Salesforce objects and export as Excel (one tab per object)
Input schema
{
  "type": "object",
  "properties": {
    "objects": {
      "type": "string",
      "description": "Comma-separated list of Salesforce objects (e.g., 'Account, Contact, CustomObject__c')"
    },
    "outputFile": {
      "type": "string",
      "description": "Filename for the Excel output (e.g., 'data_dictionary.xlsx')"
    }
  },
  "required": [
    "objects",
    "outputFile"
  ]
}
— · —
Describe Salesforce ObjectDescribe a Salesforce object and return its field information in CSV format
Input schema
{
  "type": "object",
  "properties": {
    "objectName": {
      "type": "string",
      "description": "Name of the Salesforce object to describe (e.g., Account, Contact, CustomObject__c)"
    },
    "outputFile": {
      "type": "string",
      "description": "Optional filename to save the CSV output (e.g., 'account_fields.csv')"
    }
  },
  "required": [
    "objectName"
  ]
}
— · —
Find Similar ObjectsFind Salesforce objects with similar names
Input schema
{
  "type": "object",
  "properties": {
    "searchTerm": {
      "type": "string",
      "description": "Search term to find similar object names"
    }
  },
  "required": [
    "searchTerm"
  ]
}
— · —
List Salesforce ObjectsList all available Salesforce objects
Input schema
{
  "type": "object",
  "properties": {
    "searchTerm": {
      "type": "string",
      "description": "Optional search term to filter objects"
    }
  }
}
— · —

Resources 0

Resource templates 0

Prompts 0

Let’s talk about MCP security.

Share your details and our security team will contact you.