freight-pulse
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@freight-pulsewhat's the spot rate from Shanghai to LA?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
freight-pulse ๐ข
Ocean & multimodal freight intelligence suite for AI agents. One MCP server that answers any shipping question an importer, CFO, or supply-chain agent actually asks โ from "what's the spot rate Shanghai โ LA?" to "what's my total landed cost with duty?" to "should I book this lane now or wait?" โ across 47 tools covering rates, total landed cost, transit reliability, customs, risk, emissions, and a unified ship decision.
Give it a lane, an HS code, a value โ get back one trustworthy, cross-validated answer with a confidence read, not one vendor's quote. The rate engine, port normalization, customs logic, and the accumulating per-lane history all run server-side (the moat); the npm package is a thin client.
Hosted endpoint: https://freight-pulse-mcp.vercel.app/mcp ยท streamable-HTTP, no signup for the free tier.
Why an agent picks this
A single freight API returns one vendor's number with no second opinion and stops at the rate. freight-pulse goes the whole distance an importer needs:
Cross-validated rates. Reads Drewry's World Container Index (WCI) and the Freightos Baltic Index (FBX) server-side (plus your own SeaRates key if you supply one) and reconciles them into one normalized USD figure with a confidence score (do the sources agree?) and a market direction (rising / falling / stable).
The whole decision, not just the price. Landed cost with HS-code duty, all-in door-to-door, transit time + reliability (p90), air-vs-ocean trade-off, customs, risk, COโ โ folded into a single
ship_decisionverdict: BOOK NOW / WAIT / SWITCH MODE.Its own accumulating history. Every lane queried is cached with a timestamp; trend tools serve a weeks-long normalized series no single index hands an agent for free.
Public, non-sensitive inputs. Ports, HS codes, declared values โ nothing secret. Safe for an agent to call without handing over credentials.
Related MCP server: ShippingRates
Worked example โ Shanghai โ Los Angeles, 40ft, $180k of cargo
๐ฒ get_spot_rate โ $5,442 / 40ft ยท confidence ๐ข 80/100 ยท cross-validated from Drewry + FBX (spread 11%)
๐งพ get_all_in_rate โ $6,910 all-in (BAF, THC, doc, ISF, drayage folded in)
๐ฆ get_landed_cost โ $193,180 delivered (rate + 3.4% duty on HS 8516 + MPF/HMF + insurance)
๐ข ship_decision โ BOOK NOW ยท rate stable-to-rising, equipment available, transit p90 within SLAOne agent call chain, one verdict. That's the difference between a freight API and a freight agent.
What's inside โ 47 tools
Area | Tools |
Rates & trend |
|
Total cost |
|
Decision |
|
Transit & risk |
|
Procurement |
|
Customs & docs |
|
Carriers & equipment |
|
Inland & load |
|
Finance & risk |
|
Sustainability |
|
Monitoring |
|
get_spot_rate is free (the hook). The deep analytical tools are premium.
Quickstart (MCP)
{
"mcpServers": {
"freight-pulse": {
"command": "npx",
"args": ["-y", "freight-pulse-mcp"],
"env": {
// optional: unlock premium tools with a prepaid key
"FREIGHT_PULSE_KEY": "fp_โฆ",
// optional: your own SeaRates key โ cross-validated as a THIRD source, RAISES confidence
"SEARATES_API_KEY": "โฆ"
}
}
}
}Or connect over HTTP at POST https://freight-pulse-mcp.vercel.app/mcp (streamable).
Free vs Pro
Free | Pro | |
| โ | โ |
All 40+ analytical tools (landed cost, ship_decision, customs, risk, trend, โฆ) | upsell preview | โ full result |
Accumulating per-lane trend history | โ | โ |
Pay how | โ | ๐ช x402 (USDC on Base) per call โ agents pay automatically, no signup ยท or ๐ณ card via Stripe checkout for a prepaid key |
Two ways to pay a premium call:
๐ช x402 (USDC on Base) โ an x402-aware agent pays per call automatically, zero signup.
๐ณ Card (Stripe) โ buy a prepaid API key, send it as
Authorization: Bearer <key>(or setFREIGHT_PULSE_KEY).
On the data
freight-pulse is indicative market intelligence cross-validated from public freight indices and customs references โ not a carrier quote or a booking. Always verify with your forwarder before committing. Drewry WCI and Freightos FBX publish weekly assessments; the optional SeaRates source is bring-your-own-key (it only raises confidence, never required).
The analysis engine โ index fetching, port/HS normalization, cross-validation, the confidence model, customs/duty logic, and the per-lane history cache โ runs server-side. The npm package is a thin client that forwards to the hosted service.
MIT ยท github.com/Baneado98/freight-pulse ยท Hosted at freight-pulse-mcp.vercel.app
Maintenance
Related MCP Servers
- AlicenseAqualityDmaintenanceThe first logistics/WMS MCP server for AI agents. Rate shopping, inventory management, order tracking, fleet logistics, AI-powered route optimization, demand forecasting, and supply chain analytics. 18 tools across 3 tiers.Last updated20281MIT
- Alicense-qualityDmaintenanceOcean container shipping intelligence for AI agents โ D\&D tariffs, freight rates, vessel schedules, port congestion, inland haulage across 6 major carriers. 24 MCP tools.Last updatedMIT
- Alicense-qualityAmaintenanceProvides supply chain and shipping tools including shipment tracking, route optimization, warehouse inventory management, delivery ETA estimation, and customs documentation. Enables logistics operations through natural language interactions with Claude.Last updated27MIT
- FlicenseAqualityCmaintenanceReal-time supply chain risk intelligence with 25 tools: Global Disruption Index, Manufacturing Index, commodity prices, port congestion, border delays, chokepoints, air cargo, trade policy, energy, rail, freight, economic indicators, predictive signals, and AI intelligence briefs.Last updated341
Related MCP Connectors
Ocean shipping intelligence: D&D, freight rates, vessel schedules, port data. 24 tools, 6 carriers.
Real-time supply chain risk intelligence โ 24 tools, proprietary indices, predictive signals
Neutral freight reference + validation layer for AI agents: ADR, HS, UN/LOCODE, freight math
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Baneado98/freight-pulse'
If you have feedback or need assistance with the MCP directory API, please join our Discord server