← dropwatchhq.com

INDIVIDUAL MCP TOOL

regrade_list

Re-grade a list of carriers (USDOT numbers and/or MC/docket numbers) against the live FMCSA/L&I record plus our switch-signal and chameleon layers.

dropwatchhq.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://freight.dropwatchhq.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for regrade_list and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

dropwatchhq.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.freight-intel]
url = "https://freight.dropwatchhq.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "freight-intel": {
      "type": "http",
      "url": "https://freight.dropwatchhq.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: freight-intel
Remote MCP URL: https://freight.dropwatchhq.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "freight-intel": {
      "url": "https://freight.dropwatchhq.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "freight-intel": {
      "type": "http",
      "url": "https://freight.dropwatchhq.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "freight-intel",
  "transport": "streamable-http",
  "url": "https://freight.dropwatchhq.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • new_authority_feed — Return US trucking carriers newly granted FMCSA operating authority, newest first.
  • carrier_lookup — Full safety + contact profile for one carrier by USDOT number: identity, fleet, authority status, roadside safety record, FMCSA rating, email/phone.
  • search_carriers — Search the new-authority carrier set by state, fleet size, since-date, has-email, forHire, financeable verdict (GO/WAIT/NO), and insured.
  • safety_screen — Risk verdict for a carrier by USDOT number for insurance underwriting / shipper vetting: out-of-service rate vs national average, inspection history, FMCSA rating, authority status, flags.
  • new_carriers — Newly-authorized US motor carriers (FMCSA new entrants), newest first — the new-carrier LEADS feed for trucking insurance agents, factoring companies, and ELD/fuel-card/equipment vendors selling to new carriers.
  • carrier_risk_lookup — Risk-screen one carrier by USDOT number for insurance underwriting / factoring vetting: out-of-service rate vs national average, inspection history, FMCSA rating, authority + insurance status, flags.
  • switch_signal — The real-time factor-SWITCH lead feed — the edge RigDig's static annual UCC buckets cannot show.
  • chameleon_check — Chameleon / reincarnation entity-resolution: new authorities that share a phone or physical address with a recently-DEACTIVATED carrier (a likely reincarnation of an outfit that lost authority).