ThinAir Geo
OfficialThinAir Geo is a full-stack geospatial MCP server providing AI agents with comprehensive location intelligence capabilities.
Geocoding & Reverse Geocoding: Convert addresses, place names, or intersections to/from coordinates with confidence scores and structured results.
Batch Geocoding: Geocode up to 50 addresses in a single call, returning a GeoJSON FeatureCollection.
Routing: Turn-by-turn directions for auto, truck (10 freight presets: dry van, flatbed, tanker, box truck, etc. with hazmat/dimension/weight constraints), bicycle, pedestrian, and motorcycle — with ETAs in local timezone.
Isochrones: Generate travel-time or travel-distance reachability polygons from an origin, supporting multiple bands (e.g. 10, 20, 30 min) per call as GeoJSON.
Traffic: Real-time congestion, speeds, and conditions for ~30 major US metros.
Weather: Current conditions, forecasts, severe weather alerts, and minute-by-minute precipitation for any location.
Place Search: Find nearby POIs by category (gas stations, truck stops, restaurants, charging stations, lodging, etc.).
Explore: Discover cities, neighborhoods, and venues by region with population and distance filtering.
Quota Inspection: Check plan details, daily usage, and remaining capacity — always free to call.
API Key Issuance: Generate new API keys programmatically for key rotation or CLI workflows.
ThinAir Geo MCP Server
Give your AI agent complete geospatial awareness — geocode addresses and intersections, route across multiple modes (auto, truck, bicycle, pedestrian), check live traffic and weather, draw reachability polygons, and search places. Confidence-scored results so your agent knows when to ask again. 19 tools via MCP.
19 MCP tools · Geocoding, routing, traffic, weather, places · Built for fleet-grade workflows
> geocode "Port of Houston Bayport Terminal"
✓ matched: Bayport Container Terminal
✓ confidence: 0.97
✓ coordinates: 29.6008, -95.0201Part of ThinAir
ThinAir Geo is the geospatial intelligence layer behind ThinAir fleet workflows: geocoding, routing context, address search, service-area visibility, map intelligence, traffic, weather, and reachability.
Related MCP server: ThinAir Data
Hosted product vs this repository
geo.thinair.cois the hosted ThinAir product.This repository is the thin public MCP package/pointer for developers and AI-agent clients.
Production use may require a ThinAir account, API key, OAuth connection, or hosted workspace.
What It Does
ThinAir Geo is a Model Context Protocol (MCP) server that gives AI agents full-stack geospatial tooling — no API integration required. Coordinates you can actually route from: intersection-level precision with confidence scores, no silent fallbacks (returns an empty result instead of a city-centroid guess when uncertain).
Geocoding — Forward, reverse, intersection, and batch (50/call). Results include
confidenceandmethodso agents can branch on quality.Routing — Multi-profile: auto, truck, bicycle, pedestrian, motorcycle. 10 truck-specific presets (dry van, flatbed, step-deck, tanker, box truck, auto-carrier, sprinter, double trailer, oversize) with hazmat / dimensions / weight / time-distance constraints native.
Traffic — Real-time conditions for 30+ US metros.
Weather — Current conditions and forecasts.
Place Search & Explore — Nearby POIs, locality discovery with population filtering.
Isochrones — Drive-time / walk-time reachability polygons (multiple bands per call).
Product Links
Product: https://geo.thinair.co
Connect / get key: https://geo.thinair.co/connect
Pricing: https://geo.thinair.co/checkout
ThinAir: https://thinair.co
Tools
Tool | Description |
| Convert addresses, place names, or intersections to coordinates |
| Convert coordinates to addresses |
| Geocode up to 50 addresses in one call (returns |
| Turn-by-turn routing — auto, truck, bicycle, pedestrian, motorcycle |
| Travel-time / -distance reachability polygons (multi-band) |
| Real-time traffic conditions |
| Current conditions and forecasts |
| Find nearby POIs by category (gas, charging, food, lodging, …) |
| Browse cities, neighborhoods, and venues by region |
| Geocode from discrete address components (form / CRM fields) instead of free text |
| Resolve a named cross-street (street1 × street2) to a coordinate with a confidence score |
| Road distances + travel times for every origin → destination pair (≤ 625 pairs) |
| Snap a coordinate to the road network — road name, class, speed limit, legality, timezone, point elevation |
| Snap a raw GPS trace (2–100 points) to the road-accurate route actually driven |
| Per-segment road attributes (names, classes, speed limits, surfaces) along a matched trace |
| Point-in-polygon test against a GeoJSON polygon (one boolean per point) |
| Look up a place by its stable ThinAir id ( |
| Inspect your current plan, daily usage, and remaining capacity (free, never debits) |
| Mint a fresh API key for the current tenant (counts as 1 query) |
Truck Vehicle Profiles
Pass any of these as vehicle_profile on directions or isochrone to set dimensions automatically:
Profile | Dimensions / Use case |
| 53′ dry van — standard US freight (default) |
| 48′ flatbed, loaded height 14′ |
| 40′ flatbed, regional / specialty |
| Step-deck / drop-deck, 11′3″ upper-deck clearance |
| Liquid/gas tanker (pair with |
| 26′ box truck, local delivery |
| Car hauler / auto transport |
| Cargo van, last-mile (9′ tall) |
| Twin 28′ pups, LTL long-haul (92′ total) |
| Permitted oversize loads — override dimensions per haul |
Individual params (truck_height, truck_weight, truck_length, axle_count, etc.) override the preset.
Quick Start
Claude Desktop, Cursor, Windsurf — OAuth (recommended, keyless)
Add to your client's MCP config (e.g. ~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"thinair-geo": {
"url": "https://geo.thinair.co/mcp"
}
}
}The OAuth flow completes at first use — no manual token setup required. Free tier: 15 requests/day, no card.
API key (for non-OAuth clients)
{
"mcpServers": {
"thinair-geo": {
"url": "https://geo.thinair.co/mcp",
"headers": {
"Authorization": "Bearer ta_live_..."
}
}
}
}Get a key at https://geo.thinair.co/connect.
npx (CLI / scripts)
npx -y @thinairtelematics/geoPrints a config block to stdout for your client. Same OAuth-keyless option as above by default.
Not for secrets
Do not commit API keys. Use OAuth where supported or pass API keys through your MCP client's secure environment/header configuration.
npm Package
npmjs.com/package/@thinairtelematics/geo
Previously published as
thinair-geo(now deprecated in favor of the scoped package).
License
MIT © ThinAir Telematics
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceProvides 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.1,531BSD 3-Clause

ThinAir Dataofficial
AlicenseAqualityCmaintenanceConnect any AI to PostgreSQL, MySQL, or SQL Server — 24 dialect-aware tools for query, schema, optimization, and more.2371MIT
Mapbox MCP Serverofficial
AlicenseAqualityAmaintenanceProvides geospatial intelligence to AI agents through Mapbox APIs, enabling geocoding, routing, POI search, map images, and offline spatial calculations.281,531350MIT- 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.1837MIT
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