fmcsa_carrier_lookup
ActiveTool of Fmcsa
Look up a US motor carrier (trucking/bus company) in the FMCSA census by USDOT number, MC/docket number, or company name. Keyless. Returns legal & DBA name, physical address, active/inactive status, interstate/intrastate operation, hazmat flag, fleet size (power units, trucks), driver counts, and cargo types carried. Set `by` to "dot", "mc", or "name" with the value in `value`. For carrier authority (broker status) use fmcsa_operating_authority; for safety scores use fmcsa_safety_snapshot.
Parameters schema
{
"type": "object",
"required": [
"by",
"value"
],
"properties": {
"by": {
"enum": [
"dot",
"mc",
"name"
],
"type": "string",
"description": "\"dot\" = USDOT number, \"mc\" = MC/docket number, \"name\" = company name."
},
"value": {
"type": "string",
"description": "The lookup value: a USDOT number (e.g. \"54283\"), MC/docket number (e.g. \"136818\"), or carrier name (e.g. \"swift transportation\")."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Fmcsa
https://github.com/pipeworx-io/mcp-fmcsa
1/7 registries