Skip to content

opengolfapi/mcp-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@opengolfapi/mcp-server

Open MCP server for AI agents to query the OpenGolfAPI dataset (16,908 US golf courses). All data is ODbL licensed and open.

Install

npm install -g @opengolfapi/mcp-server

Configure

Add to your MCP client config:

{
  "mcpServers": {
    "opengolfapi": {
      "command": "opengolfapi-mcp"
    }
  }
}

Tools

  • search_courses(query, state?, lat?, lng?, radius_mi?) — find courses by name, state, or location
  • get_course(id) — full course record with scorecard (par + handicap index per hole)
  • get_tees(id) — all tee sets with ratings, slopes, and yardages
  • get_climate(id) — monthly climate normals for the course location
  • get_nearby(id) — nearby POIs (hotels, restaurants, airports)

License

MIT

About

MCP server for AI agents — 15,667+ golf courses. Search, tees, climate, nearby. Community-maintained.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors