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
| Name | Type | Required | Description |
|---|---|---|---|
name | string | yes | Company name or fragment, e.g. “swift transport”. |
state | string | no | Optional 2-letter physical state filter, e.g. “TX”. |
limit | number,string | no | Max 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.