AlphaLoops Freight MCP Server
This is a remote Model Context Protocol server exposing the AlphaLoops Freight API (FMCSA carrier data).
MCP Endpoint
POST /mcp
Available Tools
- carrier_lookup — Carrier profile by USDOT number
- carrier_lookup_by_mc — Carrier profile by MC/MX number
- carrier_search — Fuzzy-search carriers by company name
- carrier_authority — Operating authority history
- carrier_news — News articles & press mentions
- fleet_trucks — Registered truck fleet
- fleet_trailers — Registered trailer fleet
- inspections_list — Roadside inspection history
- inspection_violations — Violations for an inspection
- crashes_list — Crash history
- contacts_search — Find people at a carrier
- contact_enrich — Enrich contact with email/phone
Connect
Add the remote MCP server URL to your client configuration:
{
"mcpServers": {
"alpha-freight": {
"type": "url",
"url": "https://mcp-freight.runalphaloops.com/mcp",
"headers": {
"Authorization": "Bearer <key>"
}
}
}
}Don't have an API key? Get one here.