You're viewing a demo portfolio

Join the waitlist
PRSM

fmcsa_carrier_lookup

Active

Tool of Fmcsa

declared in 0.1.0

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\")."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Fmcsa

https://github.com/pipeworx-io/mcp-fmcsa

1/7 registries
View full server →