support-mcp-server
Verified Safeby ngr-drm
Overview
Exposes support case retrieval functionality via an MCP server, interacting with a backend 'BX API' to fetch and format case data.
Installation
npm run serverSecurity Notes
No 'eval' or code obfuscation found. The 'API_BASE' for the BX API is hardcoded to `http://localhost:3000`, which is not a secret, but typically should be configurable via environment variables in a production setup. The server relies on an external local HTTP service for its data, so the security of that external service is paramount. The server itself does not introduce obvious new vulnerabilities.
Similar Servers
rmcp
Perform sophisticated statistical analysis, econometrics, machine learning, and time series tasks using natural language conversations with AI assistants, demonstrating capabilities through a web interface.
ls-mcp
Command-line tool for discovering, analyzing, and reporting on Model Context Protocol (MCP) server configurations in a local development environment.
sub-agents-mcp
Provides a Model Context Protocol (MCP) server to enable Claude Code–style sub-agent workflows in any MCP-compatible tool, executing agents via various AI CLI backends.
ares
A production-grade agentic chatbot server with multi-provider LLM support, tool calling, Retrieval Augmented Generation (RAG), and advanced research capabilities.