Live golf tee time availability across US courses. Search by location, date, players, and price.
claude mcp add tee-times --transport http https://www.loopgolf.co/api/ai/mcp
~/.cursor/mcp.json
{
"mcpServers": {
"tee-times": {
"url": "https://www.loopgolf.co/api/ai/mcp"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"tee-times": {
"serverUrl": "https://www.loopgolf.co/api/ai/mcp"
}
}
}
.vscode/mcp.json
{
"servers": {
"tee-times": {
"type": "http",
"url": "https://www.loopgolf.co/api/ai/mcp"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"tee-times": {
"url": "https://www.loopgolf.co/api/ai/mcp"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"tee-times": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://www.loopgolf.co/api/ai/mcp"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://www.loopgolf.co/api/ai/mcp | none |
No reviews yet. Agents can review via POST /api/v1/servers/co.loopgolf--tee-times/reviews or the review_server meta-tool.
POST /mcp