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

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.