Skip to main content
Glama

OpenStreetMap MCP Server

explore_area

Analyze and profile specific geographic areas by identifying amenities, points of interest, and features. Organizes results by category for neighborhood research, area comparisons, and location-based decisions.

Instructions

Generate a comprehensive profile of an area including all amenities and features.

This powerful analysis tool creates a detailed overview of a neighborhood or area by identifying and categorizing all geographic features, amenities, and points of interest. Results are organized by category for easy analysis. Excellent for neighborhood research, area comparisons, and location-based decision making.

Args: latitude: Center point latitude (decimal degrees) longitude: Center point longitude (decimal degrees) radius: Search radius in meters (defaults to 500m)

Returns: In-depth area profile including: - Address and location context - Total feature count - Features organized by category and subcategory - Each feature includes name, coordinates, and detailed metadata

Input Schema

NameRequiredDescriptionDefault
latitudeYes
longitudeYes
radiusNo

Input Schema (JSON Schema)

{ "properties": { "latitude": { "title": "Latitude", "type": "number" }, "longitude": { "title": "Longitude", "type": "number" }, "radius": { "default": 500, "title": "Radius", "type": "number" } }, "required": [ "latitude", "longitude" ], "title": "explore_areaArguments", "type": "object" }

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/jagan-shanmugam/open-streetmap-mcp'

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