tiger-salesforce-mcp-server
Verified Safeby timescale
Overview
This server acts as a wrapper around a Salesforce database, providing focused tools like semantic search of case summaries and retrieval of case details to LLMs via the Model Context Protocol.
Installation
node dist/index.js stdioEnvironment Variables
- PGHOST
- PGDATABASE
- PGPORT
- PGUSER
- PGPASSWORD
- OPENAI_API_KEY
- SALESFORCE_DOMAIN
Security Notes
The server uses environment variables for sensitive credentials (database, OpenAI API key), which is a good practice. PostgreSQL queries are parameterized, preventing common SQL injection attacks. Input validation is performed using Zod schemas for API endpoints. No 'eval' or other highly dangerous dynamic code execution patterns are observed. Follows common boilerplate for secure Node.js applications.
Similar Servers
mcp-server-typescript
This server acts as a Model Context Protocol (MCP) gateway, enabling AI assistants to interact with DataForSEO APIs for various SEO data, including keyword research, SERP analysis, backlink monitoring, and on-page optimization.
tiger-memory-mcp-server
A backend server for a Minecraft-related application, likely providing data management or proxy services.
smartlead-mcp-server
Provides a Model Context Protocol (MCP) interface to the SmartLead cold email marketing automation API, enabling AI coding agents and other MCP clients to manage campaigns, leads, and analytics.
mcp-server-bbc
An AI assistant that manages BuilderBot projects by listing, retrieving, creating, updating, deleting, and duplicating projects using a set of defined tools.