Mapy Com Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mapy Com Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<div align="center">
MCP server that gives LLM clients first-class access to mapy.com — a Czech mapping service with strong route planning and static map rendering.
</div>
[!WARNING] Early preview. URL-builder tools and the first REST-API tool (find_places) have shipped (see below); more REST tools and hosted deployment land in later milestones. Expect the public surface to grow.[!NOTE] Unofficial. Not affiliated with, endorsed by, or supported by Seznam.cz a.s., operators of mapy.com. Trademarks belong to their respective owners.
LLMs are good at recommending places and itineraries, but bad at anything requiring real spatial understanding — distances, walkability, what's near what. This MCP closes that gap by letting LLMs surface a clickable mapy.com link the user can open to see the recommendation on a real map.
| Tool | What it does | Needs API key |
|---|---|---|
build_points_url | Builds a mapy.com URL that opens the map showing one or more labeled points. The general-purpose "show me on the map" tool — single place or many, the operation is the same. Auto-fits the zoom to the points. | No |
build_route_url | Builds a mapy.com URL that opens a planned route between two points (with optional waypoints). Map style is auto-derived from the chosen transport mode (car / foot / bike). | No |
find_places | Resolves human-readable place references (names, addresses, POIs) to WGS84 coordinates via the mapy.com REST API. Accepts a batch of queries and an optional near hint for disambiguation. Feed the result into build_points_url / build_route_url. | Yes |
URL-builder tools are pure — no HTTP calls, no key. find_places calls the mapy.com REST API and is only registered when MAPY_API_KEY is set in the environment.
Set MAPY_API_KEY in the environment when you want the REST tools. Get a free key from the mapy.com developer portal. With the key unset, the server runs with only the URL-builder tools.
// Example: Claude Desktop / Claude Code MCP config
{
"mcpServers": {
"mapy-com": {
"command": "uvx",
"args": ["mapy-com-mcp"],
"env": { "MAPY_API_KEY": "your-key-here" }
}
}
}MIT — see LICENSE.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.