Back to Browse

Golf Coach MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

A stats-driven golf coach: Trackman + on-course rounds, turned into a practice plan.

About

A stats-driven golf coach: Trackman + on-course rounds, turned into a practice plan.

Security Report

4.2
Use Caution4.2High Risk

This MCP server for Trackman Golf data fetching implements reasonable authentication and authorization patterns, with tokens stored securely in environment variables and local files (mode 0600). However, there are several security concerns that warrant attention: the browser automation for authentication uses Playwright without explicit sandbox isolation, the server makes unauthenticated network requests during the login flow, sensitive debugging output could leak information, and there are some areas lacking comprehensive input validation. The permissions are appropriate for a golf coaching tool that needs to read user data from Trackman's API. Supply chain analysis found 5 known vulnerabilities in dependencies (1 critical, 3 high severity). Package verification found 1 issue.

5 files analyzed · 14 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

process_spawn

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Bearer access token captured from an authenticated Trackman portal session. Optional if you have run `golf-coach login` (the server then loads the cached token automatically).Required

Environment variable: TRACKMAN_TOKEN

How to Install

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"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!