ThinAirTelematics/thinair-geo

πŸ—ΊοΈ Location Services
0 Views
0 Installs

πŸ“‡ ☁️ - Location & routing intelligence for AI agents β€” geocoding, truck routing with hazmat/dimension constraints, traffic, weather, isochrones, place search. Full planet coverage. Hosted MCP server with OAuth 2.0 + Bearer auth.

Quick Install

One-Click IDE Configuration
claude_desktop_config.json
{
  "mcpServers": {
    "thinairtelematics-thinair-geo": {
      "command": "npx",
      "args": [
        "-y",
        "thinairtelematics-thinair-geo"
      ]
    }
  }
}
Or

Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.

Documentation Overview

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

npm version License: MIT smithery badge

> geocode "Port of Houston Bayport Terminal"
βœ“ matched: Bayport Container Terminal
βœ“ confidence: 0.97
βœ“ coordinates: 29.6008, -95.0201

Part 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.

Hosted product vs this repository

  • geo.thinair.co is 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 confidence and method so 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

Tools

ToolDescription
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
trace_attributesPer-segment road attributes (names, classes, speed limits, surfaces) along a matched trace
geofence_containsPoint-in-polygon test against a GeoJSON polygon (one boolean per point)
place_getLook up a place by its stable ThinAir id (ta_place_… / ta_intersection_…)
quotaInspect your current plan, daily usage, and remaining capacity (free, never debits)
issue_api_keyMint 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:

ProfileDimensions / Use case
DRY_VAN_5353β€² dry van β€” standard US freight (default)
FLATBED_4848β€² flatbed, loaded height 14β€²
FLATBED_4040β€² flatbed, regional / specialty
STEP_DECKStep-deck / drop-deck, 11β€²3β€³ upper-deck clearance
TANKERLiquid/gas tanker (pair with hazmat=true)
BOX_TRUCK_2626β€² box truck, local delivery
AUTO_CARRIERCar hauler / auto transport
SPRINTER_VANCargo van, last-mile (9β€² tall)
DOUBLE_TRAILERTwin 28β€² pups, LTL long-haul (92β€² total)
OVERSIZEPermitted 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/geo

Prints 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

Related MCP Servers

930m310n/geomelon-mcp

πŸŽ–οΈ πŸ“‡ ☁️ - Cities, countries, regions, and languages with multilingual names (50 languages) and a free keyless autocomplete tool. Also runs a public hosted instance at https://mcp.geomelon.dev/mcp, no signup required.

πŸ—ΊοΈ Location Services0 views
APOGEOAPI/apogeoapi-mcp

πŸ“‡ ☁️ - Geographic data and live exchange rates: 250+ countries, 5K+ states, 150K+ cities, IP geolocation, and 161 currency rates in one MCP server. Requires APOGEOAPIKEY.

πŸ—ΊοΈ Location Services0 views
bamwor-dev/bamwor-mcp-server

πŸ“‡ ☁️ - World geographic data for AI agents. 261 countries with 20+ statistics and 13.4M cities with population, coordinates, and timezone. Powered by Bamwor API.

πŸ—ΊοΈ Location Services0 views
baphometnxg/aloha-fyi-mcp

πŸ“‡ ☁️ - First dedicated Hawaii tourism MCP server. 2,583 bookable tours from Viator, GetYourGuide, Klook, and Groupon, plus 579 events across 70+ venues on Oahu, Maui, Big Island, and Kauai. Results ship with affiliate booking links. Hosted Streamable HTTP endpoint β€” no install required. Powered by aloha.fyi.

πŸ—ΊοΈ Location Services0 views

Engagement

Views
0
Installs
0
Upvotes
0

Views and upvotes are unique per visitor network (hashed IP). Installs count copy actions.

Status

Health: Not checked yet

We have not completed a health check for this listing yet.

No check timestamp yet.

Unclaimed listing (imported or pending owner verification). Claim it β†’
β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Claim this listing

Promote this listing

Optional paid placement. Free listings stay free forever.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.