enterprise-support-mcp-server

pbpeter/enterprise-support-mcp-server
★ 0 stars Python AI/LLM Updated today
Enterprise AI integration prototype using MCP and Mistral AI. Exposes customer and order data as standardized MCP tools and enables dynamic tool discovery, LLM-driven tool selection, and multi-step tool-calling workflows for natural-language support requests.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "enterprise-support-m": {
      "command": "uvx",
      "args": [
        "enterprise-support-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install enterprise-support-mcp-server