fmcsa_search_carriers

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

Search US motor carriers by company name (partial, case-insensitive) in the FMCSA census, ranked by fleet size. Keyless. Returns USDOT number, legal/DBA name, city/state, power units, drivers, and status. Optionally filter by 2-letter state. Use fmcsa_carrier_lookup for full detail on a returned USDOT number.

Parameters

NameTypeRequiredDescription
namestringyesCompany name or fragment, e.g. “swift transport”.
statestringnoOptional 2-letter physical state filter, e.g. “TX”.
limitnumber,stringnoMax results (1-50, default 15).

Example call

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

Connect

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

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

See Getting Started for client-specific install steps.

Regenerated from source · build July 16, 2026