Straight Line Golf Pro

Read-only discovery and retrieval of current public Straight Line Golf Pro coaching resources.

Should I use this

Quality & Safety

A
Description quality
96%
Schema completeness
68%
Naming quality
92%
Poisoning risk
100%
Permission match
100%
Protocol compliance
100%

Based on automated analysis of tool definitions and protocol compliance.

Context Cost

~424Tokens (tool definitions)
~366 BTypical response size
Minimal attention impact (0.33% of 128k context)

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-http

What it can do

Tool inventory

Tools (5)

🟢 Read-only🟡 Write🔴 Delete⚪ Unknown
🟢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

Rate this Server

Evidence

Recent observations

verifiedversion not recorded5 tools