Server data from the Official MCP Registry
A stats-driven golf coach: Trackman + on-course rounds, turned into a practice plan.
A stats-driven golf coach: Trackman + on-course rounds, turned into a practice plan.
Golf Coach is a well-structured MCP server for fetching Trackman Golf data with proper authentication and reasonable permissions for its purpose. The codebase demonstrates good security practices in auth handling, token management, and input validation. However, there are several moderate-severity concerns: reliance on browser automation (Playwright) for token capture with incomplete error handling, unsafe GraphQL query construction patterns, potential path traversal risks in local file operations, and overly broad exception handling that could mask security issues. These findings do not indicate malicious intent but represent areas where security could be hardened, particularly around token refresh logic and file I/O validation. Supply chain analysis found 5 known vulnerabilities in dependencies (1 critical, 3 high severity). Package verification found 1 issue.
5 files analyzed · 17 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: TRACKMAN_TOKEN
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-bjornj12-golf-coach": {
"env": {
"TRACKMAN_TOKEN": "your-trackman-token-here"
},
"args": [
"golf-coach"
],
"command": "uvx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.