Ocean freight spot rate & FBX container shipping trend: should I book ocean freight now?
Freight MCP server exists for a simple reason — assistants are far more useful when they can act on Freight directly instead of describing what you should do. Ocean freight spot rate & FBX container shipping trend: should I book ocean freight now?.
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:
Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
Once Freight is connected, these are the calls the assistant has available:
Area — ToolsDecision — ship_decision, simulate_scenario, compare_modes (air vs ocean), sourcing_analysis (China+1 / nearshoring)Procurement — procurement_strategy, build_tender, evaluate_bids, select_provider (forwarder/3PL), record_performanceSustainability — carbon_footprint (GLEC/ISO 14083), decarbonization_roadmap, reverse_logisticsMonitoring — create_watch, check_watches, market_report, special_cargoYou will need 2 environment variables: FREIGHT_PULSE_KEY, SEARATES_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Among the monitoring and observability options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Freight's toolset — Area, Decision, Procurement and 2 more — is a fair guide to whether it matches your workflow. It is maintained by Baneado98; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| Area | Tools |
| Decision | ship_decision, simulate_scenario, compare_modes (air vs ocean), sourcing_analysis (China+1 / nearshoring) |
| Procurement | procurement_strategy, build_tender, evaluate_bids, select_provider (forwarder/3PL), record_performance |
| Sustainability | carbon_footprint (GLEC/ISO 14083), decarbonization_roadmap, reverse_logistics |
| Monitoring | create_watch, check_watches, market_report, special_cargo |
{
"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": "…"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| FREIGHT_PULSE_KEY | Credential the server authenticates with. | Yes |
| SEARATES_API_KEY | Credential the server authenticates with. | Yes |
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Dashboards, Prometheus and Loki queries, incidents and alerts — observability by conversation.
Errors with full context — stack traces, issue triage and AI-powered root-cause analysis from Sentry's server.
Enables enhanced web research capabilities for large language models through intelligent search queuing and advanced content extraction.
Automates browser interactions and enables Large Language Models (LLMs) to interact with web pages through Playwright and Chrome DevTools Protocol
Guides tool usage by providing recommendations for MCP tools at each problem-solving stage.