Skip to main content
Glama

mcp-geo

Geo MCP — 무료 공공 API 기반 지리 유틸리티

Pipeworx의 일부 — AI 에이전트를 1394+ 실시간 데이터 소스에 연결하는 MCP 게이트웨이입니다.

도구

도구

설명

geocode

주소 또는 장소 이름을 OpenStreetMap의 Nominatim을 통해 최대 5개의 일치하는 좌표로 변환합니다. 각 결과에 대해 위도, 경도, display_name, 장소 유형을 반환합니다.

reverse_geocode

좌표를 실제 주소로 변환합니다. 도로명 주소, 도시, 국가, 우편번호를 반환합니다. lat/lng 쌍으로 위치를 식별하는 데 사용합니다.

get_country

국가 이름 또는 ISO 코드(예: 'US', 'FR')로 국가 정보를 가져옵니다. 수도, 인구, 통화, 언어, 이웃 국가를 반환합니다. 지역 맥락이나 사실 확인에 사용합니다.

get_timezone

주어진 위도와 경도에 대해 IANA 시간대 이름, 현재 현지 시간, UTC 오프셋(시간)을 TimeAPI.io를 통해 조회합니다. 좌표가 필요합니다 — 도시 이름은 허용되지 않습니다.

get_sunrise_sunset

주어진 위도/경도와 선택적 YYYY-MM-DD 날짜(기본값: 오늘)에 대해 일출, 일몰, 남중 시각, 민간 박명 시작/종료, 낮 길이(초)를 Sunrise-Sunset API를 통해 가져옵니다.

Related MCP server: Google Maps MCP Server

빠른 시작

MCP 클라이언트(Claude Desktop, Cursor, Windsurf 등)에 추가하세요:

{
  "mcpServers": {
    "geo": {
      "url": "https://gateway.pipeworx.io/geo/mcp"
    }
  }
}

또는 전체 Pipeworx 게이트웨이에 연결해 1394+ 데이터 소스에 모두 접근할 수 있습니다:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

ask_pipeworx와 함께 사용하기

도구를 직접 호출하는 대신, 일상 영어로 질문할 수 있습니다:

ask_pipeworx({ question: "your question about Geo data" })

게이트웨이가 올바른 도구를 선택하고 인자를 자동으로 채웁니다.

추가 정보

라이선스

MIT

A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • Geocode, reverse geocode, and run Overpass spatial queries on OpenStreetMap data.

  • Geocode, reverse geocode, and run Overpass spatial queries on OpenStreetMap data.

  • Real-world data for agents: air quality, geocoding, quakes, holidays, web search

View all MCP Connectors

Latest Blog Posts

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/pipeworx-io/mcp-geo'

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