Salesforce Invocable Actions
https://api.salesforce.com/platform/mcp/v1/platform/invocable-actions
● degraded
Exposes Apex @InvocableMethod classes as callable tools for running custom Salesforce business logic from AI agents.
Transport
streamable_http
Auth
oauth
Cost
paid
How to connect
MCP endpoint (streamable_http)
https://api.salesforce.com/platform/mcp/v1/platform/invocable-actions
JSON-RPC initialize probe
curl -X POST https://api.salesforce.com/platform/mcp/v1/platform/invocable-actions \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Listed at (pulsemcp)
https://www.pulsemcp.com/servers/salesforce-invocable-actions