geocodio_batch

Pack: geocodio · Endpoint: https://gateway.pipeworx.io/geocodio/mcp

Batch forward-geocode up to 10,000 addresses in a single request. Pass an array of address strings. Optionally append data fields to every result. Example: geocodio_batch({ addresses: [“1109 N Highland St, Arlington VA”, “525 University Ave, Palo Alto CA”], fields: “cd”, _apiKey: “your-key” })

Parameters

NameTypeRequiredDescription
addressesarrayyesArray of address strings to geocode (max 10,000).
itemsstringno
fieldsstringno
_apiKeystringyesGeocodio API key (free at https://www.geocod.io).

Example call

curl -X POST https://gateway.pipeworx.io/geocodio/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"geocodio_batch","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "geocodio": {
      "url": "https://gateway.pipeworx.io/geocodio/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 9, 2026