lob_autocomplete

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

Autocomplete a partial US address. Given a primary-line prefix (and optional city/state/zip), returns up to 10 full address suggestions.

Parameters

NameTypeRequiredDescription
address_prefixstringyesPartial primary line to complete, e.g. “185 B”.
citystringnoCity filter (optional).
statestringnoTwo-letter state filter (optional).
zip_codestringnoZIP filter (optional).
_apiKeystringyesYour Lob API key (sign up at https://dashboard.lob.com/).

Example call

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

Connect

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

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

See Getting Started for client-specific install steps.

Regenerated from source · build July 15, 2026