Skip to main content
Glama

OpenWeatherMap MCP Server

geocode-location

Convert location names, zip codes, or addresses into precise geographic coordinates or reverse geocode coordinates back into readable location details using the OpenWeatherMap MCP Server.

Instructions

Convert location name to coordinates or vice versa

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of results to return (default: 5)
queryYesLocation name, zip code, or address to geocode

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "description": "Maximum number of results to return (default: 5)", "maximum": 10, "minimum": 1, "type": "number" }, "query": { "description": "Location name, zip code, or address to geocode", "type": "string" } }, "required": [ "query" ], "type": "object" }
Install Server

Other Tools from OpenWeatherMap MCP Server

Related Tools

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/robertn702/mcp-openweathermap'

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