mcp-naver-maps
If you are the rightful owner of mcp-naver-maps and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The MCP Naver Maps server connects to the Naver Maps and Search APIs, providing geocoding and local search functionalities.
The MCP Naver Maps server is designed to interface with the Naver Maps API and Naver Search API, allowing users to access geocoding and local search services. This server acts as a bridge between local applications and Naver's powerful mapping and search capabilities. By leveraging the Naver Maps API, users can convert addresses into geographic coordinates and vice versa, while the Naver Search API enables searching for local businesses and points of interest. The server requires Python 3.13 or higher and the 'uv' tool for managing dependencies and running the server. Users must also have valid API credentials from both the Naver Cloud Platform and Naver Developers to authenticate requests. Configuration involves setting up a `.env` file with the necessary credentials. Once configured, the server can be run using simple commands, making it accessible for developers looking to integrate Naver's services into their applications.
Features
- Integration with Naver Maps API for geocoding services.
- Access to Naver Search API for local search capabilities.
- Easy configuration through environment variables.
- Support for Python 3.13 and higher.
- Dependency management and server execution using 'uv'.