General Tools
pinseeker.xyz
Search for golf tee times, hot deals, and cheapest rounds by city, ZIP, or course name.
ENDPOINT 1
https://pinseeker.xyz/mcp
MCP server metadata
- Name
- pin-seeker
- Version
- 1.0.0
Pin Seeker finds golf tee times. It cannot book, hold, reserve, or pay. Call search_tee_times with the golfer's natural-language request. If location or date is missing, ask the golfer — do not guess a city. Present a shortlist in ranked order (best match first) with course, time, price, and the GolfNow URL. The golfer completes booking on GolfNow. Never say you booked or held a time.
Known tools 1
search_tee_timesSearch golf tee times, hot deals, and cheapest rounds by city, ZIP, or course name.
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.pin-seeker]
url = "https://pinseeker.xyz/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"pin-seeker": {
"type": "http",
"url": "https://pinseeker.xyz/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: pin-seeker
Remote MCP URL: https://pinseeker.xyz/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": {
"pin-seeker": {
"url": "https://pinseeker.xyz/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"pin-seeker": {
"type": "http",
"url": "https://pinseeker.xyz/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "pin-seeker",
"transport": "streamable-http",
"url": "https://pinseeker.xyz/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 pinseeker.xyz was fetched 2026-08-24T01:13:09.618Z.
pinseeker.xyz is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.