Vet a freight carrier before you book it
Is this trucking company safe, authorized, and insured?
Before handing a load to a carrier, confirm they have active operating authority, current insurance, and an acceptable safety record - all from FMCSA, in a few calls.
The steps
- fmcsa_carrier_lookup
Pull the carrier by DOT or MC number: fleet size, safety snapshot, insurance, crash history. - fmcsa_carrier_authority
Confirm operating authority is active and insurance is on file. - fmcsa_safety_scores
Check BASIC percentile safety scores for red-flag categories. - counterparty_risk_score
Optional: roll the carrier into a single cross-source counterparty risk score.
Result: A go/no-go call on a carrier in under a minute, cited to primary FMCSA records.
Connect LiveDataLink
{
"mcpServers": {
"livedatalink": {
"url": "https://livedatalink.ai/mcp",
"headers": { "Authorization": "Bearer YOUR_API_KEY" }
}
}
}
All 284 tools run under the same key; the free tier gives you 1,000 queries/month with no card.
Related searches: carrier safety · dot number · mc number · fmcsa · freight broker · carrier vetting · operating authority · insurance on file.
FAQ
- How do I is this trucking company safe, authorized, and insured?
- Before handing a load to a carrier, confirm they have active operating authority, current insurance, and an acceptable safety record - all from FMCSA, in a few calls. In LiveDataLink: fmcsa_carrier_lookup → fmcsa_carrier_authority → fmcsa_safety_scores → counterparty_risk_score. A go/no-go call on a carrier in under a minute, cited to primary FMCSA records.
- What does this cost?
- The free tier includes 1,000 queries/month with no credit card. Every tool in this recipe is callable on the free tier; paid plans start at $10/month for higher volume.
- How do I connect?
- Add https://livedatalink.ai/mcp as a Streamable-HTTP MCP server with a Bearer key in Claude, Cursor, or n8n, then call the tools in order. Get a free key at https://livedatalink.ai/signup/free.
Start free - 1,000 queries/month → Browse all 59 data domains