Skip to main content
Glama

MCP Kakao Local

by yunkee-lee
MIT License

find_coordinates

Locate geographical coordinates using an address with the MCP Kakao Local server. Input an address to retrieve precise latitude and longitude data for mapping purposes.

Instructions

Find coordinates of a given address

Input Schema

NameRequiredDescriptionDefault
addressYesaddress to search for
pageNopage number of result

Input Schema (JSON Schema)

{ "properties": { "address": { "description": "address to search for", "minLength": 1, "title": "Address", "type": "string" }, "page": { "default": 1, "description": "page number of result", "minimum": 1, "title": "Page", "type": "integer" } }, "required": [ "address" ], "title": "find_coordinatesArguments", "type": "object" }

You must be authenticated.

Other Tools from MCP Kakao Local

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-kakao-local'

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