General Tools
skamper.com
This MCP server provides UK running route recommendations and searches from Skamper's curated database.
ENDPOINT 1
https://skamper.com/mcp
MCP server metadata
- Name
- skamper
- Version
- 1.1.0
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
search_routesSearch 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-onlyfind_5kFind Skamper running routes close to 5 km (parkrun distance) near a location.
Inferred read-onlylist_national_parksList the UK National Parks Skamper covers, with route counts and slugs.
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.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.
skamper.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.