← skreppaoutdoor.com

INDIVIDUAL MCP TOOL

delete_trip

Delete one reviewed trip plan.

skreppaoutdoor.comnone authenticationAvailability not checked

LIVE ENDPOINT

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

No auth detected

Connect to this endpoint to inspect the live schema for delete_trip and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a deletion term.

Parent server

skreppaoutdoor.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.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.
  • list_saved — Read the signed-in user's saved trails and parkups.