Skip to main content
Glama

ThinAir Geo MCPサーバー

AIをジオコーディング、ルーティング、交通情報、天気、場所検索に接続します — MCP経由で10種類のツールが利用可能です。

npm version License: MIT

機能

ThinAir Geoは、Model Context Protocol (MCP)サーバーであり、AIエージェントに本番環境グレードの地理空間ツールへのアクセスを提供します。API統合は不要です。

  • ジオコーディング — 順方向、逆方向、オートコンプリート、構造化、交差点ジオコーディング

  • ルーティング — トラック/貨物を含む7つの車両プロファイルによるターンバイターン方式の経路案内

  • 交通情報 — 米国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