Back to Home
gouthamgo icon

mcp-server

Verified Safe

by gouthamgo

Overview

Provides Model Context Protocol (MCP) server implementations to integrate AI clients (like Claude) with various external services, including a virtual try-on shopping assistant, Salesforce Marketing Cloud, and a comprehensive ecommerce suite.

Installation

Run Command
node mcpServer.js

Environment Variables

  • SALESFORCE_CLIENT_ID
  • SALESFORCE_CLIENT_SECRET
  • SALESFORCE_SUBDOMAIN
  • SALESFORCE_MID
  • HF_TOKEN
  • API_KEY
  • DATABASE_URL
  • STRIPE_SECRET_KEY

Security Notes

The project extensively documents security best practices in `SECURITY.md`, covering input validation, secrets management (environment variables, `.gitignore`), API security (rate limiting, HTTPS), network security (SSRF, domain allowlisting), and deployment security (Docker, non-root users). Tool execution includes generic `try-catch` blocks and uses `McpError` to prevent raw error leakage. However, actual security relies on users implementing the documented best practices and replacing in-memory data stores with secure databases in production, as some demo servers currently use in-memory state.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens500
Stars0
Forks0
Last Update2025-11-18

Tags

MCPAI IntegrationEcommerceAPI GatewayTools