Skip to main content
Glama

OpenStreetMap MCP Server

explore_area

Generate detailed area profiles by analyzing geographic features, amenities, and points of interest within a specified radius. Ideal for neighborhood research, location comparisons, and data-driven decision-making.

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