Skip to main content
Glama

OpenStreetMap MCP Server

suggest_meeting_point

Calculate the optimal meeting point for multiple individuals based on their locations and recommend nearby venues such as cafes, parks, or restaurants for gatherings or meetings.

Instructions

Find the optimal meeting place for multiple people coming from different locations.

This tool calculates a central meeting point based on the locations of multiple individuals, then recommends suitable venues near that central point. Ideal for planning social gatherings, business meetings, or any situation where multiple people need to converge from different starting points.

Args: locations: List of dictionaries, each containing the latitude and longitude of a person's location Example: [{"latitude": 37.7749, "longitude": -122.4194}, {"latitude": 37.3352, "longitude": -121.8811}] venue_type: Type of venue to suggest as a meeting point. Options include: "cafe", "restaurant", "bar", "library", "park", etc.

Returns: Meeting point recommendations including: - Calculated center point coordinates - List of suggested venues with names and details - Total number of matching venues in the area

Input Schema

NameRequiredDescriptionDefault
locationsYes
venue_typeNocafe

Input Schema (JSON Schema)

{ "properties": { "locations": { "items": { "additionalProperties": { "type": "number" }, "type": "object" }, "title": "Locations", "type": "array" }, "venue_type": { "default": "cafe", "title": "Venue Type", "type": "string" } }, "required": [ "locations" ], "title": "suggest_meeting_pointArguments", "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