hills-mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@hills-mcp-serverTell me about Helvellyn"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
hills-mcp-server
An MCP server for exploring British and Irish hills: Munros, Wainwrights, Corbetts, Marilyns and more. No API key needed, works offline.
Tools
Tool | Description |
| Find hills near a lat/lon, sorted by distance, with optional classification filter |
| Search hills by name |
| Full detail for one hill: height, drop, grid reference, classifications, links |
| All hills in a classification (Munros, Wainwrights, etc), with optional height filter |
| Database overview: hills per classification and country |
Related MCP server: MCP Weather Free
Setup
No API keys needed. Just add to Claude Code:
claude mcp add hills -- npx -y @michaelhutchinson/hills-mcp-serverOr add to Claude Desktop's claude_desktop_config.json:
{
"mcpServers": {
"hills": {
"command": "npx",
"args": ["-y", "@michaelhutchinson/hills-mcp-server"]
}
}
}Restart Claude Code or Claude Desktop and you're ready.
Example questions
"Which Munros are within 20km of Fort William?"
"Tell me about Helvellyn"
"List the Wainwrights"
"What's the highest hill in Wales?"
"Find hills near me over 600m" (Claude will ask for your location)
"Search for hills called Ben More"
"How many Corbetts are there?"
"Which country has the most Marilyns?"
Data
Hill data comes from a bundled snapshot of the Database of British and Irish Hills (DoBIH) v18.5, which covers 21,576 hills across Britain and Ireland.
The data ships inside the package, so lookups run locally: answers are instant and there are no network calls at runtime. DoBIH is updated a few times a year, and the package is re-released to track it.
To rebuild the snapshot from a new DoBIH release:
curl -sL -o /tmp/hillcsv.zip https://www.hill-bagging.co.uk/dobih-downloads/hillcsv.zip
unzip -o /tmp/hillcsv.zip -d /tmp
npm run build-data -- /tmp/DoBIH_v18_5.csvLicense
MIT. The licence covers the code in this repository only.
This is an unofficial, community-built tool. It is not affiliated with or endorsed by the Database of British and Irish Hills team. Hill data © the DoBIH contributors, licensed CC-BY 4.0, from the Database of British and Irish Hills.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceA Python-based MCP server that provides access to Ordnance Survey APIs, allowing querying of geographic data through a standardized protocol with features like collection management, feature search, and spatial filtering.Last updated2MIT
- Alicense-qualityDmaintenanceAn MCP server that provides real-time weather data, hourly forecasts, and daily summaries using the free Open-Meteo API with no API key required. It enables users to search for weather conditions by specific coordinates or city names across multiple measurement units.Last updated1MIT
- AlicenseCqualityBmaintenanceA no-key-first MCP server providing access to UK public data including postcodes, bank holidays, carbon intensity, flood warnings, and government datasets.Last updated261MIT
- Alicense-qualityAmaintenanceA research MCP server for UK geospatial and statistical data, enabling AI assistants to query Ordnance Survey and ONS datasets.Last updated3MIT
Related MCP Connectors
This MCP server provides seamless access to Malaysia's government open data, including datasets, w…
A MCP server built for developers enabling Git based project management with project and personal…
An MCP server for deep research or task groups
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Michael-Hutchinson/hills-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server