@stiehlrod/outdoor-adventures-mcp
v0.1.0
Published
MCP server for outdoor adventures - bike routes, hike finder, and backcountry safety checks
Maintainers
Readme
Outdoor Adventures MCP Server
An MCP (Model Context Protocol) server for outdoor adventure planning. Get weather-aware bike route recommendations, condition-based hike suggestions, and backcountry avalanche safety checks — all from your AI assistant.
Tools
bike_route
Find cycling routes based on terrain type, location, and current weather. Automatically adjusts recommendations for temperature (higher elevation in heat, lower in cold).
Parameters:
location(required) — City, region, zip code, or areaterrain(required) —road,gravel, ormountaintemperature_override(optional) — Skip weather lookup (e.g.,95F,hot)
hike_finder
Find hikes with optimal conditions based on current weather and preferences. Evaluates snow, mud, ice, heat exposure, and provides condition-aware recommendations.
Parameters:
location(required) — City, zip code, or area namemax_distance_miles(optional) — Search radius in miles (default: 30)elevation(optional) —easy,moderate, orhardcrowd_preference(optional) —quiet,moderate, orbusy-ok
backcountry_check
Check backcountry skiing/riding conditions including avalanche danger ratings, avalanche problems, weather, and a go/no-go safety framework.
Supported avalanche centers: CAIC (CO), UAC (UT), NWAC (WA/OR), SAC (CA), GNFAC (MT), BTAC (WY), PAC (ID), MWAC (NH), CNFAIC (AK), and more.
Parameters:
location(optional) — Zone, mountain, pass, town, or statelist_centers(optional) — List all supported avalanche centers
Installation
Claude Code
claude mcp add outdoor-adventures -- npx @stiehlrod/outdoor-adventures-mcpClaude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"outdoor-adventures": {
"command": "npx",
"args": ["@stiehlrod/outdoor-adventures-mcp"]
}
}
}Manual
npm install -g @stiehlrod/outdoor-adventures-mcp
outdoor-adventures-mcpData Sources
All data comes from free, public APIs — no API keys required:
| Source | Data | Key Required | |--------|------|-------------| | National Weather Service | Weather forecasts, current conditions | No | | Avalanche.org | Avalanche danger, forecasts, problems | No | | OpenStreetMap / Overpass | Trail and route geometry | No | | Nominatim | Geocoding (location to coordinates) | No |
Safety Disclaimer
This tool aggregates publicly available data to assist with trip planning. It is not a substitute for:
- Formal avalanche education (AIARE courses)
- On-site terrain and conditions evaluation
- Checking official sources directly before every trip
- Your own judgment and decision-making
Your safety is your responsibility.
Development
git clone https://github.com/stiehlrod/outdoor-adventures-mcp.git
cd outdoor-adventures-mcp
npm install
npm run build
npm startLicense
MIT
