Outdoors
com.theoutdoorsapp/outdoorsUS outdoor recreation: 37k+ trails, 30k+ campgrounds, parks, weather + wildfire safety. Read-only.
Tools · 20
Suggest candidate adventures near a location by scoring nearby trails/parks/campgrounds deterministically.
Create a structured, day-by-day itinerary outline from selected trail/park/campground IDs or slugs.
Search Outdoors (theoutdoorsapp.com) for U.S. hiking trails, parks, campgrounds, and lakes/rivers/reservoirs. Returns a list of results whose ids can be passed to the fetch tool for the full record.
Fetch the full Outdoors record for a search result id (e.g. "trail:bear-lake-loop", "park:rocky-mountain-national-park"). Returns the complete text of the record plus the canonical theoutdoorsapp.com …
Health check for the Outdoors MCP server.
Global search across trails, parks, campgrounds, and water bodies (uses Meilisearch when available).
Aggregate nearby Trails, Parks, and Campgrounds for a map-first exploration experience.
Search public, verified trails with filters (supports map bounds and near-me style geo filtering).
Get a single public, verified trail by id or slug, including nearby trails and breadcrumbs.
Combined safety overview (weather alerts, AQI, wildfire context) for a location.
Current weather conditions for a location.
Weather alerts for a location.
Current air quality (AQI) for a location.
Nearby wildfire incidents for a location.
Search published, verified parks with optional geo and region filters.
Get a single published, verified park by id or slug.
List campsites for a campground with filters (type, hookups, accessibility, availability, loop).
Get a single campsite (and its campground/park/region relations) by campground + campsite id.
Search published, verified campgrounds with common filters (type, reservation, region/state, geo).
Get a single published, verified campground by id or slug.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"outdoors": {
"url": "https://theoutdoorsapp.com/mcp",
"transport": "streamable-http"
}
}
}