ThinAir Geo
OfficialThinAir Geo MCP-Server
Verbinden Sie Ihre KI mit Geocodierung, Routing, Verkehr, Wetter und Ortssuche — 10 Tools via MCP.
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
Produkt-Links
Hauptseite: https://geo.thinair.co
Verbinden / Schlüssel erhalten: https://geo.thinair.co/connect
Dokumentation: https://geo.thinair.co/docs/getting-started
Preise: https://geo.thinair.co/checkout
Tools
Tool | Beschreibung |
| Konvertiert Adressen oder Ortsnamen in Koordinaten |
| Konvertiert Koordinaten in Adressen |
| Echtzeit-Adressvorschläge während der Eingabe |
| Geocodierung mit einzelnen Adresskomponenten |
| Löst Straßenkreuzungen auf |
| Abbiegehinweise mit Fahrzeugprofilen |
| Generiert Erreichbarkeitspolygone basierend auf Reisezeit |
| Findet POIs und Orte in der Nähe |
| Echtzeit-Verkehrsbedingungen |
| Aktuelles Wetter und Vorhersagen |
Fahrzeugprofile
Profil | Anwendungsfall |
| Standard-PKW |
| 53' Auflieger / Volle Fracht |
| LKW / mittelschwer |
| Gefahrgut-fähige Fracht |
| Zweirad-Routing |
| Fahrrad |
| 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
Maintenance
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides 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.943BSD 3-Clause

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