Back to Home

Copado-MCP-Server

by 5p875v6f46-ai

Overview

Automates comprehensive Salesforce process documentation (including validations, business rules, escalations, KPIs, security controls, and visual flow diagrams) using Copado AI's Build Expert model, integrating with LLM clients via MCP (stdio) or HTTP.

Installation

Run Command
npm run start:stdio

Environment Variables

  • COPADO_API_URL
  • COPADO_API_KEY
  • COPADO_ORG_ID
  • COPADO_WORKSPACE_ID

Security Notes

The `start-server.sh` script, if present and used, hardcodes critical Copado AI API credentials (URL, Key, Org ID, Workspace ID) directly in the file. This is a severe security vulnerability, as these secrets would be exposed if the script is committed to version control or shared. While other parts of the code correctly use environment variables, the existence of this script with hardcoded secrets significantly lowers the overall security assessment. Additionally, the HTTP server uses `cors()` with default wide-open settings, which should be restricted in production environments.

Similar Servers

Stats

Interest Score0
Security Score4
Cost ClassHigh
Avg Tokens2000
Stars0
Forks0
Last Update2025-11-25

Tags

SalesforceAIDocumentationProcess AutomationMCP