MapNetwork MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| 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. If generation is still running after a short wait, this returns a dataKey and asks you to call check_map_status(dataKey=...) after a delay instead of returning the image directly — do not call generate_map again for the same location in that case, it would just start a redundant duplicate job. |
| check_map_statusA | Check whether a still-in-progress generate_map job has finished, and download it if so. Only call this after generate_map reports it is still processing and gives you a dataKey to check. Wait about 20-30 seconds between calls to this tool — do not call it in a tight loop, and do not call generate_map again for the same location while a job with this dataKey is still pending; that just starts a redundant duplicate job. |
| 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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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