

Map Generator With Markers
Function
Available ActionsEach successful request consumes credits as outlined below.
create_map20cr
Details
Generate custom static map with markers and optional paths connecting points. This tool creates map images with multiple markers that can be customized with colors, labels, and sizes, supports drawing paths between points with configurable colors and weights, offers multiple map types including roadmap, satellite, hybrid, and terrain views, allows precise zoom control and high DPI scaling for better image quality, and automatically stores generated images in cloud storage with 7-day expiration. Perfect for creating location-based visualizations, route maps, and geographic data presentations without requiring interactive map embedding.
Use Cases
Creating route maps with waypoints, Generating location markers for reports, Visualizing geographic data distributions, Creating satellite view property maps, Building delivery route visualizations, Generating maps for presentations, Creating location-based infographics, Documenting field service locations, Visualizing travel itineraries, Creating real estate location maps
Actions(1)
create_map20cr11 params(1 required)Generate a static map image with markers plotted at specific coordinates, with optional path connecting points.
create_map20cr11 params(1 required)Generate a static map image with markers plotted at specific coordinates, with optional path connecting points.
pointsrequiredarrayPoints to plot as markers. Each point requires latitude and longitude coordinates.
Array of: object
map_typestringMap type to display
Values:
roadmapsatellitehybridterrain
Default:
roadmapimage_widthintegerImage width in pixels (max 640)
Default:
640Range: 1 - 640
image_heightintegerImage height in pixels (max 640)
Default:
640Range: 1 - 640
scaleintegerScale factor for high DPI displays (1 or 2)
Default:
1Range: 1 - 2
zoomintegerZoom level (0-21). Auto-calculated if omitted when markers/path are provided.
Range: 0 - 21
draw_pathbooleanConnect points with a path line. Requires at least 2 points.
Default:
falsepath_colorstringPath color in hex format (e.g., 0x0000ff for blue)
Default:
0x0000ffpath_weightintegerPath line weight in pixels
Default:
5Range: 1 - 20
marker_colorstringDefault marker color name or hex for all points (overridden by per-point color)
marker_sizestringDefault marker size for all points (overridden by per-point size)
Values:
tinysmallmid
Frequently Asked Questions
How do I connect this tool to an external agent?
You can install the local MCP server by opening a terminal and running:
Install commands
npm install -g @agentpmt/mcp-router
agentpmt-setupThis will connect you to local agents like Claude Code, Windsurf, Grok Build, Cursor, etc.
Alternatively you can connect to the hosted version with this config block, no installation required:
Hosted MCP config
{
"mcpServers": {
"agentpmt": {
"type": "streamable-http",
"url": "https://api.agentpmt.com/mcp",
"headers": {
"Authorization": "Bearer <AGENTPMT_BEARER_TOKEN>",
"x-instance-metadata": "{\"client\":\"generic-mcp\",\"platform\":\"remote\"}"
}
}
}
}View MCP Connection Instructions for more details.
How does an external agent use this tool?
After the external agent is connected to an Agent Group that can use this tool, paste this prompt into the agent:
Agent prompt
Call the AgentPMT-Tool-Search-and-Execution tool with action 'get_schema' and tool_id 695e8767c309cf48479329e6 ("Map Generator With Markers"). Then call the same tool with action 'call_tool', tool_id 695e8767c309cf48479329e6, and the parameters needed for my request.
The agent should fetch the tool schema first, collect the required parameters for your request, and then call the tool through AgentPMT.





