ThinAir Geo
OfficialThinAir Geo MCPサーバー
AIをジオコーディング、ルーティング、交通情報、天気、場所検索に接続します — MCP経由で10種類のツールが利用可能です。
機能
ThinAir Geoは、Model Context Protocol (MCP)サーバーであり、AIエージェントに本番環境グレードの地理空間ツールへのアクセスを提供します。API統合は不要です。
ジオコーディング — 順方向、逆方向、オートコンプリート、構造化、交差点ジオコーディング
ルーティング — トラック/貨物を含む7つの車両プロファイルによるターンバイターン方式の経路案内
交通情報 — 米国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