Skip to content
Back to search
100
MCP live MCP 2026-07-28 streamable-http

Stymie Golf

io.github.thatdudefreak/stymie-golf

Read-only US golf course, scorecard, equipment, deal, and golf-trip data for AI agents.

Uptime
100.0%
3 direct probes · 30d
Response
367ms
last probe
Tools
13
callable
Resources
1
readable
Prompts
0
available

Tools · 13

search_courses

Search Stymie's live US golf-course directory by name, state, city, ZIP code, access type, or hole count. Returns course location, access, holes, architect, scorecard availability, ratings, and exact …

get_course

Get full details for a specific golf course by its URL slug. Returns name, location, type, holes, architect, year built, amenities, contact info, ratings, slope stats, and nearby courses.

get_scorecard

Get the full scorecard for a golf course: all tee sets with hole-by-hole par, yardage, stroke index, and front/back nine ratings. Available for thousands of courses with scorecard data.

get_reviews

Get user reviews for a golf course. Returns star ratings (1-5), sub-ratings for condition/pace/value, review text, tee played, and reviewer handicap.

get_architect

Get details about a golf course architect: bio, Wikipedia image, birth/death years, nationality, and all courses they designed grouped by state. Provide either the architect name or URL slug.

get_leaderboard

Get the top golf courses in a state by category: hardest (highest slope), easiest (lowest slope, public only), or longest (most yardage). Great for answering "hardest course in NJ" type questions.

search_tee_times

Search for available tee times at a golf course. Note: Real-time tee time data is coming soon. Currently returns a link to the course page on Stymie where users can set up tee time alerts.

search_stymie

Search Stymie across golf courses, current equipment, architects, and major site tools. Use this first when the user does not specify which Stymie collection they need.

search_equipment

Search current golf balls, drivers, putters, rangefinders, and launch monitors. Returns official Stymie detail URLs, images, MSRP, and stated best-for guidance when published.

find_nearby_courses

Find golf courses within an exact distance of a city, ZIP code, destination, or coordinate. Supports public-access and private filters and returns exact mileage, logo availability, scorecard availabil…

build_golf_trip

Build a transparent one- to four-course public-access golf trip around a city, ZIP code, destination, or coordinate. Matches real tee yardage and slope data, then balances fit and travel distance. Tee…

get_deals

Get currently verified sale offers for golf equipment. Only in-stock offers checked within the last 48 hours with a current price below list price are returned. Links may be affiliate links, at no ext…

get_data_coverage

Return a live count of Stymie course, scorecard, logo, architect, equipment, and current-deal coverage. Use this instead of quoting hardcoded catalog sizes.

Resources · 1

stymie-data-coverage

A live snapshot of structured course and equipment coverage.

stymie://data-coverage

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "stymie_golf": {
      "url": "https://mcp-production-680d.up.railway.app/mcp",
      "transport": "streamable-http"
    }
  }
}