fmcsa_carrier_compare
ActiveTool of io.github.blackboxfoundry/livedatalink
Compare 2 to 5 trucking companies side by side on safety, fleet size, insurance, and authority. Returns a comparison table: fleet size, driver count, safety rating, crash history, BASIC safety scores, authority status, insurance, and out-of-service rates. Use this for questions like 'which carrier is safer?', 'compare these trucking companies', 'which freight company should I use?', 'evaluate these carriers against each other', 'help me pick between these haulers', or any carrier vetting decision.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"dot_numbers"
],
"properties": {
"dot_numbers": {
"anyOf": [
{
"type": "array",
"items": {
"type": "integer",
"exclusiveMinimum": 0
}
},
{
"type": "string"
}
],
"description": "2-5 USDOT numbers, as an array or comma-separated string."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries