← skamper.com

INDIVIDUAL MCP TOOL

routes_in_national_park

List running routes inside a UK National Park.

skamper.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://skamper.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for routes_in_national_park 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

skamper.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.skamper]
url = "https://skamper.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "skamper": {
      "type": "http",
      "url": "https://skamper.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "skamper": {
      "type": "http",
      "url": "https://skamper.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "skamper",
  "transport": "streamable-http",
  "url": "https://skamper.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • recommend_route — Recommend a UK running route that fits the runner.
  • search_routes — Search Skamper's curated UK running-route database when the user gives concrete filters — name, location (lat/lng), distance range, max ascent, paved surface %, course shape, or national park.
  • get_route — Fetch the full details for a single Skamper route by its slug.
  • find_5k — Find Skamper running routes close to 5 km (parkrun distance) near a location.
  • list_national_parks — List the UK National Parks Skamper covers, with route counts and slugs.
  • browse_runlists — Browse Skamper run lists — curated collections of routes (e.g.
  • get_runlist — Fetch a Skamper run list by slug.