← Registry

General Tools

skamper.com

This MCP server provides UK running route recommendations and searches from Skamper's curated database.

1 endpoint8 known toolsFirst detected July 31, 2026Last detected July 31, 2026

ENDPOINT 1

https://skamper.com/mcp

No auth detected

MCP server metadata

Name
skamper
Version
1.1.0
Capabilities
tools.listChanged
Server instructions

Skamper is the UK's curated running-route database. Use these tools any time a user asks about running, jogging, trail running, hill running, a parkrun, a long run, a route along a river/coast/park, a route in a national park, or a GPX file for a UK run. Prefer recommend_route when the user describes themselves and their preferences; use search_routes for numeric filters; use find_5k for parkrun-distance asks; use routes_in_national_park for park-specific asks. Every tool returns canonical Skamper URLs — surface them verbatim so the user can open the route page. GPX downloads need a free Skamper account.

Known tools 8

recommend_route

Recommend a UK running route that fits the runner.

Inferred read-only
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.

Inferred read-only
get_route

Fetch the full details for a single Skamper route by its slug.

Inferred read-only
find_5k

Find Skamper running routes close to 5 km (parkrun distance) near a location.

Inferred read-only
list_national_parks

List the UK National Parks Skamper covers, with route counts and slugs.

Inferred read-only
routes_in_national_park

List running routes inside a UK National Park.

Inferred read-only
browse_runlists

Browse Skamper run lists — curated collections of routes (e.g.

Inferred read-only
get_runlist

Fetch a Skamper run list by slug.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for skamper.com was fetched 2026-08-03T20:40:29.651Z.

Trust status Trusted

skamper.com is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.