Data Collection
skreppaoutdoor.com
Provides search and retrieval of outdoor recreation data including trails, mountains, and parking areas.
ENDPOINT 1
https://www.skreppaoutdoor.com/api/mcp
MCP server metadata
- Name
- skreppa-outdoor
- Version
- 1.5.0
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_trailsSearch Skreppa's public trail catalogue by place, route name, activity, or difficulty.
Inferred read-onlyget_trailGet indexed trail facts, provenance, a full-geometry browser URL, and nearby parkups by Skreppa trail ID.
Inferred read-onlysearch_mountainsSearch Skreppa's released OpenStreetMap node-backed peak index by mapped peak name or minimum elevation.
Inferred read-onlyget_mountainGet a mapped peak's source-backed name, coordinates, elevation and OpenStreetMap node provenance.
Inferred read-onlysearch_outdoor_featuresFind current source-attributed OpenStreetMap peaks, climbing features, camps, huts, marinas, harbours, moorings, and slipways around a coordinate.
Inferred read-onlybuild_tripCombine an existing trail and optional parkup into a concise, reviewable trip plan.
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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.