GeoServer MCP Server

by mahdin75
Verified
MIT License
2
  • Linux
  • Apple

generate_map

Create custom map images by specifying layers, styles, bounding box, dimensions, and format using WMS GetMap functionality in the GeoServer MCP Server.

Instructions

Generate a map image using WMS GetMap.

Args: layers: List of layers to include (format: workspace:layer) styles: Optional styles to apply (one per layer) bbox: Bounding box [minx, miny, maxx, maxy] width: Image width in pixels height: Image height in pixels format: Image format (png, jpeg, etc.) Returns: Dict with map information and URL

Input Schema

NameRequiredDescriptionDefault
bboxNo
formatNopng
heightNo
layersYes
stylesNo
widthNo

Input Schema (JSON Schema)

{ "properties": { "bbox": { "anyOf": [ { "items": { "type": "number" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Bbox" }, "format": { "default": "png", "title": "Format", "type": "string" }, "height": { "default": 600, "title": "Height", "type": "integer" }, "layers": { "items": { "type": "string" }, "title": "Layers", "type": "array" }, "styles": { "anyOf": [ { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Styles" }, "width": { "default": 800, "title": "Width", "type": "integer" } }, "required": [ "layers" ], "title": "generate_mapArguments", "type": "object" }

You must be authenticated.

Other Tools from GeoServer MCP Server

Related Tools

ID: dcvyllecj0