Skip to main content
Glama

OpenStreetMap MCP Server

find_parking_facilities

Locate nearby parking facilities, including lots, garages, and street parking, based on a specified location. Filter results by type, access capacity, and fee details for trip planning or urban navigation.

Instructions

Locate parking facilities near a specific location.

This tool finds parking options (lots, garages, street parking) near a specified location. Results can be filtered by parking type and include capacity information where available. Useful for trip planning, city navigation, and evaluating parking availability in urban areas.

Args: latitude: Center point latitude (decimal degrees) longitude: Center point longitude (decimal degrees) radius: Search radius in meters (defaults to 1000m/1km) parking_type: Optional filter for specific types of parking facilities ("surface", "underground", "multi-storey", etc.)

Returns: List of parking facilities with: - Name and type - Capacity information if available - Fee structure if available - Access restrictions - Distance from search point

Input Schema

NameRequiredDescriptionDefault
latitudeYes
longitudeYes
parking_typeNo
radiusNo

Input Schema (JSON Schema)

{ "properties": { "latitude": { "title": "Latitude", "type": "number" }, "longitude": { "title": "Longitude", "type": "number" }, "parking_type": { "default": null, "title": "Parking Type", "type": "string" }, "radius": { "default": 1000, "title": "Radius", "type": "number" } }, "required": [ "latitude", "longitude" ], "title": "find_parking_facilitiesArguments", "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