AgentPMT
Map Generator With Markers

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.

Generate a static map image with markers plotted at specific coordinates, with optional path connecting points.

pointsrequiredarray

Points to plot as markers. Each point requires latitude and longitude coordinates.

Array of: object
map_typestring

Map type to display

Values:
roadmapsatellitehybridterrain
Default: roadmap
image_widthinteger

Image width in pixels (max 640)

Default: 640
Range: 1 - 640
image_heightinteger

Image height in pixels (max 640)

Default: 640
Range: 1 - 640
scaleinteger

Scale factor for high DPI displays (1 or 2)

Default: 1
Range: 1 - 2
zoominteger

Zoom level (0-21). Auto-calculated if omitted when markers/path are provided.

Range: 0 - 21
draw_pathboolean

Connect points with a path line. Requires at least 2 points.

Default: false
path_colorstring

Path color in hex format (e.g., 0x0000ff for blue)

Default: 0x0000ff
path_weightinteger

Path line weight in pixels

Default: 5
Range: 1 - 20
marker_colorstring

Default marker color name or hex for all points (overridden by per-point color)

marker_sizestring

Default 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?

Install commands

npm install -g @agentpmt/mcp-router
agentpmt-setup

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\"}"
      }
    }
  }
}

How does an external agent use this tool?

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.

Looking for help integrating AI into your business? Set up a free consultation.