← Registry

Productivity

theoutdoorsapp.com

Helps plan outdoor adventures by suggesting candidates, creating itinerary outlines, and searching/fetching outdoors data.

1 endpoint20 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://theoutdoorsapp.com/mcp

No auth detected

MCP server metadata

Name
Outdoors MCP
Version
1.0.0
Capabilities
loggingcompletionstools
Server instructions

You are connected to the Outdoors MCP server. Prefer calling tools to retrieve facts (trails/parks/campgrounds/campsites) and safety signals. Always include evidence (ids/urls/source/timestamps) from tool results when answering users. If data is missing/unknown, say so explicitly and propose next tool calls.

Known tools 20

adventure.candidates

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

Inferred read-only
adventure.outline

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

Potential side effects
search

Search Outdoors (theoutdoorsapp.

Inferred read-only
fetch

Fetch the full Outdoors record for a search result id (e.

Inferred read-only
outdoors.ping

Health check for the Outdoors MCP server.

Inferred read-only
search.global

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

Inferred read-only
nearMe.search

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

Inferred read-only
trails.search

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

Inferred read-only
trails.get

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

Inferred read-only
safety.overview

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

Inferred read-only
weather.current

Current weather conditions for a location.

Inferred read-only
weather.alerts

Weather alerts for a location.

Inferred read-only
aqi.current

Current air quality (AQI) for a location.

Inferred read-only
fires.nearby

Nearby wildfire incidents for a location.

Inferred read-only
parks.search

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

Inferred read-only
parks.get

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

Inferred read-only
campsites.list

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

Inferred read-only
campsites.get

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

Inferred read-only
campgrounds.search

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

Inferred read-only
campgrounds.get

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

Inferred read-only

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.outdoors-mcp]
url = "https://theoutdoorsapp.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "outdoors-mcp": {
      "type": "http",
      "url": "https://theoutdoorsapp.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: outdoors-mcp
Remote MCP URL: https://theoutdoorsapp.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": {
    "outdoors-mcp": {
      "url": "https://theoutdoorsapp.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "outdoors-mcp": {
      "type": "http",
      "url": "https://theoutdoorsapp.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "outdoors-mcp",
  "transport": "streamable-http",
  "url": "https://theoutdoorsapp.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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.