ThinAir Geo
OfficialServidor MCP de ThinAir Geo
Conecte su IA a geocodificación, rutas, tráfico, clima y búsqueda de lugares: 10 herramientas a través de MCP.
Qué hace
ThinAir Geo es un servidor de Protocolo de Contexto de Modelo (MCP) que brinda a los agentes de IA acceso a herramientas geoespaciales de nivel de producción, sin necesidad de integración de API.
Geocodificación — Geocodificación directa, inversa, autocompletado, estructurada y de intersecciones
Rutas — Direcciones paso a paso con 7 perfiles de vehículo, incluyendo camiones/carga
Tráfico — Condiciones de tráfico en tiempo real para más de 30 áreas metropolitanas de EE. UU.
Clima — Condiciones actuales y pronósticos
Búsqueda de lugares — PDI cercanos y descubrimiento de ubicaciones
Related MCP server: ThinAir Data
Enlaces del producto
Principal: https://geo.thinair.co
Conectar / obtener clave: https://geo.thinair.co/connect
Documentación: https://geo.thinair.co/docs/getting-started
Precios: https://geo.thinair.co/checkout
Herramientas
Herramienta | Descripción |
| Convierte direcciones o nombres de lugares en coordenadas |
| Convierte coordenadas en direcciones |
| Sugerencias de direcciones en tiempo real mientras escribe |
| Geocodificación con componentes de dirección individuales |
| Resuelve intersecciones de calles |
| Rutas paso a paso con perfiles de vehículo |
| Genera polígonos de alcance según tiempo de viaje |
| Encuentra PDI y ubicaciones cercanas |
| Condiciones de tráfico en tiempo real |
| Clima actual y pronósticos |
Perfiles de vehículo
Perfil | Caso de uso |
| Conducción estándar |
| Remolque seco de 53' / carga completa |
| Camión caja / servicio mediano |
| Carga apta para materiales peligrosos |
| Rutas para vehículos de dos ruedas |
| Ciclismo |
| Caminata |
Inicio rápido
Claude Desktop
Añada a ~/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 / Otros clientes MCP
{
"mcpServers": {
"thinair-geo": {
"command": "npx",
"args": ["-y", "@thinairtelematics/geo"],
"env": {
"THINAIR_API_KEY": "your-api-key"
}
}
}
}Remoto / HTTP transmitible
{
"mcpServers": {
"thinair-geo": {
"type": "http",
"url": "https://geo.thinair.co/mcp",
"headers": {
"Authorization": "Bearer your-api-key"
}
}
}
}Paquete npm
npmjs.com/package/@thinairtelematics/geo
Publicado anteriormente como
thinair-geo(ahora obsoleto en favor del paquete con ámbito).
Licencia
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