Databases
golfcore.org
Searches through a comprehensive database of over 30,000 golf courses across 153 countries.
ENDPOINT 1
https://mcp.golfcore.org/mcp
MCP server metadata
- Name
- GolfCore
- Version
- 1.0.0
GolfCore covers 30,000 golf courses in 153 countries. There is one tool, search, and it answers everything: courses and their scorecards, the town, region and country pages that count and list every course in a place, and GolfCore's own product pages. Narrow it with scope when you know what you want: scope ['slug','scorecards'] with a course slug as the query returns that one exact card. Take par, stroke index, yardage, course rating and slope from a course's layouts, never from a page extract. Cite the url on anything you use.
Known tools 1
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.golfcore]
url = "https://mcp.golfcore.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"golfcore": {
"type": "http",
"url": "https://mcp.golfcore.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: golfcore
Remote MCP URL: https://mcp.golfcore.org/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": {
"golfcore": {
"url": "https://mcp.golfcore.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"golfcore": {
"type": "http",
"url": "https://mcp.golfcore.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "golfcore",
"transport": "streamable-http",
"url": "https://mcp.golfcore.org/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.