eCommerce
trailweights.com
Provides gear information, reviews, and recommendations for outdoor products.
ENDPOINT 1
https://trailweights.com/api/mcp
MCP server metadata
- Name
- trailweights-mcp
- Version
- 0.1.0
TrailWeights ultralight gear corpus. Use search_corpus for semantic lookup, get_product_specs / recommend_gear for catalog queries, get_gear_reviews for creator transcripts, compare_gear and find_lighter_alternative for buying decisions, get_pack_template for the 21 in-house pack templates. All buy URLs are cottage-first affiliates; no Amazon URLs are ever returned.
Known tools 8
search_corpusSemantic search over the TrailWeights knowledge corpus (transcripts, product descriptions, in-house pack templates, surveys, ultralight Bible).
Inferred read-onlyget_product_specsCanonical product spec sheet — name, brand, category, verified weight, MSRP, image, and a cottage-first affiliate buy URL.
Inferred read-onlyrecommend_gearStructured gear recommendations from a freeform natural-language query (e.
Inferred read-onlyfind_lighter_alternativeGiven a product, return up to 5 lighter alternatives in the same category, ordered by verified weight ascending.
Inferred read-onlyget_field_consensusPre-computed field consensus for a product: what independent creators and the field say, scored on a deterministic 100-point rubric with a source-diversity gate.
Inferred read-onlyget_pack_templateReturn one of the 21 in-house TrailWeights pack templates by ID or slug, including the full item list and total weight.
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.trailweights-mcp]
url = "https://trailweights.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"trailweights-mcp": {
"type": "http",
"url": "https://trailweights.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: trailweights-mcp
Remote MCP URL: https://trailweights.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": {
"trailweights-mcp": {
"url": "https://trailweights.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"trailweights-mcp": {
"type": "http",
"url": "https://trailweights.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "trailweights-mcp",
"transport": "streamable-http",
"url": "https://trailweights.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.