mcpserver.lol
registry/mapnetwork-mcp
Connection check verified live · 26h ago

mapnetwork-mcp

Generate styled PNG/SVG map images of any location with 11 customizable color themes.

Tools 3
GitHub stars
Installs / wk
Licence
Transport streamable-http, stdio
Last checked 26h ago

Tools & capabilities

3 tools

Read from the running server on 26h ago.

generate_map nameplace*
Generate a styled map image centered on a single place. Returns a download+link as text, not image bytes. Example: place='Tokyo Station'.
generate_markers_map nameplacemarkers*
Generate a map with multiple pinned locations. Example: markers=[{"label": "Tokyo Tower", "link": "https://www.tokyotower.co.jp/"}, {"label": "Zojoji Temple"}].
generate_route_map to*from*modenameplace
Compute a walking/driving route between two places and generate a map with it overlaid. Both endpoints are pinned automatically — do not also call generate_markers_map for them. Ex…