FMCSA motor-carrier risk scores, monitoring, and carrier-selection evidence reports for AI agents.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
FMCSA motor-carrier risk intelligence for AI agents, over the Model Context Protocol.
CarrierScore answers "how risky is this carrier, and what was knowable about it on a given date?" for freight brokers and AI booking/dispatch agents. It builds longitudinal risk scores (0β100, higher = riskier) and timestamped carrier-selection evidence reports ("Montgomery files") from daily archives of public FMCSA / US DOT safety data: census, inspections, crashes, out-of-service orders, operating authority, and insurance filings.
Website: carrierscore.io Β· Agent docs: carrierscore.io/llms.txt
No install needed β a hosted Streamable HTTP MCP endpoint is live:
Keyless requests get a rate-limited free tier (lookups, scores, text evidence reports). Paid tiers add carrier-list monitoring, structured JSON evidence reports, and higher volume β see pricing. Paid tiers authenticate with an X-API-Key header (or CARRIERSCORE_API_KEY when self-hosting).
| Tool | What it does |
|---|---|
carrier_lookup | Carrier identity by US DOT number: legal name, DBA, operating status, FMCSA safety rating, fleet size, address, registration dates. Use first to confirm a DOT is real and matches the rate confirmation. |
carrier_score | The CarrierScore risk score (0β100, higher = riskier) with full component breakdown, hard flags (active OOS order, no active insurance, reincarnated-carrier link), and data-sufficiency indicator. |
montgomery_file | Timestamped carrier-selection evidence report β the documented artifact a broker retains at the moment of booking (post Montgomery v. Caribe Transport II). Text format on the free tier; JSON on paid tiers. |
monitor_carriers | Batch score summary + flags for up to 100 DOT numbers per call β screen candidates for a load or re-check an active roster. |
Settings β Connectors β Add custom connector β URL https://mcp.carrierscore.io/mcp.
.cursor/mcp.json:
The server in this repo is a thin Streamable HTTP client over the CarrierScore REST API (https://api.carrierscore.io).
Environment variables:
| Variable | Default | Purpose |
|---|---|---|
CARRIERSCORE_API_URL | http://127.0.0.1:8321 | Base URL of the CarrierScore REST API |
CARRIERSCORE_API_KEY | (unset) | Optional API key for paid tiers; unset = rate-limited free tier |
PORT | 8322 | Port for the MCP HTTP endpoint (POST /mcp) |
CarrierScore scores are computed statistical indicators built from public FMCSA data under a documented, transparent methodology (population percentiles plus hard flags). They are not safety fitness determinations, are not endorsed by FMCSA, and do not substitute for a carrier's official safety rating or your own judgment. Every score and evidence report embeds this disclaimer β retain it when storing or quoting results.
MIT Β© SYMBOLIQ LLC. Contact: business@colesprout.com
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/carrierscore)<a href="https://allmcps.com/mcp/carrierscore"><img src="https://allmcps.com/api/badge/carrierscore?style=directory" alt="Carrierscore on AllMCPs" /></a>