Salesforce Support
БесплатноНе проверенProvides an interactive support form that creates Salesforce Case records via the Salesforce REST API, supporting multiple authentication strategies.
Описание
Provides an interactive support form that creates Salesforce Case records via the Salesforce REST API, supporting multiple authentication strategies.
README
MCP UI app that renders an interactive support form and creates Salesforce Case records through the Salesforce REST API.
Transport (Streamable HTTP by default)
This server speaks MCP over Streamable HTTP on /mcp using @modelcontextprotocol/sdk’s StreamableHTTPServerTransport. That is the default when you run node dist/main.js, npm run start, npm run dev, or npm run serve (no --stdio flag).
- Base URL:
http://localhost:3001/mcp(override port withPORTin.envor the environment). - CORS: enabled so browser-based MCP hosts (for example MCP Apps basic-host) can call the endpoint.
Point any MCP client that supports Streamable HTTP at that URL. Example shape (exact keys depend on your client):
{
"mcpServers": {
"salesforce-support": {
"url": "http://localhost:3001/mcp"
}
}
}
Stdio is optional: run with --stdio (see Alternative: stdio) for hosts that only support process-based transports.
Tools Exposed
open_support_form(model-visible): opens the iframe UI form.get_support_form_options(app-only): loads Case picklist options (Priority,Type,Origin,Status).submit_support_case(app-only): validates and submits Case data.
Scripts
npm run dev: watch UI bundle and run the MCP server (Streamable HTTP, default).npm run build: build UI and compile server code.npm run start: production build then run Streamable HTTP (node dist/main.js).npm run serve/npm run serve:stdio:tsx watchvariants (HTTP default; add--stdiofor stdio).npm run start:stdio: same asstartbut stdio transport (--stdio).npm run check-auth: smoke-test auth strategy resolution.
Environment
Copy .env.example to .env and configure at least one auth strategy.
Auth fallback order:
- Static token (
SF_ACCESS_TOKEN+SF_INSTANCE_URL) - OAuth username/password (
SF_CLIENT_ID,SF_CLIENT_SECRET,SF_USERNAME,SF_PASSWORD) - Salesforce CLI (
sf org display --json)
If none is configured, the form still opens but submitting fails with an auth error.
Local Verification (basic-host)
1) Build and start this MCP server
From the repository root:
npm install
npm run build
node dist/main.js
Expected log:
MCP server listening on http://localhost:3001/mcp
2) Start the MCP Apps basic host
From ext-apps-main/examples/basic-host:
npm install --ignore-scripts
npm run build
npx tsx serve.ts
Expected log:
Host server: http://localhost:8080
Sandbox server: http://localhost:8081
3) Browser smoke test
- Open
http://localhost:8080. - Select the local MCP server endpoint (
http://localhost:3001/mcp). - Select tool
open_support_form. - Click Call Tool.
- Confirm form title appears:
Submit Salesforce Support Request. - Fill required fields (
Subject,Description) and click Submit Support Case. - Verify success banner with
CaseNumberorCase Id.
Current Validation Notes
- UI rendering path is verified (host connects, tool renders iframe form).
- If Salesforce auth is not configured, submit path returns a clear runtime error message.
- Server-side validation maps Salesforce/API errors back to field-level UI errors where possible.
Alternative: stdio for desktop hosts
If your MCP host only supports stdio, build once then run Node with --stdio:
{
"mcpServers": {
"salesforce-support": {
"command": "node",
"args": ["<ABSOLUTE_PATH_TO_REPO>/dist/main.js", "--stdio"]
}
}
}
Установка Salesforce Support
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/charley-forey/salesforce-support-mcpFAQ
Salesforce Support MCP бесплатный?
Да, Salesforce Support MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Salesforce Support?
Нет, Salesforce Support работает без API-ключей и переменных окружения.
Salesforce Support — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Salesforce Support в Claude Desktop, Claude Code или Cursor?
Открой Salesforce Support на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Salesforce Support with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
