Thinair Geo MCP Server

Connect your AI to geocoding, routing, traffic, weather, and place search — 19 tools via MCP.

Remote serverstreamable-http

What is the Thinair Geo MCP server?

Connect your AI to geocoding, routing, traffic, weather, and place search — 19 tools via MCP. Exposed over MCP by the thinair geo mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.

What it actually does

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.

  • Geocoding — — Forward, reverse, intersection, and batch (50/call). Results include confidence and method so agents can branch on quality
  • 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)

Its toolset

Everything the assistant can do here goes through one of these:

  • geocode — Convert addresses, place names, or intersections to coordinates
  • reverse_geocode — Convert coordinates to addresses
  • batch_geocode — Geocode up to 50 addresses in one call (returns geojson FeatureCollection)
  • directions — Turn-by-turn routing — auto, truck, bicycle, pedestrian, motorcycle
  • isochrone — Travel-time / -distance reachability polygons (multi-band)
  • traffic — Real-time traffic conditions
  • weather — Current conditions and forecasts
  • search_places — Find nearby POIs by category (gas, charging, food, lodging, …)
  • explore — Browse cities, neighborhoods, and venues by region
  • geocode_structured — Geocode from discrete address components (form / CRM fields) instead of free text
  • resolve_intersection — Resolve a named cross-street (street1 × street2) to a coordinate with a confidence score
  • distance_matrix — Road distances + travel times for every origin → destination pair (≤ 625 pairs)

Adding it to your client

Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.

When to reach for it

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Thinair Geo's toolset — geocode, reverse_geocode, batch_geocode and 11 more — is a fair guide to whether it matches your workflow. It is maintained by thinairtelematics; worth a glance at recent repository activity before you build anything load-bearing on it.

We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.

Caveats

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • With 14 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch Thinair Geo.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the thinair geo mcp server does with a few real requests.

Available tools

ToolWhat it does
geocodeConvert addresses, place names, or intersections to coordinates
reverse_geocodeConvert coordinates to addresses
batch_geocodeGeocode up to 50 addresses in one call (returns geojson FeatureCollection)
directionsTurn-by-turn routing — auto, truck, bicycle, pedestrian, motorcycle
isochroneTravel-time / -distance reachability polygons (multi-band)
trafficReal-time traffic conditions
weatherCurrent conditions and forecasts
search_placesFind nearby POIs by category (gas, charging, food, lodging, …)
exploreBrowse cities, neighborhoods, and venues by region
geocode_structuredGeocode from discrete address components (form / CRM fields) instead of free text
resolve_intersectionResolve a named cross-street (street1 × street2) to a coordinate with a confidence score
distance_matrixRoad distances + travel times for every origin → destination pair (≤ 625 pairs)
locateSnap a coordinate to the road network — road name, class, speed limit, legality, timezone, point elevation
map_matchSnap a raw GPS trace (2–100 points) to the road-accurate route actually driven

How to install the Thinair Geo MCP server

{
  "mcpServers": {
    "thinair-geo": {
      "url": "https://geo.thinair.co/mcp"
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Thinair Geo to geocode.
  • Use Thinair Geo to reverse geocode.
  • Use Thinair Geo to batch geocode.

Frequently asked questions

It connects Thinair Geo to MCP-compatible AI assistants such as Claude and Cursor, exposing 14 tools (geocode, reverse_geocode, batch_geocode, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Thinair Geo directly.