Skip to main content
Glama

MCP Naver Maps

by yunkee-lee
MIT License

geocode

Convert addresses into precise location data using Naver Maps. Ideal for finding accurate geocoordinates in Korea, supporting both Korean and English languages.

Instructions

Searches for address information related to the entered address.

Input Schema

NameRequiredDescriptionDefault
addressYesaddress to search for
languageNolanguage used in responsekor

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "address to search for", "minLength": 1, "title": "Address", "type": "string" }, "language": { "default": "kor", "description": "language used in response", "enum": [ "kor", "eng" ], "title": "Language", "type": "string" } }, "required": [ "address" ], "title": "geocodeArguments", "type": "object" }

You must be authenticated.

Other Tools from MCP Naver Maps

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/yunkee-lee/mcp-naver-maps'

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