geocodio_geocode

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

Forward geocode a single address to latitude/longitude with accuracy score and type. Optionally append data fields (congressional district, census/FIPS, timezone, ACS demographics, etc.). Example: geocodio_geocode({ q: “1109 N Highland St, Arlington VA”, fields: “cd,census,timezone”, _apiKey: “your-key” })

Parameters

NameTypeRequiredDescription
qstringyesFull address to geocode, e.g. “1109 N Highland St, Arlington VA 22201” or “Chicago, IL”.
fieldsstringno
limitnumbernoMaximum number of matched results to return (optional).
countrystringnoBias/restrict to a country: “USA”, “Canada”, “Mexico”, or “GB” (optional).
_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_geocode","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