← skreppaoutdoor.com
INDIVIDUAL MCP TOOL
list_saved
Read the signed-in user's saved trails and parkups.
LIVE ENDPOINT
https://www.skreppaoutdoor.com/api/mcp
Connect to this endpoint to inspect the live schema for list_saved and invoke it with your own arguments.
Indexed 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 server
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.
Related tools
search_trails— Search Skreppa's public trail catalogue by place, route name, activity, or difficulty.get_trail— Get indexed trail facts, provenance, a full-geometry browser URL, and nearby parkups by Skreppa trail ID.search_mountains— Search Skreppa's released OpenStreetMap node-backed peak index by mapped peak name or minimum elevation.get_mountain— Get a mapped peak's source-backed name, coordinates, elevation and OpenStreetMap node provenance.search_parkups— Search public camping, caravan, and day-and-night parking records.search_outdoor_features— Find current source-attributed OpenStreetMap peaks, climbing features, camps, huts, marinas, harbours, moorings, and slipways around a coordinate.build_trip— Combine an existing trail and optional parkup into a concise, reviewable trip plan.save_place— Save or remove one reviewed trail or parkup.