Skip to main content
Glama

ThinAir Geo MCP 서버

AI를 지오코딩, 경로 탐색, 교통, 날씨 및 장소 검색에 연결하세요 — MCP를 통한 10가지 도구.

npm version License: MIT

기능

ThinAir Geo는 Model Context Protocol (MCP) 서버로, AI 에이전트에게 프로덕션급 지리 공간 도구에 대한 액세스 권한을 제공합니다. 별도의 API 통합이 필요하지 않습니다.

  • 지오코딩 — 순방향, 역방향, 자동 완성, 구조화 및 교차로 지오코딩

  • 경로 탐색 — 트럭/화물을 포함한 7가지 차량 프로필을 지원하는 턴바이턴(Turn-by-turn) 경로 안내

  • 교통 — 미국 30개 이상의 대도시 지역에 대한 실시간 교통 상황

  • 날씨 — 현재 기상 조건 및 예보

  • 장소 검색 — 주변 관심 지점(POI) 및 위치 탐색

Related MCP server: ThinAir Data

제품 링크

도구

도구

설명

geocode

주소나 장소 이름을 좌표로 변환

reverse_geocode

좌표를 주소로 변환

autocomplete

입력 시 실시간 주소 제안

structured_geocode

개별 주소 구성 요소를 사용한 지오코딩

intersection_geocode

교차로 주소 확인

directions

차량 프로필을 사용한 턴바이턴 경로 안내

isochrone

이동 시간 도달 가능성 다각형 생성

search_places

주변 POI 및 위치 찾기

get_traffic

실시간 교통 상황

get_weather

현재 날씨 및 예보

차량 프로필

프로필

사용 사례

car_default

일반 승용차

truck_53

53피트 드라이 밴 / 대형 화물

truck_box26

박스 트럭 / 중형 화물

truck_tanker

위험물 운송 가능 화물

motorcycle

이륜차 경로

bike

자전거

walk

도보

빠른 시작

Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json에 추가하세요:

{
  "mcpServers": {
    "thinair-geo": {
      "command": "npx",
      "args": ["-y", "@thinairtelematics/geo"],
      "env": {
        "THINAIR_API_KEY": "your-api-key"
      }
    }
  }
}

Cursor / Windsurf / 기타 MCP 클라이언트

{
  "mcpServers": {
    "thinair-geo": {
      "command": "npx",
      "args": ["-y", "@thinairtelematics/geo"],
      "env": {
        "THINAIR_API_KEY": "your-api-key"
      }
    }
  }
}

원격 / 스트리밍 HTTP

{
  "mcpServers": {
    "thinair-geo": {
      "type": "http",
      "url": "https://geo.thinair.co/mcp",
      "headers": {
        "Authorization": "Bearer your-api-key"
      }
    }
  }
}

npm 패키지

npmjs.com/package/@thinairtelematics/geo

이전에는 thinair-geo로 게시되었으나, 현재는 스코프 패키지로 전환되어 더 이상 사용되지 않습니다.

라이선스

MIT © ThinAir Telematics

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

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

Related MCP Servers

  • A
    license
    A
    quality
    C
    maintenance
    Connect any AI to PostgreSQL, MySQL, or SQL Server — 24 dialect-aware tools for query, schema, optimization, and more.
    4
    23
    5
    1
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Geospatial API tools for AI agents — geocoding, reverse geocoding, routing, isochrone, distance matrix, static maps, H3 hexagons, elevation, GPS map-matching, point-in-polygon, address normalisation, timezone lookup, and batch geocoding. Built on OpenStreetMap infrastructure. Cost-effective alternative to Google Maps API.
    18
    38
    MIT

View all related MCP servers

Related MCP Connectors

  • Geospatial intelligence with Mapbox APIs like geocoding, POI search, directions, isochrones, etc.

  • Address validation & geocoding for AI agents: 240+ countries, UK PAF, free US/CA enrichment

  • Multi-carrier shipping for AI agents: compare rates, buy labels, track packages, validate addresses

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/ThinAirTelematics/thinair-geo'

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