export_layer_data — ShowMeOnMap MCP Tool Read-only
export_layer_data
(export layer data) is one of 29 tools on the
ShowMeOnMap
MCP server. Connect the server and your client discovers it on the handshake.
by client
How to call export_layer_data from your client
- Claude Code ShowMeOnMap export_layer_data run in your project directory
- Claude Desktop ShowMeOnMap export_layer_data ~/Library/Application Support/Claude/claude_desktop_config.json
- Cursor ShowMeOnMap export_layer_data ~/.cursor/mcp.json
- VS Code ShowMeOnMap export_layer_data .vscode/mcp.json
- Zed ShowMeOnMap export_layer_data ~/.config/zed/settings.json
- Windsurf ShowMeOnMap export_layer_data ~/.codeium/windsurf/mcp_config.json
- Cline ShowMeOnMap export_layer_data ~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
- Gemini CLI ShowMeOnMap export_layer_data ~/.gemini/settings.json
- Grok ShowMeOnMap export_layer_data .mcp.json (in your project root)
- ChatGPT ShowMeOnMap export_layer_data Settings → Connectors → Advanced → Developer mode
- Claude.ai ShowMeOnMap export_layer_data Settings → Connectors → Add custom connector
- LangChain ShowMeOnMap export_layer_data pip install langchain-mcp-adapters
Fastest route
claude mcp add --transport http maps https://showmeonmap.com/api/mcp
Other tools on this server
- build_map
- mutate_map
- get_state
- add_layer
- add_fusion_layer
- correlate_layers
- filter_layer
- select_within
- focus_area
- run_analysis
- query_features
- remove_layer
- clear_filters
- rename_layer
- restyle_layer
- set_camera
- set_time
- tag
- add_annotation
- remove_annotation
- export_workspace
- export_image
- undo
- redo
- report_blocker
- save_workflow
- list_workflows
- run_workflow
This list was read from the server itself, by connecting to it and calling tools/list on 24 September 2026. It is what
the server actually exposes, not what its listing claims.
Mutating and Read-only are read off each tool's name, not its schema — a hint, not a guarantee. The registry stores tool names only; connect the server for its live schemas.