Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
Parent endpoint
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.
Related tools
search_corpus— Semantic search over the TrailWeights knowledge corpus (transcripts, product descriptions, in-house pack templates, surveys, ultralight Bible).get_product_specs— Canonical product spec sheet — name, brand, category, verified weight, MSRP, image, and a cottage-first affiliate buy URL.recommend_gear— Structured gear recommendations from a freeform natural-language query (e.compare_gear— Side-by-side spec comparison for 2–6 products.find_lighter_alternative— Given a product, return up to 5 lighter alternatives in the same category, ordered by verified weight ascending.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.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.