Skip to main content
Glama

TrailWeights MCP Server

Public Model Context Protocol server for the TrailWeights ultralight gear corpus. Lets ChatGPT, Claude, Apple Intelligence, Copilot, Gemini, and any MCP-compliant client search 5,000+ products, 40,000+ creator transcript chunks, and 21 in-house pack templates with verified weights and curated retailer buy links.

Transport

Streamable HTTP — JSON-RPC 2.0 over POST. Protocol version: 2025-06-18.

Related MCP server: FastAPI Database MCP Server

Auth

None. All tools are read-only. Rate limit: 60 requests/minute/IP. Rate-limit headers (x-ratelimit-limit, x-ratelimit-remaining, x-ratelimit-reset) ride every response.

Tools

Name

Args

Returns

search_corpus

query, source_filter?, match_count?

Top semantic matches across transcripts, products, packs, surveys, and the curated gear knowledge base.

get_gear_reviews

product_id

Up to 10 verified creator mentions with youtube_url, timestamp_seconds, and snippet.

get_product_specs

product_id or slug

Name, brand, category, verified weight (g & oz), MSRP, image, buy URL.

recommend_gear

query, weight_cap_oz?, category?, limit?

Catalog recommendations sorted by relevance with verified weights and buy links.

compare_gear

product_ids[] (2–6)

Side-by-side: name, brand, category, weight, MSRP, buy URL.

find_lighter_alternative

product_id, limit?

Up to 10 lighter same-category candidates sorted by weight, with weight_savings_g.

get_pack_template

template_id or slug

Full item list for one of the 21 in-house pack templates.

Quick start

# tools/list
curl -sX POST https://trailweights.com/api/mcp \
  -H 'content-type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' | jq

# recommend_gear
curl -sX POST https://trailweights.com/api/mcp \
  -H 'content-type: application/json' \
  -d '{
    "jsonrpc":"2.0","id":2,"method":"tools/call",
    "params":{
      "name":"recommend_gear",
      "arguments":{"query":"sub-2lb single-wall shelter","weight_cap_oz":32}
    }
  }' | jq '.result.structuredContent.recommendations[0]'

Connect

{
  "mcpServers": {
    "trailweights": { "type": "streamable-http", "url": "https://trailweights.com/api/mcp" }
  }
}

Discovery manifest: https://trailweights.com/.well-known/mcp.json

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    Provides guided prayers, semantic search, and pastoral care tools (encouragement, condolence, advice) via a read-only database without authentication.
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    Provides read-only SQL query access to Postgres and DuckDB databases via MCP tools, with extensive security hardening for public endpoints.
    1
  • A
    license
    A
    quality
    A
    maintenance
    The world railway atlas as read-only MCP tools: search 744+ legendary train routes (high-speed, classic, night, scenic) and get per-route facts, rankings and journey times. Runs from the repo's open dataset (CC BY 4.0); a free hosted endpoint is also live at https://trainrouter.com/mcp.
    7
    1
    MIT
  • F
    license
    -
    quality
    B
    maintenance
    Provides read-only access to wafergraph.com's semiconductor and AI supply-chain dataset, enabling search and retrieval of companies, segments, supply chain relationships, and M&A deals.

View all related MCP servers

Related MCP Connectors

  • Access the OpenAlex academic research catalog — 270M+ publications.

  • Federated commerce search across independent WooCommerce merchants. Keyless, read-only MCP server.

  • Read-only pneumatic compatibility and evidence tools with stable IDs and canonical CompatAir URLs.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/RustFreeOne/trailweights-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server