# Stymie Golf (remote · mcp-production-680d.up.railway.app)

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

- Trust score: 72/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-17

## Components

- remote · `mcp-production-680d.up.railway.app`: 72/100 (this document), [markdown](https://verifymcp.io/servers/thatdudefreak-stymie-golf/mcp-production-680d.md), [page](https://verifymcp.io/servers/thatdudefreak-stymie-golf/mcp-production-680d)

## Channel facts

- Endpoint: `https://mcp-production-680d.up.railway.app/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `2.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-17.

- **Endpoint Security**: 74/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 85/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1212 tokens (~86/item across 14 items; 13 tools + 1 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 10/100
  - Stability observed for 3 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 85/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 56% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### Claude

```bash
claude mcp add --transport http thatdudefreak-stymie-golf https://mcp-production-680d.up.railway.app/mcp
```

### Codex

```toml
[mcp_servers.thatdudefreak-stymie-golf]
url = "https://mcp-production-680d.up.railway.app/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "thatdudefreak-stymie-golf": {
      "type": "remote",
      "url": "https://mcp-production-680d.up.railway.app/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add thatdudefreak-stymie-golf --url https://mcp-production-680d.up.railway.app/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  thatdudefreak-stymie-golf:
    url: "https://mcp-production-680d.up.railway.app/mcp"
```

### Other

```json
{
  "mcpServers": {
    "thatdudefreak-stymie-golf": {
      "type": "http",
      "url": "https://mcp-production-680d.up.railway.app/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-17 (score 72, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-15 (score 71, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-14 (score 70)

First indexed and scored.

## MCP tools (13)

### `search_courses` (~159 tokens)

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 mileage for ZIP searches.

Input parameters:

- `city` (string): City name
- `holes` (string): Number of holes
- `limit` (integer): Results per page (max 50)
- `page` (integer): Page number
- `query` (string): Course name search (partial match)
- `state` (string): 2-letter state code, e.g. "NJ"
- `type` (string): Course type filter
- `zip` (string): 5-digit ZIP code for proximity search (50 mile radius)

### `get_course` (~81 tokens)

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.

Input parameters:

- `slug` (string, required): Course full_slug, e.g. "new-jersey/monmouth-county/red-bank/navesink-country-club"

### `get_scorecard` (~82 tokens)

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.

Input parameters:

- `slug` (string, required): Course full_slug, e.g. "new-jersey/monmouth-county/red-bank/navesink-country-club"

### `get_reviews` (~64 tokens)

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.

Input parameters:

- `limit` (integer): Max reviews to return
- `slug` (string, required): Course full_slug

### `get_architect` (~87 tokens)

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.

Input parameters:

- `name` (string): Architect name, e.g. "Robert Trent Jones Sr."
- `slug` (string): Architect slug, e.g. "robert-trent-jones-sr"

### `get_leaderboard` (~91 tokens)

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.

Input parameters:

- `category` (string): Ranking category
- `limit` (integer): Number of results
- `state` (string, required): 2-letter state code, e.g. "NJ"

### `search_tee_times` (~85 tokens)

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.

Input parameters:

- `date` (string): Desired date (YYYY-MM-DD)
- `players` (integer): Number of players
- `slug` (string, required): Course full_slug

### `search_stymie` (~90 tokens)

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.

Input parameters:

- `limit` (integer)
- `query` (string, required): A course, equipment model, brand, architect, destination, or golf topic
- `state` (string): Optional 2-letter state filter for course results

### `search_equipment` (~73 tokens)

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.

Input parameters:

- `category` (string)
- `limit` (integer)
- `query` (string, required): Brand and/or model name

### `find_nearby_courses` (~126 tokens)

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 availability, and maximum slope.

Input parameters:

- `access` (string)
- `distance_miles` (string)
- `latitude` (number)
- `limit` (integer)
- `location` (string): City, 5-digit ZIP code, or golf destination
- `longitude` (number)
- `state` (string): Optional 2-letter state code to disambiguate a city

### `build_golf_trip` (~143 tokens)

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-time availability and drive times must be verified separately.

Input parameters:

- `distance_miles` (string)
- `latitude` (number)
- `location` (string)
- `longitude` (number)
- `number_of_courses` (integer)
- `slope_max` (integer)
- `slope_min` (integer)
- `state` (string)
- `tee_yards_max` (integer)
- `tee_yards_min` (integer)

### `get_deals` (~67 tokens)

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 extra cost to the buyer.

Input parameters:

- `category` (string)
- `limit` (integer)

### `get_data_coverage` (~45 tokens)

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.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/thatdudefreak-stymie-golf/mcp-production-680d#diagnostics

## Score history

- 2026-08-17: 72
- 2026-08-16: 71
- 2026-08-15: 71
- 2026-08-14: 70

## Links

- Remote endpoint: https://mcp-production-680d.up.railway.app/mcp
- Repository: https://github.com/ThatDudeFreak/stymie
- Website: https://stymie.golf/mcp
- Changelog RSS feed: https://verifymcp.io/servers/thatdudefreak-stymie-golf/mcp-production-680d.xml
- Changelog JSON feed: https://verifymcp.io/servers/thatdudefreak-stymie-golf/mcp-production-680d.json
- HTML version of this page: https://verifymcp.io/servers/thatdudefreak-stymie-golf/mcp-production-680d
