FreightPulse / MCP

FreightPulse MCP Server v1.0

Fuel prices, freight rates, port congestion, disruptions, and carrier lookups — callable directly from Claude, Cursor, OpenClaw, or any MCP-compatible AI agent.

  • Concise endpoint index for AI agents
  • Full reference: parameters and examples
  • POST/mcp
    MCP JSON-RPC 2.0 endpoint — one tool per data endpoint, plus register and account_status
  • The tools as JSON

Add to your MCP client config

// e.g. Claude Desktop, Cursor .cursor/mcp.json
{
  "mcpServers": {
    "freightpulse": {
      "url": "https://mcp.freightpulsehq.com/mcp"
    }
  }
}

No API key needed to start (100 requests/day guest tier). Call the "register" tool from your agent, or visit https://freightpulsehq.com/agents/connect, for a free key with its own quota.