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-projectResumen de Templates
# 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/).
Lo que la gente pregunta sobre golf
¿Qué es golf-data/golf?
+
golf-data/golf es templates para el ecosistema de Claude AI. Golf Intelligence by Stracka Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-08-27.
¿Cómo se instala golf?
+
Puedes instalar golf clonando el repositorio (https://github.com/golf-data/golf) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar golf-data/golf?
+
Nuestro agente de seguridad ha analizado golf-data/golf y le ha asignado un Trust Score de 82/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene golf-data/golf?
+
golf-data/golf es mantenido por golf-data. La última actividad registrada en GitHub es del 2026-08-27, con 0 issues abiertos.
¿Hay alternativas a golf?
+
Sí. En ClaudeWave puedes explorar templates similares en /categories/templates, ordenados por popularidad o actividad reciente.
Despliega golf en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](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>Más 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.