Salesforce HTTP MCP Server
@mrpaapi
关于 Salesforce HTTP MCP Server
salesforce-http-mcp-server
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Salesforce HTTP MCP Server?
A Model Context Protocol (MCP) server that integrates Salesforce with LangChain, enabling tool discovery and SOQL query execution over HTTP.
How to use Salesforce HTTP MCP Server?
Clone the repository, install dependencies with npm install, configure environment variables with Salesforce credentials in a .env file, then start the server with npm start. Use curl to call the manifest endpoint or execute SOQL queries via a POST request.
Key features of Salesforce HTTP MCP Server
- Exposes tool manifest at
/mcpand/sse - Executes SOQL queries via
/mcp/tool - Protected by API key authentication
- Rate limiting prevents abuse
- Integrates natively with LangChain
Use cases of Salesforce HTTP MCP Server
- Run ad‑hoc SOQL queries from an LLM‑powered chat interface
- Let LangChain agents discover and invoke Salesforce tools dynamically
- Securely expose Salesforce data to AI workflows with rate‑limiting
FAQ from Salesforce HTTP MCP Server
How do I authenticate requests?
Include an x-mcp-key header with your API key (set in the .env file) on every tool execution POST.
What endpoints does the server provide?
The manifest is available at /sse (GET, event‑stream) and /mcp; query execution is via POST to /mcp/tool.
What are the runtime dependencies?
Node.js and npm are required; install dependencies with npm install.
Does the server have rate limiting?
Yes, rate limiting is built in to prevent abuse.
Where does the server store my Salesforce data?
No data is stored—the server only relays queries and results over HTTP.
数据与分析 分类下的更多 MCP 服务器
MCP.science: Open Source MCP Servers for Scientific Research 🔍📚
pathintegral-instituteOpen Source MCP Servers for Scientific Research
arxiv-latex MCP Server
takashiishidaMCP server that uses arxiv-to-prompt to fetch and process arXiv LaTeX sources for precise interpretation of mathematical expressions in scientific papers.
Healthcare MCP Server
CicatriizA Model Context Protocol (MCP) server providing AI assistants with access to healthcare data and medical information tools, including FDA drug info, PubMed, medRxiv, NCBI Bookshelf, clinical trials, ICD-10, DICOM metadata, and a medical calculator.
Bright Data MCP
brightdata-comA powerful Model Context Protocol (MCP) server that provides an all-in-one solution for public web access.
Federal Reserve Economic Data MCP Server
stefanoamorelliOpen-source FRED MCP Server (Federal Reserve Economic Data)
评论