← Registry

Data Collection

justheadcovers.com

Provides search and detail retrieval for golf headcover listings on Just Headcovers.

1 endpoint7 known toolsFirst detected August 30, 2026Last detected August 30, 2026

ENDPOINT 1

https://justheadcovers.com/api/mcp

No auth detected

MCP server metadata

Name
just-headcovers
Version
1.0.0
Capabilities
tools
Server instructions

Just Headcovers indexes ~2,500 golf headcover listings across ~55 brands. Use search_covers for discovery, get_cover for detail, compare_covers when narrowing between candidates, list_brands / get_brand for brand-level browsing. Returned `url` values are relative to the site root (https://justheadcovers.com).

Known tools 7

search_covers

Search golf headcover listings on Just Headcovers.

Inferred read-only
get_cover

Fetch full detail for a single cover listing by slug (the id returned from search_covers).

Inferred read-only
compare_covers

Fetch summary detail for 2-4 covers side-by-side.

Inferred read-only
list_brands

List every golf brand with at least one active listing in the Just Headcovers canonical vocabulary, sorted by active-cover count (descending).

Inferred read-only
list_categories

List every headcover category that has at least one active listing, sorted by active-cover count descending.

Inferred read-only
get_brand

Fetch full detail for a single brand by slug: identity, active-cover count, price stats, and up to 12 representative covers.

Inferred read-only
recent_drops

List the newest covers added to Just Headcovers across every brand, sorted by first_seen_at descending.

Inferred read-only

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.just-headcovers]
url = "https://justheadcovers.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "just-headcovers": {
      "type": "http",
      "url": "https://justheadcovers.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: just-headcovers
Remote MCP URL: https://justheadcovers.com/api/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": {
    "just-headcovers": {
      "url": "https://justheadcovers.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "just-headcovers": {
      "type": "http",
      "url": "https://justheadcovers.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "just-headcovers",
  "transport": "streamable-http",
  "url": "https://justheadcovers.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.