Skip to main content
Glama

OpenStreetMap MCP Server

find_schools_nearby

Search for schools, colleges, and universities near a specific location, filtered by education level. Ideal for families or individuals evaluating neighborhoods based on educational options. Provides details like distance, type, and contact information.

Instructions

Locate educational institutions near a specific location, filtered by education level.

This specialized search tool identifies schools, colleges, and other educational institutions within a specified distance from a location. Results can be filtered by education level (elementary, middle, high school, university, etc.). Essential for families evaluating neighborhoods or real estate purchases with education considerations.

Args: latitude: Center point latitude (decimal degrees) longitude: Center point longitude (decimal degrees) radius: Search radius in meters (defaults to 2000m/2km) education_levels: Optional list of specific education levels to filter by (e.g., ["elementary", "secondary", "university"])

Returns: List of educational institutions with: - Name and type - Distance from search point - Education levels offered - Contact information if available - Other relevant metadata

Input Schema

NameRequiredDescriptionDefault
education_levelsNo
latitudeYes
longitudeYes
radiusNo

Input Schema (JSON Schema)

{ "properties": { "education_levels": { "default": null, "items": { "type": "string" }, "title": "Education Levels", "type": "array" }, "latitude": { "title": "Latitude", "type": "number" }, "longitude": { "title": "Longitude", "type": "number" }, "radius": { "default": 2000, "title": "Radius", "type": "number" } }, "required": [ "latitude", "longitude" ], "title": "find_schools_nearbyArguments", "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