Data Collection
justheadcovers.com
Provides search and detail retrieval for golf headcover listings on Just Headcovers.
ENDPOINT 1
https://justheadcovers.com/api/mcp
MCP server metadata
- Name
- just-headcovers
- Version
- 1.0.0
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
get_coverFetch full detail for a single cover listing by slug (the id returned from search_covers).
Inferred read-onlylist_brandsList every golf brand with at least one active listing in the Just Headcovers canonical vocabulary, sorted by active-cover count (descending).
Inferred read-onlylist_categoriesList every headcover category that has at least one active listing, sorted by active-cover count descending.
Inferred read-onlyget_brandFetch full detail for a single brand by slug: identity, active-cover count, price stats, and up to 12 representative covers.
Inferred read-onlyrecent_dropsList the newest covers added to Just Headcovers across every brand, sorted by first_seen_at descending.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.