batch_geocode
Geocode multiple addresses, intersections, or place queries in one request with structured per-record results. Use for bulk operations instead of repeated single geocode calls.
Instructions
Geocode multiple addresses, intersections, or place queries in one request with structured per-record results. Use for bulk operations instead of repeated single geocode calls. Max 50 per batch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Implementation Reference
- bin/server.js:74-79 (registration)Registration of the batch_geocode tool in the static tool catalog. This is a local reference adapter that does not execute the tool — it only lists it in tools/list and returns a redirect message on tools/call pointing to the hosted endpoint at https://geo.thinair.co/mcp. The actual handler logic is on the remote server.
{ name: "batch_geocode", description: "Geocode multiple addresses, intersections, or place queries in one request with structured per-record results. Use for bulk operations instead of repeated single geocode calls. Max 50 per batch.", inputSchema: { type: "object" }, },