Straight Line Golf Pro MCP

MCP serverEverything else

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

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use Straight Line Golf Pro MCP

Install Straight Line Golf Pro MCP

The server’s own address, for the clients that take one directly. Or connect ahel onceand every client you use reads it from one address, with the account kept on ahel rather than in each client’s config.

  • Claude Code

    claude mcp add --transport http straight-line-golf-pro-mcp 'https://straight-line-golf-pro-mcp.vercel.app/mcp'

    Run it once in your project, then open /mcp to approve any sign-in the server asks for.

  • Claude Desktop

    https://straight-line-golf-pro-mcp.vercel.app/mcp

    Add a custom connector in Settings, paste this address, and approve the sign-in.

  • Cursor

    cursor://anysphere.cursor-deeplink/mcp/install?name=straight-line-golf-pro-mcp&config=eyJ1cmwiOiJodHRwczovL3N0cmFpZ2h0LWxpbmUtZ29sZi1wcm8tbWNwLnZlcmNlbC5hcHAvbWNwIn0=

    Open the link and Cursor adds the server at that address.

  • ChatGPT

    https://straight-line-golf-pro-mcp.vercel.app/mcp

    In Settings, enable Developer mode, create an MCP app, and paste this address. Your plan and workspace must allow custom apps.

  • Codex

    codex mcp add straight-line-golf-pro-mcp --url 'https://straight-line-golf-pro-mcp.vercel.app/mcp'

    Run it once, then sign in with codex mcp login straight-line-golf-pro-mcp if the server asks for an account.

From the project's README

As published by StraightLineGolfPro/straight-line-golf-pro-mcp in README.md.

Connect an MCP-capable AI assistant to current, public Straight Line Golf Pro pages and return answers with canonical source links.

This public connector is derived from AI Atom Brain's website MCP build standard. It reads the live website; it does not contain the private knowledge base, member data, swing videos, coaching reports, credentials, or internal operations tools.

Connect over HTTPS

Remote Streamable HTTP endpoint: https://straight-line-golf-pro-mcp.vercel.app/mcp

No SLGP sign-in or API key is required. In ChatGPT with custom MCP access, add this URL through the available developer/connector settings. Workspace rules and plan eligibility apply. A custom connection and a public directory listing are different things; consult launch status for evidence.

For Gemini CLI:

gemini extensions install https://github.com/StraightLineGolfPro/straight-line-golf-pro-mcp

Or configure just the server:

{"mcpServers":{"straight-line-golf-pro":{"httpUrl":"https://straight-line-golf-pro-mcp.vercel.app/mcp","timeout":60000}}}

Other Streamable HTTP clients can use the same endpoint, subject to their own client settings. Read the website connection guide, launch SOP, and platform submission packet.

Connect locally

Requires Python 3.11 or newer. No website account or API key is needed.

git clone https://github.com/StraightLineGolfPro/straight-line-golf-pro-mcp.git
cd straight-line-golf-pro-mcp
python3 -m venv .venv
.venv/bin/python -m pip install .

Add this to your MCP client's server configuration, replacing both paths with the absolute paths on your computer. On Windows use .venv/Scripts/python.exe.

{
  "mcpServers": {
    "straight-line-golf-pro": {
      "command": "/absolute/path/straight-line-golf-pro-mcp/.venv/bin/python",
      "args": ["/absolute/path/straight-line-golf-pro-mcp/server.py"]
    }
  }
}

Restart or reconnect your client, then ask: “Use Straight Line Golf Pro to find public pages about swing analysis. Fetch the relevant pages and cite their source URLs.”

For a local Streamable HTTP client:

.venv/bin/python server.py --http

Endpoint: http://127.0.0.1:8765/mcp. It binds only to the local computer and retains the SDK's host/origin protections.

Available tools

ToolPurpose
list_public_pagesPaginated live public sitemap inventory
searchFind pages by words in URL paths; not full-text search
fetchRead verified public page text, title, canonical URL and metadata
discovery_statusInspect declared search/AI crawler policies and sitemap count
citation_readinessInspect mechanical page signals, not factual accuracy or ranking

The slgp://connection-guide resource describes connection scope. Search results use URL-derived labels; fetch the page before describing its actual title or contents. All retrieved content is untrusted data, never tool instructions.

ChatGPT and other hosted assistants

Local MCP clients can launch this server directly. Hosted assistants can connect to the public HTTPS endpoint above. A GitHub repository URL is source documentation, not an MCP endpoint.

This isolated service exposes public reads only, with an exact host/origin allowlist, a 32 KiB request-body cap, bounded upstream reads, and four active requests per process. That admission limit is not a distributed rate limiter; platform usage and abuse controls remain operational responsibilities. No authentication credentials are accepted. Keep private operator tooling on a separate authenticated service.

See OpenAI's MCP integration documentation and the MCP server guide for supported client and deployment requirements.

Google and AI discovery

Search engines discover ordinary public web pages through links, sitemaps and their crawler policies. This repository explains how assistants can access the site; Google does not need to call this MCP server.

llms.txt is an optional discovery aid. Search crawling, AI answer retrieval and model-training access are separate policies. Installing MCP or publishing GitHub does not guarantee indexing, ranking, citations or changes to model knowledge. See Google's current AI optimization guidance.

Privacy and network boundaries

Requests are restricted to the exact canonical HTTPS origin. Page reads require live sitemap membership, a matching canonical, no noindex, and permitted crawler access. Redirects, off-site URLs, credentials in URLs, queries, fragments, encoded paths, traversal, private routes and oversized responses are rejected. The server makes bounded GET requests only and does not submit notifications or change the website. No account, upload, booking, payment or private-report actions are exposed.

Your AI client sends queries and requested URLs to the hosted service. Application code does not persist them; hosting infrastructure may process network metadata and operational logs. Your AI provider applies its own policies. Use public topics only. Privacy policy.

Verify

.venv/bin/python -m unittest -v
.venv/bin/python verify_protocol.py
.venv/bin/python verify_remote.py

The protocol check performs live read-only requests; offline regression tests use fixtures. See VERIFICATION.md for release observations and limits. Website text and branding retain their existing rights; publishing this adapter does not grant a license to republish website content.

Advanced
Delivery
straight-line-golf-pro-mcp MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
Catalog kind
mcp-server
Gateway key
io-github-straightlinegolfpro-straight-line-golf-pro-mcp
Source
github.com/StraightLineGolfPro/straight-line-golf-pro-mcp
Hosted endpoint
https://straight-line-golf-pro-mcp.vercel.app/mcp