Skip to main content

A Model Context Protocol (MCP) server for geocoding Korean addresses using Google Maps API

Project description

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을 다시 시작합니다.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

korea_geocoder_mcp-0.1.0.tar.gz (5.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

korea_geocoder_mcp-0.1.0-py3-none-any.whl (5.1 kB view details)

Uploaded Python 3

File details

Details for the file korea_geocoder_mcp-0.1.0.tar.gz.

File metadata

  • Download URL: korea_geocoder_mcp-0.1.0.tar.gz
  • Upload date:
  • Size: 5.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.7.19

File hashes

Hashes for korea_geocoder_mcp-0.1.0.tar.gz
Algorithm Hash digest
SHA256 c5eafdc88f7269b76a59203855599d0fc126c7c062ef9d0abf0c235fd4312c7f
MD5 1bc64de87aecaa305aa4305b6ed45a56
BLAKE2b-256 886053545ad4ed6fbb7054367e0c80b97f75d7674be319c0934db1239f5800ab

See more details on using hashes here.

File details

Details for the file korea_geocoder_mcp-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for korea_geocoder_mcp-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 e85cd73d66def266ea8ad06806dcd479361921d800099bf272efb46a6709fc5b
MD5 150ed7ea4e79c61a0cd93a398dd24feb
BLAKE2b-256 146544bf524867430c96adeb8403ea418cb64e3558e78fe3d86991aadac3ad27

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page