Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.bjornj12/golf-coach

PYPI · GOLF-COACH · SCANNED SEP 21

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

Available components

0 this week 78 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
  • 1 of 23 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency32
Schema Quality & AI Usability76
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 2043 tokens (~255/item across 8 items; 8 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management90
  • Stability observed for 27 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage71
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 0% of tool parameters carry a description.Fail
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 8 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 9 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the io.github.bjornj12/golf-coach MCP server?

io.github.bjornj12/golf-coach runs locally as a PyPI package, launched with uvx golf-coach. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

pypi · golf-coach

# add to Claude Code
claude mcp add bjornj12-golf-coach -- uvx golf-coach
// .cursor/mcp.json
{
  "mcpServers": {
    "bjornj12-golf-coach": {
      "command": "uvx",
      "args": [
        "golf-coach"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "bjornj12-golf-coach": {
      "command": "uvx",
      "args": [
        "golf-coach"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add bjornj12-golf-coach -- uvx golf-coach
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "bjornj12-golf-coach": {
      "type": "local",
      "command": [
        "uvx",
        "golf-coach"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add bjornj12-golf-coach --command uvx --arg golf-coach
# ~/.hermes/config.yaml
mcp_servers:
  bjornj12-golf-coach:
    command: "uvx"
    args: ["golf-coach"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "bjornj12-golf-coach": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "golf-coach"
      ]
    }
  }
}
# add to Vellum
assistant mcp add bjornj12-golf-coach -t stdio -c uvx -a golf-coach
// mcp.json
{
  "mcpServers": {
    "bjornj12-golf-coach": {
      "command": "uvx",
      "args": [
        "golf-coach"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 19 Sept 26 −3
    • Stability: pass → 0.83 functional
  • 18 Sept 26 +1
    • Stability: 0.97 → pass security
  • 16 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 −3
    • Stability: pass → 0.77 functional
  • 10 Sept 26 +1
    • Stability: 0.97 → pass security
  • 8 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 90 to 93. That category is still filling its 30-day observation window: 27 days of observed history at the previous scan, 28 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 21 Sept 2026 · Analysed pypi/golf-coach@0.7.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem pypi

Background: How many MCP packages publish verified provenance →

Install scripts 1 script
Hook Tier Command
build_backend allowlisted hatchling.build

Background: Why install scripts are a supply-chain risk →

Dependencies 23 packages
Packages resolved 23
Stale 1
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 8 exposed · ~1,892 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
auth ~240

Check or (re)establish your Trackman sign-in. Actions: - `status` (default): report whether the current token works and who you're signed in as. Use this first; it never opens anything. - `login`: (re)authenticate. If already signed in, confirms instantly. If the saved session expired and `open_browser` is true, it opens a sign-in window and returns immediately with `pending: true` — the window stays open for a few minutes and the user signs in at their own pace (the browser is driven by a background task, so it won't close on its own). After the user says they've finished, call `auth(action='status')` to confirm. Do NOT re-call `login` while one is pending — it won't open a second window. `source` selects the data source to authenticate; only `trackman` needs auth (other sources, e.g. GameBook, are local). Never echoes the token.

NameTypeReqDescription
actionstring
open_browserboolean
sourcestring

Structured output declared, but exposes no named fields.

No examples provided.

build_visualization ~196

Render a coaching diagnosis into a self-contained animated HTML page. Returns `{html}` — one standalone document (inline canvas/JS, no network, no external resources) ready to drop straight into a Claude **HTML artifact**. `data` shape (all optional; the viz adapts): {title, subtitle, diagnosis, handedness "RH"|"LH", shots:[{launchDirection,launchAngle,carry,total, totalSide,curve,maxHeight,landingAngle,hangTime}], swing:{clubPath,faceAngle,faceToPath}, targets:[{label,value,target,low, high,met}], blocks:[{name,detail,goal,where "range"|"home", links:[{label,url}]}]}. Renders the measured flight (side view + top-down, animated) and drills grouped range/home. See the trackman-visualizer prompt.

NameTypeReqDescription
dataobjectyes

Structured output declared, but exposes no named fields.

No examples provided.

gamebook ~301

On-course rounds ingested from Golf GameBook screenshots (local, last 5). The `gamebook-screenshot-analysis` skill extracts a round from screenshots and saves it here. Only score-per-hole is trusted; every other dimension carries a `coverage` flag (`full`|`partial`|`none`) and analysis respects it. Actions: - `save` (needs `round`): a coverage-aware record — {date, course:{par,cr,slope}, result:{gross,net,to_par,position}, holes:[{hole,par,score,putts?,fairway?, gir?,bunkers?,chips?,penalties?}], coverage:{...}, dimensions:{...}}. Runs a self-check (hole sums vs gross/par); refuses inconsistent reads. Computes the `scoring` block, stores it (last 5), returns the stored record. - `list`: index of stored rounds (id, date, gross, net, to_par, coverage), newest first. - `get` (needs `round_id`): one full stored round. - `compare` (optional `round_id`, default latest): deterministic deltas vs the rounds before it — scoring always, other dimensions only where both tracked them. Returns measurement; the coach narrates progress from it.

NameTypeReqDescription
actionstringyes
round
round_id

Structured output declared, but exposes no named fields.

No examples provided.

session_analysis ~135

Per-session analysis (deterministic classification + metrics, stored locally). Actions: - `analyze` (needs `activity_id`): fetch a session, classify it (warm-up vs serious practice vs game), compute metrics, normalize vs prior stored sessions, store the record (last 30 kept), and return it. - `get` (needs `activity_id`): return one stored analysis record. - `list`: return the index of stored analyses (most recent first). Drive this with the `trackman-session-analyzer` prompt.

NameTypeReqDescription
actionstringyes
activity_id

Structured output declared, but exposes no named fields.

No examples provided.

setup ~160

One-call onboarding for the Trackman golf coach. Returns everything needed to set the coach up in your client: - `system_prompt`: paste into a Claude/ChatGPT **Project's** custom instructions so every chat in it is the coach (with this MCP connected); - `skills`: upload-ready `SKILL.md` files (Settings → Capabilities → Skills) for always-on auto-activation; - `instructions`: per-client steps (Claude Projects, Desktop Skills, ChatGPT, Claude Code). An MCP server can't create the Project or enable Skills itself — this hands you the content + steps. In Claude Code, the assistant can write the files for you directly from this kit. (Pairs with the `setup` prompt.)

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

synthesize ~131

Cross-source, context-aware view: runs each source's expert analyzer and aligns their findings by skill area (no verdicts — the coach interprets). Also returns two extra FACTUAL sections (measurement-only): `delivery` — the driver club-delivery facts (path / face-to-path / spin-axis / attack / spin); and `leak_ranking` — skill areas ordered by measured deviation-from-band severity. If the Trackman token has expired (and a silent refresh failed), this raises loudly rather than returning an empty view — re-auth with `auth(action='login')` and retry.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

trackman ~435

Trackman data reads (controlled/flat-lie launch-monitor data). Raw only. Actions: - `profile`: identity + current handicap (`hcp.currentHcp`, latest record). - `handicap` (paging `skip`/`take` default 20, `only_in_avg`): handicap history — per-round differentials and how the index moved. - `sessions` (`skip`/`take` default 25, `kinds`, `time_from`/`time_to`, `include_hidden`): list activities (practice sessions and course rounds) — totalCount + a page of item summaries. Use `session` with an item's id for full detail. - `session` (needs `activity_id`): one activity in full, with shot-level launch metrics (RANGE_PRACTICE strokes) or the scorecard (COURSE_PLAY). - `rounds` (`skip`/`take` default 20, `completed`): course rounds (scorecards) — per-hole scores and round `stat` aggregates. `completed=None` returns all rounds regardless of completion state. - `clubs` (`include_retired`): per-club gapping and dispersion ("My Bag" / Find My Distance) — the source for gapping analysis. - `summary` (`time_from`/`time_to`, `skip`/`take` default 50): activity counts grouped by kind over an optional time window. `take` defaults to each action's own historical default (20 for `handicap` and `rounds`, 25 for `sessions`, 50 for `summary`) when omitted; pass it explicitly to override.

NameTypeReqDescription
actionstringyes
activity_id
completed
include_hiddenboolean
include_retiredboolean
kinds
only_in_avgboolean
skipinteger
take
time_from
time_to

Structured output declared, but exposes no named fields.

No examples provided.

training_plan ~294

The coach's memory: save prescribed practice plans and recall/grade them. Actions: - `save` (needs `plan`): persist a prescribed plan to the pending queue. The `plan` is a structured dict — title, focus, diagnosis, blocks [{name, club, reps, detail, link, goal}], and optional `target_specs` (machine-readable targets, e.g. {metric:'clubPath', club:'DRIVER', op:'between', low:-1, high:2}) used by `verify`. Returns the stored plan (with id). Capped at the most recent 50. - `next`: return the next pending plan — the answer to "what's today's training?". - `list` (optional `status`='pending'|'done'): list plans, oldest→newest. - `done` (needs `plan_id`, optional `result_session_id`): mark a plan complete. - `verify` (needs `plan_id`, optional `activity_id`): grade a recent session's real shot metrics against the plan's `target_specs`; returns per-target session-mean vs target, `all_met`, and a recommendation.

NameTypeReqDescription
actionstringyes
activity_id
plan
plan_id
result_session_id
status

Structured output declared, but exposes no named fields.

No examples provided.

Common questions

What is the io.github.bjornj12/golf-coach MCP server?

io.github.bjornj12/golf-coach is an MCP server listed in the public MCP registry as io.github.bjornj12/golf-coach. A stats-driven golf coach: Trackman + on-course rounds, turned into a practice plan. This page covers its PyPI package (golf-coach).

Is the io.github.bjornj12/golf-coach MCP server safe to use?

io.github.bjornj12/golf-coach scores 78 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.bjornj12/golf-coach MCP server expose?

io.github.bjornj12/golf-coach exposes 8 tools: auth, trackman, session_analysis, training_plan, build_visualization, and 3 more. Their descriptions and schemas cost roughly 1,892 tokens of context every time the server is loaded.

Is the io.github.bjornj12/golf-coach MCP server still maintained?

io.github.bjornj12/golf-coach is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.