mcpbeat Sign in

PGA Golf MCP Server

answering

PGA Golf is answering right now. Last checked 14 min ago. It exposes 4 tools.

PGA's official MCP Server for all things golf-related. Find a coach, play golf, improve your game.

Uptime history 52 days of history
52 days agonow
100.0%
Uptime 24h
91 of 91 checks
4
Tools
read from the server
549 ms
Response time
average over 24h
open, no key
Access
streamable-http

What changed 4

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 18 August 2026. No other catalogue keeps this.

18 Aug 2 tool descriptions were rewritten get_golf_coach_availability, search_golf_coaches
18 Aug a tool appeared search_golf_programs
18 Aug a tool changed the parameters it asks for get_golf_coach_availability

Nothing serious here today

Today is the operative word: we check PGA Golf every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 14 min ago.

run in your terminal
claude mcp add pga-golf --transport http https://mcp.pga.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "pga-golf": {
      "url": "https://mcp.pga.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.pga-golf]
url = "https://mcp.pga.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "pga-golf": {
      "url": "https://mcp.pga.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "pga-golf": {
      "url": "https://mcp.pga.com/mcp"
    }
  }
}

Available tools 4

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

golf
get_golf_coach_availability
Retrieve offering details and available lesson times for one specific coach. Use this when the user asks for schedule, openings, or available times for a known coach. If the user has not selected a coach yet, call `search_golf_coaches` first (or reuse a coach already identified from `search_golf_programs`). Coach `slug` and offering `id` values are internal identifiers and must never be shown or mentioned to the user.
search_golf_coaches
Search for qualified PGA golf coaches listed on pga.com/coach in the specified location (required). Use this tool when the user asks to find, browse, or compare coaches for private lessons in a location. For location-first discovery of clinics, camps, classes, or other group programs, use `search_golf_programs` instead. If the user asks for availability for a specific coach, use `get_golf_coach_availability` instead. Internal record identifiers (for example coach `slug` and offering `id`) are for tool calls only and must never be shown or mentioned to the user. - Search results include the coach's profile information, private-lesson offerings, pricing, and a short teaser of upcoming public programs they host (capped at 2). For location-first program discovery, use `search_golf_programs`. - Use that program context to recommend which group offering best fits the golfer when relevant; present upcoming programs when available. - Results are ordered by proximity to the search location, so list them to the user in this order. - Results are paginated, so use the pagination cursor provided at the end of the response to retrieve the next page of results.
search_golf_programs
Search for upcoming public PGA Coach programs (clinics, camps, classes, and other group events) near a location (required). Use this tool when the user asks to find programs, clinics, camps, classes, or group events — not private one-on-one lessons. For private lesson coaches, use `search_golf_coaches` instead. Internal record identifiers (for example program `id` and coach `slug`) are for tool calls only and must never be shown or mentioned to the user. - Search results include program details plus the hosting coach and facility for each program. - The response also includes top-level `coaches` and `facilities` arrays summarizing the unique coaches and venues in the result set — always present those to the user. - Results are ordered by program start instant and filtered to the requested radius. - Discovery uses nearby PGA Coach profiles (nearest 20 in the radius), then loads up to 30 upcoming public programs per coach in a 180-day window in one batched GraphQL request. Facility coordinates still have to fall inside the radius. - Results are paginated. The pagination cursor carries the remaining nearby programs so additional pages do not repeat GraphQL discovery. Reuse that cursor with the original location and radius. - Direct golfers to the program URL to view details and register. Coach profile and booking URLs are also included when the golfer wants to learn more about the coach.
book
book_golf_lesson
Request to book a golf lesson for a specific coach's offering. - `offeringId` is an internal identifier; never show or mention it to the user. - A continuation URL will be returned that you can direct the user to after calling this tool. - If the offering was booked automatically (e.g., free lesson or no prepayment required), the confirmation code will also be included.

Endpoints

URLTransportStateLatencyChecked
https://mcp.pga.com/mcp streamable-http answering 590 ms 14 min ago

Alternatives to PGA Golf

same job, measured the same way
Planning Center MCP Server
by planningcenter

The official Planning Center MCP server for interacting with your ministry's data.

answering
Isco Tec
by isco-tec

Official MCP server for Scorezilla — add a leaderboard to your game from your AI coding assistant.

30 installs/wk local only
Color Me Shop MCP Server
by pepabo

Official remote MCP server for Color Me Shop.

answering
Mux
by mux

The official MCP Server for the Mux API

339 installs/wk 2 tools answering
Anytype MCP
by anyproto

Official MCP server for Anytype API - your encrypted, local and collaborative wiki.

3 235 installs/wk local only
MCP Registry MCP Server
by wei

MCP server for querying the official MCP registry.

30 installs/wk local only
Callimachus
by betabots-llc

MCP server for Callimachus: local index and search of your AI coding-agent threads

36 installs/wk local only
SUZURI MCP Server
by pepabo

Official remote MCP server for SUZURI.

answering

PGA Golf — questions

Answers built from our own checks of this server.

What can PGA Golf do?
It exposes 4 tools, read directly from the server on our last check. Among them: book_golf_lesson, get_golf_coach_availability, search_golf_coaches, search_golf_programs. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is PGA Golf working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 549 ms. The bar chart above shows every period we have measured.
How do I connect PGA Golf?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does PGA Golf need an API key?
No. PGA Golf completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 4 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is PGA Golf?
It answers our handshake in 549 ms on average, which is faster than 29% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.