← straightlinegolfpro.com
INDIVIDUAL MCP TOOL
search
Find public SLGP pages by words in sitemap URL paths (not full-text search).
LIVE ENDPOINT
https://straight-line-golf-pro-mcp.vercel.app/mcp
Connect to this endpoint to inspect the live schema for search and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent server
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.straight-line-golf-pro]
url = "https://straight-line-golf-pro-mcp.vercel.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"straight-line-golf-pro": {
"type": "http",
"url": "https://straight-line-golf-pro-mcp.vercel.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: straight-line-golf-pro
Remote MCP URL: https://straight-line-golf-pro-mcp.vercel.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": {
"straight-line-golf-pro": {
"url": "https://straight-line-golf-pro-mcp.vercel.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"straight-line-golf-pro": {
"type": "http",
"url": "https://straight-line-golf-pro-mcp.vercel.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "straight-line-golf-pro",
"transport": "streamable-http",
"url": "https://straight-line-golf-pro-mcp.vercel.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
fetch— Fetch a canonical public URL returned by search or list_public_pages; return verified current public text and citation URL.list_public_pages— List live sitemap public URLs; paginate with next_offset.discovery_status— Read live sitemap counts and declared search/AI crawler policies.citation_readiness— Inspect canonical, title, H1, schema and crawler signals; mechanical observations, not factual or ranking validation.