Back to Home

mcp-manager

Verified Safe

by goeiespullen

Overview

Access NS TeamCentraal OData API to retrieve team, member, organization, and DORA metrics for internal tools and dashboards.

Installation

Run Command
python3 mcp_servers/teamcentraal_server.py

Environment 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

Stats

Interest Score0
Security Score8
Cost ClassLow
Avg Tokens1000
Stars0
Forks0
Last Update2025-11-27

Tags

TeamCentraalODataAPITeam ManagementDORA Metrics