Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.toruproject/mapnetwork-mcp

io.github.toruproject/mapnetwork-mcp

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

Uptime
100.0%
1 direct probes · 30d
Response
1628ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

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 S…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.toruproject/mapnetwork-mcp": {
      "url": "https://mapnetwork.app/mcp",
      "transport": "streamable-http"
    }
  }
}