Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

Outdoors

com.theoutdoorsapp/outdoors

US outdoor recreation: 37k+ trails, 30k+ campgrounds, parks, weather + wildfire safety. Read-only.

Uptime
100.0%
1 direct probes · 30d
Response
665ms
last probe
Tools
20
callable
Resources
0
readable
Prompts
0
available

Tools · 20

adventure.candidates

Suggest candidate adventures near a location by scoring nearby trails/parks/campgrounds deterministically.

adventure.outline

Create a structured, day-by-day itinerary outline from selected trail/park/campground IDs or slugs.

search

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

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 …

outdoors.ping

Health check for the Outdoors MCP server.

search.global

Global search across trails, parks, campgrounds, and water bodies (uses Meilisearch when available).

nearMe.search

Aggregate nearby Trails, Parks, and Campgrounds for a map-first exploration experience.

trails.search

Search public, verified trails with filters (supports map bounds and near-me style geo filtering).

trails.get

Get a single public, verified trail by id or slug, including nearby trails and breadcrumbs.

safety.overview

Combined safety overview (weather alerts, AQI, wildfire context) for a location.

weather.current

Current weather conditions for a location.

weather.alerts

Weather alerts for a location.

aqi.current

Current air quality (AQI) for a location.

fires.nearby

Nearby wildfire incidents for a location.

parks.search

Search published, verified parks with optional geo and region filters.

parks.get

Get a single published, verified park by id or slug.

campsites.list

List campsites for a campground with filters (type, hookups, accessibility, availability, loop).

campsites.get

Get a single campsite (and its campground/park/region relations) by campground + campsite id.

campgrounds.search

Search published, verified campgrounds with common filters (type, reservation, region/state, geo).

campgrounds.get

Get a single published, verified campground by id or slug.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "outdoors": {
      "url": "https://theoutdoorsapp.com/mcp",
      "transport": "streamable-http"
    }
  }
}