Mapnetwork Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mapnetwork 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.
MCP server for MapNetwork — generate styled map images (PNG / SVG) for any location on Earth, directly from Claude or any MCP-compatible AI assistant.
Prompt: "Generate a map around the 21st Century Museum of Contemporary Art, Kanazawa."
Here is the map it generated: <img src="https://raw.githubusercontent.com/toruproject/mapnetwork-mcp/main/images/Kanazawa21Museum-white.png" width="400" alt="Map Drawing Example">
Prompt: "Redownload that map in a few different color themes."
The same map, redownloaded in different color themes:
| Dark Blue Style | Light Green Style | Pop Art Style | Black Style |
|---|---|---|---|
| <img src="https://raw.githubusercontent.com/toruproject/mapnetwork-mcp/main/images/Kanazawa21Museum-darkBlue.png" width="160"> | <img src="https://raw.githubusercontent.com/toruproject/mapnetwork-mcp/main/images/Kanazawa21Museum-lightGreen.png" width="160"> | <img src="https://raw.githubusercontent.com/toruproject/mapnetwork-mcp/main/images/Kanazawa21Museum-popArt.png" width="160"> | <img src="https://raw.githubusercontent.com/toruproject/mapnetwork-mcp/main/images/Kanazawa21Museum-black.png" width="160"> |
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"mapnetwork": {
"command": "uvx",
"args": ["mapnetwork-mcp"],
"alwaysAllow": ["generate_map", "compute_route", "redownload_map"]
}
}
}If you use pip instead of uvx:
pip install mapnetwork-mcp{
"mcpServers": {
"mapnetwork": {
"command": "mapnetwork-mcp"
}
}
}| Tool | Description |
|---|---|
generate_map | Generate a styled map image for a location and save it to Downloads |
compute_route | Compute a walking or driving route between two locations |
redownload_map | Re-download a previously generated map in a different color theme or format |
Japanese
English
mcp-name: io.github.toruproject/mapnetwork-mcp
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.