ThinAir Geo
OfficialThinAir Geo MCP 서버
AI를 지오코딩, 경로 탐색, 교통, 날씨 및 장소 검색에 연결하세요 — MCP를 통한 10가지 도구.
기능
ThinAir Geo는 Model Context Protocol (MCP) 서버로, AI 에이전트에게 프로덕션급 지리 공간 도구에 대한 액세스 권한을 제공합니다. 별도의 API 통합이 필요하지 않습니다.
지오코딩 — 순방향, 역방향, 자동 완성, 구조화 및 교차로 지오코딩
경로 탐색 — 트럭/화물을 포함한 7가지 차량 프로필을 지원하는 턴바이턴(Turn-by-turn) 경로 안내
교통 — 미국 30개 이상의 대도시 지역에 대한 실시간 교통 상황
날씨 — 현재 기상 조건 및 예보
장소 검색 — 주변 관심 지점(POI) 및 위치 탐색
Related MCP server: ThinAir Data
제품 링크
연결 / 키 발급: https://geo.thinair.co/connect
도구
도구 | 설명 |
| 주소나 장소 이름을 좌표로 변환 |
| 좌표를 주소로 변환 |
| 입력 시 실시간 주소 제안 |
| 개별 주소 구성 요소를 사용한 지오코딩 |
| 교차로 주소 확인 |
| 차량 프로필을 사용한 턴바이턴 경로 안내 |
| 이동 시간 도달 가능성 다각형 생성 |
| 주변 POI 및 위치 찾기 |
| 실시간 교통 상황 |
| 현재 날씨 및 예보 |
차량 프로필
프로필 | 사용 사례 |
| 일반 승용차 |
| 53피트 드라이 밴 / 대형 화물 |
| 박스 트럭 / 중형 화물 |
| 위험물 운송 가능 화물 |
| 이륜차 경로 |
| 자전거 |
| 도보 |
빠른 시작
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
Maintenance
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides AI applications with geospatial intelligence through Mapbox APIs, enabling geocoding, POI search, routing, travel time analysis, isochrone generation, and static map creation for location-aware functionality.943BSD 3-Clause

ThinAir Dataofficial
AlicenseAqualityCmaintenanceConnect any AI to PostgreSQL, MySQL, or SQL Server — 24 dialect-aware tools for query, schema, optimization, and more.42351MIT
Mapbox MCP Serverofficial
AlicenseAqualityAmaintenanceProvides geospatial intelligence to AI agents through Mapbox APIs, enabling geocoding, routing, POI search, map images, and offline spatial calculations.28943350MIT- AlicenseAqualityCmaintenanceGeospatial 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.1838MIT
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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