Odel
hazmat cfr mcp

hazmat cfr mcp

Local
@andretaki1TypeScriptMITUpdated 5 days ago

Complete 49 CFR 172.101 hazmat table lookup with special-provision decoding, cited to eCFR.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmhazmat-cfr-mcpv0.3.0

Run

npx -y hazmat-cfr-mcp

MCP client config

{
  "mcpServers": {
    "hazmat-cfr-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "hazmat-cfr-mcp"
      ]
    }
  }
}