MapNetwork MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| compute_routeA | Compute a walking or driving route between two locations. Returns the route as an ordered list of coordinates, plus the resolved from/to locations.
Pass the result directly to generate_map's Typical flow:
|
| generate_mapA | Generate a styled map image for a given location and save it to Downloads. Coverage shape:
After generation the dataKey is returned in the text result. Use redownload_map(dataKey=...) to get the same map in a different color or format without waiting for regeneration. |
| redownload_mapA | Re-download a previously generated map with a different color theme or format. Uses the dataKey from a prior generate_map call. The map data is NOT regenerated, so this is instant. Use this when the user wants to:
|
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/toruproject/mapnetwork-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server