← Back to Plugins
MCP Server MCP

io.github.bjornj12/trackman-mcp

github By github 👁 1 views ▲ 0 votes

Fetch your Trackman Golf stats (handicap, rounds, shots, club gapping) as MCP tools.

Homepage Verified source GitHub

Install

uvx trackman-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "trackman-mcp",
      "version": "0.4.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Bearer access token captured from an authenticated Trackman portal session. Optional if you have run `trackman-mcp login` (the server then loads the cached token automatically).",
          "isSecret": true,
          "name": "TRACKMAN_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...