← justheadcovers.com

INDIVIDUAL MCP TOOL

list_categories

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

justheadcovers.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://justheadcovers.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_categories and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

justheadcovers.com

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.

Related tools

  • search_covers — Search golf headcover listings on Just Headcovers.
  • get_cover — Fetch full detail for a single cover listing by slug (the id returned from search_covers).
  • compare_covers — Fetch summary detail for 2-4 covers side-by-side.
  • list_brands — List every golf brand with at least one active listing in the Just Headcovers canonical vocabulary, sorted by active-cover count (descending).
  • get_brand — Fetch full detail for a single brand by slug: identity, active-cover count, price stats, and up to 12 representative covers.
  • recent_drops — List the newest covers added to Just Headcovers across every brand, sorted by first_seen_at descending.