← theoutdoorsapp.com

INDIVIDUAL MCP TOOL

search

Search Outdoors (theoutdoorsapp.

theoutdoorsapp.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

theoutdoorsapp.com

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.

Related tools

  • 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.
  • fetch — Fetch the full Outdoors record for a search result id (e.
  • 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.