Back to Home
timescale icon

tiger-salesforce-mcp-server

Verified Safe

by 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

Run Command
node dist/index.js stdio

Environment 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

Stats

Interest Score43
Security Score9
Cost ClassMedium
Avg Tokens50
Stars22
Forks0
Last Update2025-12-02

Tags

LLM ToolsSalesforceSemantic SearchTimescaleDBModel Context Protocol