customer-mcp-server

Nina-Malangi/customer-mcp-server
★ 0 stars Java AI/LLM Updated 2d ago
A Spring Boot application demonstrating how to add MCP support to an existing REST service and expose customer functionality as MCP tools for AI clients such as Claude Desktop.
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": {
    "customer-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "Nina-Malangi/customer-mcp-server"
      ]
    }
  }
}