← Registry

eCommerce

trailhubgear.com

Provides product search and details for an outdoor gear e-commerce store.

1 endpoint3 known toolsFirst detected August 18, 2026Last detected August 18, 2026

ENDPOINT 1

https://trailhubgear.com/api/mcp

No auth detected

MCP server metadata

Name
trailhub-outdoor-shop
Version
1.0.0
Capabilities
tools
Server instructions

Live product catalog of TRAILHUB Outdoor. Use search_products to find in-stock camping, hiking, backpack, apparel, footwear and other outdoor gear by keyword/category/brand/price, get_product for full details, and get_store_info for payments and store links. Always give shoppers the product page link.

Known tools 3

search_products

Search the live TRAILHUB catalog of in-stock camping, hiking, backpack, apparel, footwear, lighting, cookware and other outdoor products by keywords, category, brand and/or max price.

Inferred read-only
get_product

Get full details of one product by its id or SKU: description, per-size stock, all images, buy links.

Inferred read-only
get_store_info

TRAILHUB Outdoor store overview: payment methods, optional WhatsApp support, current catalog, and useful links.

Potential side effects

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.trailhub-outdoor-shop]
url = "https://trailhubgear.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "trailhub-outdoor-shop": {
      "type": "http",
      "url": "https://trailhubgear.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: trailhub-outdoor-shop
Remote MCP URL: https://trailhubgear.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": {
    "trailhub-outdoor-shop": {
      "url": "https://trailhubgear.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "trailhub-outdoor-shop": {
      "type": "http",
      "url": "https://trailhubgear.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "trailhub-outdoor-shop",
  "transport": "streamable-http",
  "url": "https://trailhubgear.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.