Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Follow AllMCPs on X (opens in a new tab)AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • X (@AllMCPs) ↗ (opens in a new tab)
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. Aerospace & Astrodynamics
  3. Golf Intelligence, by Stracka
  4. README

Golf Intelligence, by Stracka README

The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Golf Intelligence, by Stracka listing page.

Back to Golf Intelligence, by Stracka View source on GitHub

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.

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. 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, 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.
  • Starter: $399/month for 10,000 credits when shipping an app to other users. Email data@golfintelligence.com; Starter does not have a checkout link.

Questions about data, plans, or integration: 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.

ToolWhat it returnsCredits
search_course_groupsCourse-group search results0
get_course_group_scorecardScorecard data1
get_course_group_gpsMapped course geometry and coordinates2
get_course_group_detailDetailed course-group data3
get_green_slope_imagePortrait or square green slope image1

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.

Streamable HTTP

The production HTTP entrypoint serves the official MCP Streamable HTTP transport at /mcp and a health check at /health. The intended custom-domain URL shape is:

text
https://mcp.golfintelligence.com/mcp

This repository does not claim that URL is live; DNS and deployment must be completed before it is submitted for review. Start the HTTP server locally with:

Terminal
npm run build
PORT=3000 npm run start:http

It binds to 0.0.0.0:$PORT. The existing node dist/index.js stdio entrypoint and all plugin packages remain unchanged.

The HTTP service resolves Golf Intelligence credentials in this order:

  1. X-GI-Client-ID and X-GI-Active-Token HTTP headers supplied together on every MCP request.
  2. Server-side GI_CLIENT_ID and GI_ACTIVE_TOKEN environment variables.

Codex supports static http_headers and environment-backed env_http_headers for Streamable HTTP MCP servers. For OpenAI review, either configure a dedicated review API account as deployment environment variables or provide the two custom headers if the review configuration supports them. The Active Token remains an exchange credential and must not be sent as an Authorization: Bearer value. A production deployment should use a dedicated account with an appropriate credit limit because environment-based credentials make the lookup tools available to every caller of the public endpoint.

Every tool explicitly advertises these MCP annotations:

  • readOnlyHint: true — each tool only retrieves course data.
  • openWorldHint: false — no tool writes to public or external systems.
  • destructiveHint: false — no tool deletes, overwrites, publishes, or sends anything.
  • idempotentHint: true — repeating a lookup has no additional side effect.

These sentences can also be used as the annotation justifications in the OpenAI submission form. Paid lookups still require confirm_spend=true at the same credit costs documented above.

Container deployment

Dockerfile builds both transports without embedding credentials. fly.toml configures a small Fly.io service and checks /health. Before the first deploy, confirm that the globally unique Fly app name is available (or change app), then set runtime secrets and deploy:

Terminal
fly secrets set GI_CLIENT_ID=... GI_ACTIVE_TOKEN=...
fly deploy

Set the custom domain only after the deployed *.fly.dev endpoint passes an MCP Inspector check. No deployment is performed by this repository.

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 stdio ESM bundle used by installers
  • dist/http.js — committed Streamable HTTP ESM bundle used by the container
  • Dockerfile and fly.toml — production HTTP container and Fly.io service

For development with Node.js 18 or newer:

Terminal
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.