mcp-manager
Verified Safeby goeiespullen
Overview
Access NS TeamCentraal OData API to retrieve team, member, organization, and DORA metrics for internal tools and dashboards.
Installation
python3 mcp_servers/teamcentraal_server.pyEnvironment Variables
- TEAMCENTRAAL_USERNAME
- TEAMCENTRAAL_PASSWORD
- TEAMCENTRAAL_URL
Security Notes
Credentials for the TeamCentraal API (username/password) are loaded from environment variables, which is a good security practice, preventing them from being hardcoded. The parent `mcp-manager` application utilizes a robust C++ keystore with AES-256 encryption and HMAC for storing user-specific credentials. The gateway enforces fine-grained, auto-detected tool permissions, ensuring that only authorized operations are performed. The server's `_make_request` method sets a custom `User-Agent` to bypass an Azure App Gateway, which is an unusual workaround but not a direct vulnerability. No `eval` or other obvious code injection patterns were found in the provided server code.
Similar Servers
mcp-context-forge
Converts web content (HTML, PDF, DOCX, etc.) and local files from a URL into high-quality Markdown format. It supports multiple conversion engines, content optimization, batch processing, and image handling.
mcphub
An orchestration hub that aggregates, manages, and routes Model Context Protocol (MCP) servers and their tools, providing a centralized interface, user management, OAuth 2.0 authorization server capabilities, and AI-powered tool discovery and routing.
mcp-router
A desktop application that simplifies the management and aggregation of Model Context Protocol (MCP) servers.
mcpm.sh
MCPM is a command-line tool for managing Model Context Protocol (MCP) servers, enabling discovery, installation, execution, sharing, and integration with various MCP clients.