Productivity
theoutdoorsapp.com
Helps plan outdoor adventures by suggesting candidates, creating itinerary outlines, and searching/fetching outdoors data.
ENDPOINT 1
https://theoutdoorsapp.com/mcp
MCP server metadata
- Name
- Outdoors MCP
- Version
- 1.0.0
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.candidatesSuggest candidate adventures near a location by scoring nearby trails/parks/campgrounds deterministically.
Inferred read-onlyadventure.outlineCreate a structured, day-by-day itinerary outline from selected trail/park/campground IDs or slugs.
Potential side effectssearch.globalGlobal search across trails, parks, campgrounds, and water bodies (uses Meilisearch when available).
Inferred read-onlynearMe.searchAggregate nearby Trails, Parks, and Campgrounds for a map-first exploration experience.
Inferred read-onlytrails.searchSearch public, verified trails with filters (supports map bounds and near-me style geo filtering).
Inferred read-onlytrails.getGet a single public, verified trail by id or slug, including nearby trails and breadcrumbs.
Inferred read-onlysafety.overviewCombined safety overview (weather alerts, AQI, wildfire context) for a location.
Inferred read-onlyparks.searchSearch published, verified parks with optional geo and region filters.
Inferred read-onlycampsites.listList campsites for a campground with filters (type, hookups, accessibility, availability, loop).
Inferred read-onlycampsites.getGet a single campsite (and its campground/park/region relations) by campground + campsite id.
Inferred read-onlycampgrounds.searchSearch published, verified campgrounds with common filters (type, reservation, region/state, geo).
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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.