fmcsa_safety_snapshot
Pack: fmcsa · Endpoint: https://gateway.pipeworx.io/fmcsa/mcp
Get the FMCSA safety profile for a US motor carrier by USDOT number: safety rating, out-of-service status, driver/vehicle inspection & OOS rates, crash counts, and the SMS BASIC inspection categories (Unsafe Driving, HOS Compliance, Vehicle Maintenance, etc.) with violation counts and percentiles. Pass the USDOT number in dot_number.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
dot_number | string | yes | The carrier USDOT number to pull the safety snapshot for (e.g. “76830”). |
_apiKey | string | no | FMCSA webKey (injected by the gateway) |
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_safety_snapshot","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.