Skip to main content
Glama

API-Market MCP Server

by Noveum

Search_for_nearby_places

Find nearby places within a specified radius using location coordinates. Retrieve results by place type and language for precise, location-based searches.

Instructions

Search for places around location within a specified radius.

Input Schema

NameRequiredDescriptionDefault
languageNoThe two-letter language code in which to return results (ISO 639-1)
locationYesThe latitude/longitude around which to retrieve places
radiusNoThe distance (in meters) within which to return results. Max = 10000 m.
typeNoThe type of places that are returned

Input Schema (JSON Schema)

{ "properties": { "language": { "description": "The two-letter language code in which to return results (ISO 639-1)", "type": "string" }, "location": { "description": "The latitude/longitude around which to retrieve places", "type": "string" }, "radius": { "description": "The distance (in meters) within which to return results. Max = 10000 m.", "type": "integer" }, "type": { "description": "The type of places that are returned", "type": "string" } }, "required": [ "location" ], "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/Noveum/api-market-mcp-server'

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