# ThinAir Geo (verified)

Location and routing intelligence for AI agents — geocoding, turn-by-turn truck routing with hazmat & dimension constraints, live traffic, 16-day weather forecasts, drive-time isochrones, and place s…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y smithery mcp add thinair/geo

# Browse available tools
npx -y smithery tool list thinair/geo

# Get full schema for a tool
npx -y smithery tool get thinair/geo geocode

# Call a tool
npx -y smithery tool call thinair/geo geocode '{}'
```

## Direct MCP Connection

Endpoint: `https://thinair-geo.run.tools`

## Tools (11)

- `geocode` — Convert an address, place name, street, or intersection into coordinates and structured location results. Use when inpu…
- `reverse_geocode` — Convert coordinates into the nearest address, street, or place. Use when starting from GPS coordinates or a map positio…
- `directions` — Generate routes, ETAs, and turn-by-turn directions between locations. Supports car / truck / motorcycle / pedestrian / …
- `traffic` — Retrieve live traffic conditions, congestion, and speed for a location. Use when traffic is needed independently of rou…
- `weather` — Get current and forecast weather for a location, including severe weather alerts and minute-by-minute precipitation. Us…
- `isochrone` — Generate travel-time or travel-distance reachability polygons from an origin. Pass MULTIPLE bands in one call — e.g. `c…
- `search_places` — CATEGORY-specific POI search near a point — gas stations, truck stops, restaurants, charging stations, etc. Use this wh…
- `batch_geocode` — Geocode multiple addresses in one request with structured per-record results. Use for bulk operations instead of repeat…
- `explore` — BROWSING / DISCOVERY search — cities, neighbourhoods, or mixed venues near a location. Use this when the user is explor…
- `quota` — Check current usage, remaining limits, plan, and quota breakdown for the caller. FREE TO CALL — never counts against yo…
- `issue_api_key` — Mint a fresh API key for your current authenticated user/tenant. Useful for CLI workflows, key rotation, or MCP clients…

```bash
# Get full input/output schema for a tool
npx -y smithery tool get thinair/geo <tool-name>
```
