1. Conduid
  2. Maps
  3. Korea Geocoder MCP
MCP server · Maps

Korea Geocoder MCP

MCP server for geocoding Korean addresses using Google Maps API

Unclaimed MIT last commit a year ago maps
51Fair

Scored 3 months ago · breakdown

About Korea Geocoder MCP

Korea Geocoder MCP is an MCP server published by wowzoo in the Maps category: mCP server for geocoding Korean addresses using Google Maps API. It has been installed 0 times through Conduid.

Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx korea-geocoder-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Korea Geocoder MCP

Powered by Claude · Grounded in docs

I know everything about Korea Geocoder MCP. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

Korea Geocoder MCP Server

한국 주소를 위도/경도로 변환하는 MCP (Model Context Protocol) 서버입니다.

기능

  • 한국 주소를 Google Maps API를 통해 위도/경도로 변환

사전 준비

Google Maps Geocoding API 설정

  1. Google Cloud Console에서 API 키 생성
    • Google Cloud Console에 접속
    • 새 프로젝트 생성 또는 기존 프로젝트 선택
    • "API 및 서비스" > "라이브러리"로 이동
    • "Geocoding API" 검색 후 활성화
    • "API 및 서비스" > "사용자 인증 정보"로 이동
    • "사용자 인증 정보 만들기" > "API 키" 선택
    • 생성된 API 키 복사

사용법

Claude Desktop에서 사용하기

Claude Desktop에서 MCP 서버를 등록하고 사용할 수 있습니다:

  • Claude Desktop의 Settings에서 Developer 섹션으로 이동
  • Edit Config를 선택하여 claude_desktop_config.json 파일을 편집합니다.

uvx 사용 (권장)

{
  "mcpServers": {
    "korea-geocoder-mcp": {
      "command": "uvx",
      "args": ["korea-geocoder-mcp@latest"],
      "env": {
        "GOOGLE_CLOUD_API_KEY": "발급받은_API_키를_여기에_입력"
      }
    }
  }
}

개발 환경

{
  "mcpServers": {
    "korea-geocoder": {
      "command": "uv",
      "args": [
        "--directory",
        "/path/to/korea-geocoder-mcp",
        "run",
        "korea_geocoder_mcp.geocoder"
      ],
      "env": {
        "GOOGLE_CLOUD_API_KEY": "발급받은_API_키를_여기에_입력"
      }
    }
  }
}
  • Claude Desktop을 다시 시작합니다.

README mirrored from the source repository 3 months ago. The original is authoritative.

Questions

About Korea Geocoder MCP

How do I install Korea Geocoder MCP?

Run npx korea-geocoder-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Korea Geocoder MCP safe to use with an AI agent?

Its trust score is 51 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Korea Geocoder MCP still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.