Live on Base & Solana Mainnet

Demurrage, detention
& freight rates
across 8 carriers.
Verified.

Every rate you quote, every D&D you estimate, every surcharge you accept — unverified. ShippingRates gives you real numbers, pulled directly from carrier PDFs. 8 carriers. 158 countries. 13,095+ D&D tariffs, 6,558 inland rates, 1,103 transit schedules.

No signup required. AI agent? Connect your agent →
Verified carrier data from
Hapag-Lloyd Maersk ZIM ONE COSCO MSC CMA CGM Evergreen
Rate Calculator — Mundra to Savannah
FOB Cost Breakdown (40HC)
Origin Handling (OHC) $204.50
Export Documentation $82.30
Destination Handling (DHC) $1,185.00
D&D Est. (15 days, 7 free) $400.00
Your Cost (Buyer) $1,585.00
Mandatory: $1,471.80 Additional: $113.20
0
D&D Records
0
API Endpoints
0
Carriers
0
Countries

Two audiences. One platform.

Shipping professionals get a visual dashboard. AI agents pay per query with USDC.

Free
Free
3-day Pro trial (full access)
All 10 dashboard features unlocked
Unlimited queries
D&D Calculator & Comparator
Local Charges & Rate Calculator
Transit Time & Port Intelligence
Inlands India & Shipping News
Pro features lock — upgrade to continue
No credit card required to start
Start Free Trial
Popular
Pro
₹999/month
~$12/mo — unlimited queries, all features
D&D Calculator & Comparator (158 countries)
Rate Calculator & Local Charges
Transit Time + Port Congestion Intelligence
Inlands India (6,558 IHC rates, 80 ICDs)
Shipping News (disruption alerts from 7 sources)
8 carriers • 158 countries • Priority support
Get Pro
Best Value
Pro+
₹1,499/month
~$18/mo — Pro + XLSX downloads & bulk export
Everything in Pro
XLSX downloads on all 8 data tabs
D&D, Local Charges, Transit, Inlands exports
Bulk export & reporting
Get Pro+

Standard payment methods

Human plans accept card and UPI. No crypto knowledge needed — USDC micropayments are only for AI agent API access.

Try Before You Pay

25 free requests/month. Real data. No signup required.

POST /api/dd/calculate — Maersk, India, 40HC, 14 days
{ "line": "maersk", "country": "IN", "container_type": "40HC", "days": 14, "free_days": 4, "currency": "USD", "slabs": [ { "from": 5, "to": 7, "rate_per_day": 7.50, "days": 3, "cost": 22.50 }, { "from": 8, "to": 14, "rate_per_day": 15.00, "days": 7, "cost": 105.00 } ], "total_cost": 127.50, "_meta": { "data_freshness_utc": "2026-03", "coverage_region": "South Asia", "completeness_score": 1.0, "confidence_level": "verified" } }
Try it now — no signup, no API key
# Sample response (dated data, always free) curl https://shippingrates.org/api/samples/dd-calculate # Live data (25 free requests/month, no auth) curl -X POST https://shippingrates.org/api/dd/calculate \ -H "Content-Type: application/json" \ -d '{"line":"maersk","country":"IN","container_type":"40HC","days":14}'

Know Your Data Quality

Every response includes quality metadata. No black boxes — you always know the freshness, region coverage, and confidence level of the data you're getting.

25 Free Requests/Month

Real production data. No signup, no API key, no credit card. Start integrating immediately. Response headers track your usage:

X-Free-Tier-Used: 3
X-Free-Tier-Limit: 25
X-Free-Tier-Remaining: 22
X-Free-Tier-Resets-At: 2026-04-01T00:00:00Z

Quality Metadata

Every paid response includes _meta with transparent data quality signals:

data_freshness_utcMonth-precision freshness
coverage_regionGeographic data coverage
completeness_score0.0 – 1.0 data completeness
confidence_levelverified / high / medium / low

Sample Responses

Browse real response shapes before you write any code. Five popular endpoints with actual data structures, zero cost:

GET /api/samples
GET /api/samples/dd-calculate
GET /api/samples/dd-compare
GET /api/samples/transit
GET /api/samples/port

Wallet-Verified Access

API key and webhook management is secured by on-chain wallet verification. Only wallets with proven x402 payment history can manage credentials.

x402 payment proofWallet ownership via on-chain tx
rate limiting10 ops/hour per IP
HMAC signaturesSHA-256 webhook delivery
SSRF protectionPrivate network blocking

Built for machines, verified by humans.

Every data point from official carrier PDFs. Zero estimates, zero hallucinations.

Demurrage & Detention Comparator

Compare detention & demurrage across all 8 carriers side by side. See who gives more free days and who charges the least.

13,095+tariff records across 158 countries
CarrierFree Days15-Day Cost
COSCO14$50
ONE7$350
ZIM7$375
Maersk7$400
MSC7$480

x402 Native

Your agent pays with USDC, gets data instantly. No API keys, no rate limits, no subscription overhead.

HTTP 402 Pay 200 OK

MCP Server Ready

Add to Claude, Cursor, or any MCP client. 24 tools auto-discovered. Dual-chain: Base + Solana.

Claude Desktop Cursor Any MCP Client

Total Cost Estimator

Full landed cost by Incoterm — OHC + freight + DHC + D&D. Know exactly who pays what (FOB, CIF, DAP, DDP).

4Incoterms supported

Inlands India

Road & rail haulage rates from 20 ports to 80+ ICDs. Container freight station tariffs and depot directory with GPS.

6,558inland haulage rates

Port Intelligence

Live congestion levels, vessel wait times, and disruption news from 8 maritime trade press sources — updated every 4 hours.

ShanghaiLow
SingaporeMedium
RotterdamHigh
HamburgLow
MundraMedium
SavannahLow

Demurrage & Detention Rates — 8 Carriers Verified.

CMA CGM
France
9,940+ records verified
Hapag-Lloyd
Germany
7,800+ records verified
Maersk
Denmark
2,590+ records verified
ZIM
Israel
2,310+ records verified
MSC
Switzerland
1,810+ records verified
ONE
Japan
1,660+ records verified
COSCO
China
620+ records verified
Evergreen
Taiwan
450+ records verified

Connect in 30 seconds.

Add ShippingRates to your AI agent or call the API directly.

claude_desktop_config.json
// Add to Claude Desktop, Cursor, or any MCP client { "mcpServers": { "shippingrates": { "url": "https://mcp.shippingrates.org/mcp" } } } // That's it. 24 tools auto-discovered. // 4 free + 20 paid via x402.
direct-api-call.sh
# Free tier — 25 requests/month, no signup curl https://api.shippingrates.org/api/dd/calculate \ -X POST \ -H "Content-Type: application/json" \ -d '{"line":"maersk","country":"IN"}' # ↑ Returns real data + quality _meta # + X-Free-Tier-Remaining header # After 25 free — pay per query via x402 # (USDC micropayments, no API keys) curl https://api.shippingrates.org/api/stats

Built for humans.
Ready for machines.

Connect your AI agent via MCP or REST API. 24 tools, real-time data. Start with 25 free requests/month — then pay-per-query with USDC micropayments. Every response includes quality metadata.

View x402 Discovery Check MCP Server
api.shippingrates.org — bash

Stop guessing shipping costs.
Start verifying rates.

25 free requests/month. No signup, no credit card.

About ShippingRates

ShippingRates is a shipping intelligence API that provides verified demurrage, detention, and freight rate data from 8 major container shipping carriers — MSC, Maersk, COSCO, Hapag-Lloyd, ONE, Evergreen, CMA CGM, and ZIM — across 158 countries with over 13,095 verified D&D tariff records.

The API uses the x402 payment protocol, allowing AI agents and developers to pay per request with USDC stablecoin on Base or Solana networks. A free tier of 25 requests per month is available with no signup required.

AI agents can connect via the MCP server at mcp.shippingrates.org or use the REST API directly. Machine-readable documentation is available at /llms.txt, /openapi.json, and /.well-known/agents.json for automated discovery.

ShippingRates covers 27 API endpoints spanning demurrage and detention calculation, carrier rate comparison, landed cost estimation, port intelligence, congestion monitoring, vessel schedules, inland haulage rates, transit times, route risk scoring, and regulatory updates.