← Registry

Data Collection

skreppaoutdoor.com

Provides search and retrieval of outdoor recreation data including trails, mountains, and parking areas.

1 endpoint12 known toolsFirst detected August 25, 2026Last detected August 25, 2026

ENDPOINT 1

https://www.skreppaoutdoor.com/api/mcp

No auth detected

MCP server metadata

Name
skreppa-outdoor
Version
1.5.0
Capabilities
toolsresourcesprompts
Server instructions

Use public Skreppa tools for source-attributed discovery and reviewable draft planning. Account tools require the user-claimed OAuth device flow at https://www.skreppaoutdoor.com/auth.md, the narrowest necessary scope, and explicit confirmation before every write. No tool can purchase, change membership, delete an account, or perform safety-critical navigation.

Known tools 12

search_trails

Search Skreppa's public trail catalogue by place, route name, activity, or difficulty.

Inferred read-only
get_trail

Get indexed trail facts, provenance, a full-geometry browser URL, and nearby parkups by Skreppa trail ID.

Inferred read-only
search_mountains

Search Skreppa's released OpenStreetMap node-backed peak index by mapped peak name or minimum elevation.

Inferred read-only
get_mountain

Get a mapped peak's source-backed name, coordinates, elevation and OpenStreetMap node provenance.

Inferred read-only
search_parkups

Search public camping, caravan, and day-and-night parking records.

Inferred read-only
search_outdoor_features

Find current source-attributed OpenStreetMap peaks, climbing features, camps, huts, marinas, harbours, moorings, and slipways around a coordinate.

Inferred read-only
build_trip

Combine an existing trail and optional parkup into a concise, reviewable trip plan.

Inferred read-only
list_saved

Read the signed-in user's saved trails and parkups.

Inferred read-only
save_place

Save or remove one reviewed trail or parkup.

Potential side effects
list_trips

Read the signed-in user's trip plans.

Inferred read-only
save_trip

Create or update a reviewed trip plan.

Potential side effects
delete_trip

Delete one reviewed trip plan.

Potential side effects

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.skreppa-outdoor]
url = "https://www.skreppaoutdoor.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "skreppa-outdoor": {
      "type": "http",
      "url": "https://www.skreppaoutdoor.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: skreppa-outdoor
Remote MCP URL: https://www.skreppaoutdoor.com/api/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": {
    "skreppa-outdoor": {
      "url": "https://www.skreppaoutdoor.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "skreppa-outdoor": {
      "type": "http",
      "url": "https://www.skreppaoutdoor.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "skreppa-outdoor",
  "transport": "streamable-http",
  "url": "https://www.skreppaoutdoor.com/api/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.