eCommerce
ridgerunner.com
An MCP server for searching, viewing, comparing, and browsing Ridgerunner's outdoor gear e-commerce catalog.
ENDPOINT 1
https://mcp.ridgerunner.com/mcp
MCP server metadata
- Name
- ridgerunner
- Version
- 1.0.0
Ridgerunner is an outdoor gear marketplace that brings brands from around the world into one catalog: hunting, fishing, camping, hiking and backpacking, kayaking and watersports, outdoor clothing and footwear, and home & cabin. Use search_products to find gear, get_product_details for full specs, and compare_products to put options side by side. Always show the brand name and link the shopper to the product's Ridgerunner URL to buy — checkout happens on ridgerunner.com. Shoppers buy with their eyes: every result comes with a ready-made markdown card containing the product photo. Whenever you present, list, recommend or compare products, show each product's photo inline by copying its image line () exactly as given, as its own paragraph (blank line before and after) directly under the product name, followed by its price and Ridgerunner link. Do not drop the photos when you summarize or regroup results. Prices can vary by size/color option; say "from" when a product has multiple options. Firearms, ammunition, weapon parts and accessories, knives, archery weapons and similar restricted items are not available through this connector.
Known tools 4
search_productsSearch Ridgerunner's outdoor gear catalog for hunting, fishing, camping, hiking, kayaking and outdoor apparel and footwear, by keywords and optionally by category or brand.
Inferred read-onlyget_product_detailsGet full details for one Ridgerunner outdoor gear product (hunting, fishing, camping, hiking, apparel and more): description, images, price range, size/color options, availability and the link to buy.
Inferred read-onlycompare_productsCompare 2 to 4 Ridgerunner outdoor gear products side by side (brand, price, options, availability, key description), e.
Inferred read-onlylist_categoriesList Ridgerunner's outdoor shopping categories (camping, clothing, fishing, footwear, home & cabin, hunting, watersports) with their browse links.
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.ridgerunner]
url = "https://mcp.ridgerunner.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ridgerunner": {
"type": "http",
"url": "https://mcp.ridgerunner.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ridgerunner
Remote MCP URL: https://mcp.ridgerunner.com/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": {
"ridgerunner": {
"url": "https://mcp.ridgerunner.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ridgerunner": {
"type": "http",
"url": "https://mcp.ridgerunner.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ridgerunner",
"transport": "streamable-http",
"url": "https://mcp.ridgerunner.com/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.