PGA Golf
com.pga/pga-golfPGA's official MCP Server for all things golf-related. Find a coach, play golf, improve your game.
Tools · 3
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 in a location. If the user asks…
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…
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"
}
}
}