Disc Golf Course Data Workflow
Unified disc golf course data capability for DiscGolfAPI. Combines course listings and detail lookups, country and region coverage indexes, recent update feeds, and the dataset manifest into a single workflow-oriented interface for developers, clubs, publishers, mapping apps, directories, and AI systems. The capability exposes a REST surface for application use and an MCP surface for AI-assisted discovery and lookup. Public read endpoints do not require an API key, and consumers must include visible attribution where data is displayed.
What You Can Do
MCP Tools
search-courses
Search disc golf courses by country, region, with pagination. Returns course records with location, status, and confidence fields.
get-course
Retrieve a single disc golf course record by its stable public course ID (pattern crs_*).
list-countries
List the countries represented in the public disc golf course dataset, with course counts.
list-regions
List the regions, states, and subdivisions represented in the public disc golf course dataset.
list-recent-updates
List recent course additions or changes so AI clients can refresh local caches and surface new courses.
get-manifest
Get the current dataset manifest with publish version, generated timestamp, dataset counts, and content-addressable artefact metadata.