Skip to main content
Glama

GIS Data Conversion MCP

topojson_to_geojson

Convert TopoJSON files to GeoJSON format using this GIS Data Conversion MCP tool. Specify the TopoJSON object and optional object name for accurate transformation into standard GeoJSON.

Instructions

Convert TopoJSON to GeoJSON format

Input Schema

NameRequiredDescriptionDefault
objectNameNoName of the TopoJSON object to convert (if not provided, first object is used)
topojsonYesTopoJSON object to convert

Input Schema (JSON Schema)

{ "properties": { "objectName": { "description": "Name of the TopoJSON object to convert (if not provided, first object is used)", "type": "string" }, "topojson": { "description": "TopoJSON object to convert", "type": "object" } }, "required": [ "topojson" ], "type": "object" }

Other Tools from GIS Data Conversion MCP

Related Tools

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/ronantakizawa/gis-dataconvertersion-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server