Golf Intelligence by Stracka
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Documented (README)
git clone https://github.com/golf-data/golf my-project && cd my-projectTemplates overview
# Golf Intelligence, by Stracka > Golf Intelligence, by Stracka. The highest-quality golf course dataset for > developers building a golf app. 20 years of proprietary mapping (laser, > drone, airplane, satellite), updated daily. Search is free. Scorecards, GPS, > and 3D greens via API. Not a scrape. Golf Intelligence is a proprietary dataset built through course-by-course mapping, not a clone of a GitHub golf course API. Ten people map every day, and the data has been continuously updated since 2007. Learn more at [golfintelligence.com](https://golfintelligence.com/). This repository is the installable Cursor / Grok Bot plugin with handle `golf`. The Cursor marketplace application source is the public GitHub URL: **https://github.com/golf-data/golf** Marketplace reviewers can submit that URL at [cursor.com/marketplace/publish](https://cursor.com/marketplace/publish). The catalog title is **Golf Intelligence, by Stracka**. The official MCP Registry name is **`io.github.golf-data/golf`**. The registry does not accept a bare `golf` name. Cursor, Agent Plugins, and Claude Code plugin handles remain `golf`. ## Get API access Create an API Account at [console.golfintelligence.com](https://console.golfintelligence.com/), then configure the plugin's two required variables: - `GI_CLIENT_ID`: your Client ID - `GI_ACTIVE_TOKEN`: your Active Token The Active Token is exchanged for a short-lived bearer token. It is **not** a bearer token; do not paste a bearer token into `GI_ACTIVE_TOKEN`. Plans: - **Personal:** $49 for 50 test credits for your own-game Cursor, Grok, or Claude app. [Buy Personal](https://buy.stripe.com/cNieVecRR4Re6dAakbdnW0e). - **Starter:** $399/month for 10,000 credits when shipping an app to other users. Email [data@golfintelligence.com](mailto:data@golfintelligence.com); Starter does not have a checkout link. Questions about data, plans, or integration: [data@golfintelligence.com](mailto:data@golfintelligence.com). ## Tools and credits Always search first. `search_course_groups` is free. Before every paid call, the user must explicitly confirm the stated cost; the server refuses paid tools unless `confirm_spend=true`. | Tool | What it returns | Credits | | --- | --- | ---: | | `search_course_groups` | Course-group search results | 0 | | `get_course_group_scorecard` | Scorecard data | 1 | | `get_course_group_gps` | Mapped course geometry and coordinates | 2 | | `get_course_group_detail` | Detailed course-group data | 3 | | `get_green_slope_image` | Portrait or square green slope image | 1 | ## Authentication The server exchanges the configured credentials with: ```text POST https://api.golfintelligence.com/auth/authenticateToken grant_type=client_credentials code=<GI_ACTIVE_TOKEN> client_id=<GI_CLIENT_ID> ``` It sends the returned `access_token` as `Authorization: Bearer <access_token>`, caches it only in memory, and refreshes once after an HTTP 401. Credentials are never logged. ## Repository layout - `.cursor-plugin/plugin.json` — Cursor marketplace manifest and required variables - `plugin.json` — Agent Plugins open-standard manifest (handle `golf`) - `.claude-plugin/plugin.json` — Claude Code / Cowork plugin manifest (handle `golf`) - `server.json` — official MCP Registry metadata (`io.github.golf-data/golf`) - `manifest.json` — MCPB bundle manifest for the stdio Node server - `.github/workflows/publish-mcp.yml` — publishes `io.github.golf-data/golf` to the official MCP Registry via GitHub OIDC - `mcp.json` — bundled `golf` MCP server configuration - `skills/golf/SKILL.md` — workflow and spend-confirmation guidance - `src/` — TypeScript MCP server and API client - `dist/index.js` — committed ESM bundle used by installers For development with Node.js 18 or newer: ```bash npm install npm test npm run build npm run pack:mcpb ``` `pack:mcpb` uses the official `@anthropic-ai/mcpb pack` CLI to produce `golf.mcpb` and writes its SHA-256 into `server.json`. GitHub Releases host that asset at `https://github.com/golf-data/golf/releases/download/v1.0.0/golf.mcpb`. The plugin code is available under the MIT License. Golf Intelligence API data remains subject to the terms at [golfintelligence.com](https://golfintelligence.com/).
What people ask about golf
What is golf-data/golf?
+
golf-data/golf is templates for the Claude AI ecosystem. Golf Intelligence by Stracka It has 0 GitHub stars and its last recorded update is dated 2026-08-27.
How do I install golf?
+
You can install golf by cloning the repository (https://github.com/golf-data/golf) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is golf-data/golf safe to use?
+
Our security agent has analyzed golf-data/golf and assigned a Trust Score of 82/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.
Who maintains golf-data/golf?
+
golf-data/golf is maintained by golf-data. The last recorded GitHub activity is dated 2026-08-27, with 0 open issues.
Are there alternatives to golf?
+
Yes. On ClaudeWave you can browse similar templates at /categories/templates, sorted by popularity or recent activity.
Deploy golf to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/golf-data-golf)<a href="https://claudewave.com/repo/golf-data-golf"><img src="https://claudewave.com/api/badge/golf-data-golf" alt="Featured on ClaudeWave: golf-data/golf" width="320" height="64" /></a>More Templates
CLI tool for configuring and monitoring Claude Code
AWS AI Stack – A ready-to-use, full-stack boilerplate project for building serverless AI applications on AWS
Scaffold production-ready full-stack apps in TypeScript, Rust, Python, Go, and Java with a visual builder and CLI. Choose your frontend, backend, database, auth, AI, payments, and DevOps integrations, all wired together.
From Claude Artifact to deployable React app — in seconds!
CLAUDE.md best practices
No description provided.