
mapnetwork-mcp
Generate styled PNG/SVG map images of any location with 11 customizable color themes.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
What data it sees
Do you need an account
No: the server works without sign-in
Generate styled PNG/SVG map images of any location with 11 customizable color themes.
Server tool list (3)
Raw names from tools/list. Only developers need these.
| generate_map | 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 | Generate a map with multiple pinned locations. Example: markers=[{"label": "Tokyo Tower", "link": "https://www.tokyotower.co.jp/"}, {"label": "Zojoji Temple"}]. |
| generate_route_map | 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. Example: from='Tokyo Station', to='Tokyo Tower', mode='walking'. |