Skip to main content
Glama

ThinAir Geo MCP-Server

Verbinden Sie Ihre KI mit Geocodierung, Routing, Verkehr, Wetter und Ortssuche — 10 Tools via MCP.

npm version License: MIT

Was es tut

ThinAir Geo ist ein Model Context Protocol (MCP)-Server, der KI-Agenten Zugriff auf geospatiale Tools in Produktionsqualität bietet — ohne dass eine API-Integration erforderlich ist.

  • Geocodierung — Vorwärts-, Rückwärts-, Autocomplete-, strukturierte und Kreuzungs-Geocodierung

  • Routing — Abbiegehinweise mit 7 Fahrzeugprofilen, einschließlich LKW/Fracht

  • Verkehr — Echtzeit-Verkehrsbedingungen für über 30 US-Metropolregionen

  • Wetter — Aktuelle Bedingungen und Vorhersagen

  • Ortssuche — POI-Suche in der Nähe und Standortfindung

Related MCP server: ThinAir Data

Tools

Tool

Beschreibung

geocode

Konvertiert Adressen oder Ortsnamen in Koordinaten

reverse_geocode

Konvertiert Koordinaten in Adressen

autocomplete

Echtzeit-Adressvorschläge während der Eingabe

structured_geocode

Geocodierung mit einzelnen Adresskomponenten

intersection_geocode

Löst Straßenkreuzungen auf

directions

Abbiegehinweise mit Fahrzeugprofilen

isochrone

Generiert Erreichbarkeitspolygone basierend auf Reisezeit

search_places

Findet POIs und Orte in der Nähe

get_traffic

Echtzeit-Verkehrsbedingungen

get_weather

Aktuelles Wetter und Vorhersagen

Fahrzeugprofile

Profil

Anwendungsfall

car_default

Standard-PKW

truck_53

53' Auflieger / Volle Fracht

truck_box26

LKW / mittelschwer

truck_tanker

Gefahrgut-fähige Fracht

motorcycle

Zweirad-Routing

bike

Fahrrad

walk

Zu Fuß

Schnellstart

Claude Desktop

Hinzufügen zu ~/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 / Andere 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-Paket

npmjs.com/package/@thinairtelematics/geo

Zuvor veröffentlicht als thinair-geo (jetzt zugunsten des scoped-Pakets veraltet).

Lizenz

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