Israel Hiking MCP
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., "@Israel Hiking MCPPing the server to verify it's working."
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.
Israel Hiking MCP
An unofficial, non-commercial, read-only MCP server exposing Israel Hiking Map / Mapeak hiking data to LLM hosts.
Status: early scaffolding (PR 1 of 9). The server runs and speaks MCP over stdio, but exposes only a placeholder
pingtool. Place search, route search, route details, POIs along a route, and routing all land in later PRs.
See LICENSE-NOTICE.md before using any output — the upstream data is CC BY-NC-SA 3.0 (non-commercial, share-alike) and ODbL.
Requirements
Python 3.11+
Related MCP server: MCP Server - Placeholder Implementation
Setup
uv syncRun
uv run israel-hiking-mcpThe server communicates over stdio and produces no stdout output of its own —
stdout is reserved for the JSON-RPC message stream. Logs go to stderr; set
IHM_LOG_LEVEL=DEBUG for verbose output.
Tests
uv run pytestThe suite runs fully offline.
Try it with MCP Inspector
npx @modelcontextprotocol/inspector uv run israel-hiking-mcpSet the working directory to this repository, connect, open the Tools tab,
and call ping.
Use from an MCP host
Claude Desktop (claude_desktop_config.json) or any generic MCP client:
{
"mcpServers": {
"israel-hiking": {
"command": "uv",
"args": ["--directory", "/absolute/path/to/israel-hiking-mcp", "run", "israel-hiking-mcp"]
}
}
}Tools
Tool | Description |
| Liveness check returning the server version and data attribution. Placeholder; removed once real tools exist. |
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
- pingA
Related MCP Servers
- Alicense-qualityFmaintenanceA simple MCP server that can enable MCP clients to query Bluesky instances.Last updated33MIT
- Flicense-qualityDmaintenanceAn MCP server implementation in Python with placeholder tools, deployable to Azure Web App via GitHub Actions. Supports STDIO, HTTP REST, and WebSocket interfaces.Last updated
- Alicense-qualityDmaintenanceAn experimental MCP server demonstrating remote calls via FastAPI, supporting ping-pong commands through API endpoints and SSE transport.Last updated2MIT
- Flicense-qualityBmaintenanceA minimal MCP server for homelab environments, providing demo tools like ping and echo over Streamable HTTP for testing client-server integration.Last updated
Related MCP Connectors
A basic MCP server to operate on the Postman API.
MCP server for live, sourced Brazilian public data from the official IBGE APIs.
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/tisheldev/israel-hiking-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server