Salesforce MCP Server
by KirtiJha
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP server port (optional, default 3000). | 3000 |
| API_KEY | No | API key for HTTP server authentication (optional). | |
| SALESFORCE_TOKEN | No | Salesforce security token (required for User/Password authentication). | |
| SALESFORCE_PASSWORD | No | Salesforce password (required for User/Password authentication). | |
| SALESFORCE_USERNAME | No | Salesforce username (required for User/Password authentication). | |
| SALESFORCE_CLIENT_ID | No | OAuth client ID (required for OAuth authentication). | |
| SALESFORCE_LOGIN_URL | No | Salesforce login URL (optional, default https://login.salesforce.com). | https://login.salesforce.com |
| SALESFORCE_API_VERSION | No | Salesforce API version (optional, default 58.0). | 58.0 |
| SALESFORCE_INSTANCE_URL | No | Salesforce instance URL. Required for OAuth authentication; optional for User/Password (default: https://login.salesforce.com). | |
| SALESFORCE_CLIENT_SECRET | No | OAuth client secret (required for OAuth authentication). | |
| SALESFORCE_CONNECTION_TYPE | No | Type of authentication connection (optional, but helps in documentation). |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/KirtiJha/salesforce-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server