ThinAir Geo
OfficialThinAir Geo MCP 服务器
通过 MCP 将您的 AI 连接到地理编码、路线规划、交通、天气和地点搜索——共 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