Straight Line Golf Pro
Read-only discovery and retrieval of current public Straight Line Golf Pro coaching resources.
Should I use this
Quality & Safety
Based on automated analysis of tool definitions and protocol compliance.
Context Cost
This is the approximate number of tokens consumed each time the server's tools are loaded into a model's context. Higher counts reduce the attention available for other tasks.
Install
One-Click Install
Add this to your `claude_desktop_config.json` file:
{
"mcpServers": {
"straight-line-golf-pro-mcp": {
"url": "https://straight-line-golf-pro-mcp.vercel.app/mcp"
}
}
}Remote endpoints
https://straight-line-golf-pro-mcp.vercel.app/mcpstreamable-httpWhat it can do
Tool inventory
Tools (5)
🟢search(query)
Find public SLGP pages by words in sitemap URL paths (not full-text search). Fetch to verify titles and content.
Input Schema
{
"type": "object",
"properties": {
"query": {
"title": "Query",
"type": "string"
}
},
"required": [
"query"
],
"title": "searchArguments"
}🟢fetch(id)
Fetch a canonical public URL returned by search or list_public_pages; return verified current public text and citation URL.
Input Schema
{
"type": "object",
"properties": {
"id": {
"title": "Id",
"type": "string"
}
},
"required": [
"id"
],
"title": "fetchArguments"
}🟢list_public_pages(offset, limit)
List live sitemap public URLs; paginate with next_offset. Each page still requires fetch validation.
Input Schema
{
"type": "object",
"properties": {
"offset": {
"default": 0,
"title": "Offset",
"type": "integer"
},
"limit": {
"default": 50,
"title": "Limit",
"type": "integer"
}
},
"title": "list_public_pagesArguments"
}🟢discovery_status
Read live sitemap counts and declared search/AI crawler policies. Does not claim actual crawler visits.
Input Schema
{
"type": "object",
"properties": {},
"title": "discovery_statusArguments"
}🟢citation_readiness(url)
Inspect canonical, title, H1, schema and crawler signals; mechanical observations, not factual or ranking validation.
Input Schema
{
"type": "object",
"properties": {
"url": {
"title": "Url",
"type": "string"
}
},
"required": [
"url"
],
"title": "citation_readinessArguments"
}Community
Evidence