ThinAir Geo
OfficialThinAir Geo MCP Server
Connect your AI to geocoding, routing, traffic, weather, and place search — 10 tools via MCP.
What It Does
ThinAir Geo is a Model Context Protocol (MCP) server that gives AI agents access to production-grade geospatial tools — no API integration required.
Geocoding — Forward, reverse, autocomplete, structured, and intersection geocoding
Routing — Turn-by-turn directions with 7 vehicle profiles including truck/freight
Traffic — Real-time traffic conditions for 30+ US metros
Weather — Current conditions and forecasts
Place Search — Nearby POI and location discovery
Product Links
Main: https://geo.thinair.co
Connect / get key: https://geo.thinair.co/connect
Pricing: https://geo.thinair.co/checkout
Tools
Tool | Description |
| Convert addresses or place names to coordinates |
| Convert coordinates to addresses |
| Real-time address suggestions as you type |
| Geocode with individual address components |
| Resolve cross-street intersections |
| Turn-by-turn routing with vehicle profiles |
| Generate travel-time reachability polygons |
| Find nearby POIs and locations |
| Real-time traffic conditions |
| Current weather and forecasts |
Vehicle Profiles
Profile | Use Case |
| Standard driving |
| 53' dry van / full freight |
| Box truck / medium duty |
| Hazmat-capable freight |
| Two-wheel routing |
| Cycling |
| Walking |
Quick Start
Claude Desktop
Add to ~/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 / Other MCP Clients
{
"mcpServers": {
"thinair-geo": {
"command": "npx",
"args": ["-y", "@thinairtelematics/geo"],
"env": {
"THINAIR_API_KEY": "your-api-key"
}
}
}
}Remote / Streamable HTTP
{
"mcpServers": {
"thinair-geo": {
"type": "http",
"url": "https://geo.thinair.co/mcp",
"headers": {
"Authorization": "Bearer your-api-key"
}
}
}
}npm Package
npmjs.com/package/@thinairtelematics/geo
Previously published as
thinair-geo(now deprecated in favor of the scoped package).
License
MIT © ThinAir Telematics
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