Skip to main content
Glama

ThinAir Geo MCP 服务器

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