General Tools
stymie.golf
Provides search and details for golf courses, including scorecards, reviews, and architects.
ENDPOINT 1
https://mcp-production-680d.up.railway.app/mcp
MCP server metadata
- Name
- stymie-golf
- Version
- 2.0.0
Known tools 13
search_coursesSearch Stymie's live US golf-course directory by name, state, city, ZIP code, access type, or hole count.
Inferred read-onlyget_scorecardGet the full scorecard for a golf course: all tee sets with hole-by-hole par, yardage, stroke index, and front/back nine ratings.
Inferred read-onlyget_architectGet details about a golf course architect: bio, Wikipedia image, birth/death years, nationality, and all courses they designed grouped by state.
Inferred read-onlyget_leaderboardGet the top golf courses in a state by category: hardest (highest slope), easiest (lowest slope, public only), or longest (most yardage).
Inferred read-onlysearch_stymieSearch Stymie across golf courses, current equipment, architects, and major site tools.
Inferred read-onlysearch_equipmentSearch current golf balls, drivers, putters, rangefinders, and launch monitors.
Inferred read-onlyfind_nearby_coursesFind golf courses within an exact distance of a city, ZIP code, destination, or coordinate.
Inferred read-onlybuild_golf_tripBuild a transparent one- to four-course public-access golf trip around a city, ZIP code, destination, or coordinate.
Inferred read-onlyget_data_coverageReturn a live count of Stymie course, scorecard, logo, architect, equipment, and current-deal coverage.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for railway.app was fetched 2026-07-25T19:54:06.182Z.
railway.app is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.