fmcsa_safety_snapshot
Pack: fmcsa · Endpoint: https://gateway.pipeworx.io/fmcsa/mcp
Get the FMCSA safety profile for a carrier by USDOT number: safety rating, out-of-service status, driver/vehicle inspection & OOS rates, crash counts, and SMS BASIC categories (Unsafe Driving, HOS, Vehicle Maintenance, …) with violation counts and percentiles. Requires an FMCSA webKey (free at mobile.fmcsa.dot.gov/QCDevsite/docs/apiAccess) — the gateway supplies a platform key, or pass your own via _apiKey.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
dot_number | string | yes | The carrier USDOT number, 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.