← stymie.golf

INDIVIDUAL MCP TOOL

get_leaderboard

Get the top golf courses in a state by category: hardest (highest slope), easiest (lowest slope, public only), or longest (most yardage).

stymie.golfnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp-production-680d.up.railway.app/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_leaderboard and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

stymie.golf

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.stymie-golf]
url = "https://mcp-production-680d.up.railway.app/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: stymie-golf
Remote MCP URL: https://mcp-production-680d.up.railway.app/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "stymie-golf": {
      "url": "https://mcp-production-680d.up.railway.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "stymie-golf": {
      "type": "http",
      "url": "https://mcp-production-680d.up.railway.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "stymie-golf",
  "transport": "streamable-http",
  "url": "https://mcp-production-680d.up.railway.app/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_courses — Search Stymie's live US golf-course directory by name, state, city, ZIP code, access type, or hole count.
  • get_course — Get full details for a specific golf course by its URL slug.
  • 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.
  • get_reviews — Get user reviews for a golf course.
  • get_architect — Get details about a golf course architect: bio, Wikipedia image, birth/death years, nationality, and all courses they designed grouped by state.
  • search_tee_times — Search for available tee times at a golf course.
  • search_stymie — Search Stymie across golf courses, current equipment, architects, and major site tools.
  • search_equipment — Search current golf balls, drivers, putters, rangefinders, and launch monitors.