PGA Golf
com.pga/pga-golfPGA's official MCP Server for all things golf-related. Find a coach, play golf, improve your game.
Tools · 4
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 locati…
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, …
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 co…
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…
Resources · 8
A carousel of PGA golf coaches near a specified location
ui://views/ext-apps/search_golf_coaches.html?v=6c69e885
A carousel of upcoming PGA Coach programs near a specified location, including coaches and facilities
ui://views/ext-apps/search_golf_programs.html?v=30697311
A scheduler display for booking with a golf coach
ui://views/ext-apps/get_golf_coach_availability.html?v=c833a1ee
A status display for a golf lesson booking request
ui://views/ext-apps/book_golf_lesson.html?v=0ec6df1e
A carousel of PGA golf coaches near a specified location
ui://widgets/ext-apps/search_golf_coaches.html
A carousel of upcoming PGA Coach programs near a specified location, including coaches and facilities
ui://widgets/ext-apps/search_golf_programs.html
A scheduler display for booking with a golf coach
ui://widgets/ext-apps/get_golf_coach_availability.html
A status display for a golf lesson booking request
ui://widgets/ext-apps/book_golf_lesson.html
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"pga_golf": {
"url": "https://mcp.pga.com/mcp",
"transport": "streamable-http"
}
}
}