← Registry

eCommerce

trailweights.com

Provides gear information, reviews, and recommendations for outdoor products.

1 endpoint8 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://trailweights.com/api/mcp

No auth detected

MCP server metadata

Name
trailweights-mcp
Version
0.1.0
Capabilities
tools
Server instructions

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_corpus

Semantic search over the TrailWeights knowledge corpus (transcripts, product descriptions, in-house pack templates, surveys, ultralight Bible).

Inferred read-only
get_gear_reviews

Fetch creator video reviews for a product.

Inferred read-only
get_product_specs

Canonical product spec sheet — name, brand, category, verified weight, MSRP, image, and a cottage-first affiliate buy URL.

Inferred read-only
recommend_gear

Structured gear recommendations from a freeform natural-language query (e.

Inferred read-only
compare_gear

Side-by-side spec comparison for 2–6 products.

Inferred read-only
find_lighter_alternative

Given a product, return up to 5 lighter alternatives in the same category, ordered by verified weight ascending.

Inferred read-only
get_field_consensus

Pre-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-only
get_pack_template

Return one of the 21 in-house TrailWeights pack templates by ID or slug, including the full item list and total weight.

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.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.

Indexed

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