ShippingRates MCP Server
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., "@ShippingRates MCP Servercalculate demurrage and detention for a Maersk 40HC container in India for 14 days"
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.
⚓ ShippingRates MCP Server
Container shipping intelligence for AI agents — demurrage & detention, local charges, inland haulage, CFS tariffs. Pay-per-request with USDC via x402.
Quick Start
Add ShippingRates to Claude Desktop, Cursor, or any MCP-compatible client:
{
"mcpServers": {
"shippingrates": {
"url": "https://mcp.shippingrates.org/mcp"
}
}
}That's it. 9 tools auto-discovered. 3 free + 6 paid via x402.
Related MCP server: dyoe-agent-tools-mcp
What's New in v2.1.0
Dual-chain payments — Base Mainnet (EVM) + Solana Mainnet
Tiered pricing — $0.03 to $0.25 per call based on data complexity
PayAI facilitator — Free, no API key required for payment processing
23/23 endpoints verified — Full production health check passed
2,547+ records across 14 database tables
Server card at
/.well-known/mcp/server-card.jsonfor auto-discoveryLive analytics dashboard with real-time payment tracking
Listed on Official MCP Registry, Smithery, Glama, mcp.so, x402scan
Tools
Paid (USDC via x402)
Tool | Price | Description |
| $0.10 | Calculate demurrage & detention costs — free days, per-diem rates, slab breakdown, total cost |
| $0.25 | Compare D&D costs across all 6 shipping lines in one call. No competitor offers this. |
| $0.05 | Port local charges — THC, documentation fees, BL fees, seal fees |
| $0.03 | Search inland transport routes by origin/destination |
| $0.05 | Container Freight Station handling tariffs by cargo type |
| $0.05 | Inland haulage rates — trucking/rail from port to destination |
Free
Tool | Description |
| List all 6 shipping lines with per-country record counts |
| Database statistics — records, coverage, pricing, last update |
| Server status, version, network configuration |
Payment
ShippingRates uses the x402 protocol — the internet's native payment standard for AI agents.
Currency: USDC (stablecoin, always $1.00)
Networks: Base Mainnet (EVM) + Solana Mainnet
Facilitator: PayAI — free, no API key needed
Settlement: Instant (~200ms)
No API keys, no accounts, no subscriptions
Your agent sends a request → gets HTTP 402 with payment terms → signs USDC payment → retries with proof → gets data. All handled automatically by x402 client libraries.
Supported x402 Client Libraries
TypeScript:
@x402/fetchor@x402/axiosPython:
x402package (httpx / requests)Go:
x402Go module
Payment Wallets
Network | Address |
Base (EVM) |
|
Solana |
|
Data Coverage
Metric | Value |
Shipping Lines | 6 — Maersk, MSC, CMA-CGM, Hapag-Lloyd, ONE, COSCO |
Records | 2,547+ verified tariff entries across 14 tables |
Countries | 9 — IN, AE, SG, CN, MY, LK, PK, BD, TH |
Container Types | 20DV, 40DV, 40HC, 20RF, 40RF, 20OT, 40OT, 20FR, 40FR |
Data Quality | 100% manually verified from official carrier PDFs |
Data Tables | dd_tariffs, local_charges, inland_haulage, cfs_tariffs, ports, and more |
API Access
For direct API integration (without MCP):
Resource | URL |
API Base |
|
Full Docs |
|
LLMs.txt |
|
x402 Discovery |
|
MCP Server |
|
MCP Server Card |
|
Health Check |
|
Example: D&D Calculate
# Free endpoint — no payment needed
curl https://api.shippingrates.org/api/stats
# Paid endpoint — returns HTTP 402 with payment instructions
curl -X POST https://api.shippingrates.org/api/dd/calculate \
-H "Content-Type: application/json" \
-d '{"line": "maersk", "country": "IN", "container_type": "40HC", "days": 14}'Example Response (D&D Calculate)
{
"line": "maersk",
"country": "IN",
"container_type": "40HC",
"days": 14,
"free_days": 4,
"currency": "USD",
"slabs": [
{ "from": 5, "to": 7, "rate_per_day": 7.5, "days": 3, "cost": 22.5 },
{ "from": 8, "to": 14, "rate_per_day": 15, "days": 7, "cost": 105 }
],
"total_cost": 127.5
}Example Response (D&D Compare)
{
"country": "IN",
"container_type": "40HC",
"days": 14,
"comparisons": [
{ "line": "maersk", "total_cost": 127.5, "free_days": 4, "currency": "USD" },
{ "line": "msc", "total_cost": 150.0, "free_days": 3, "currency": "USD" },
{ "line": "cosco", "total_cost": 95.0, "free_days": 7, "currency": "USD" }
],
"cheapest": "cosco",
"savings_vs_most_expensive": 55.0
}Architecture
┌─────────────────────────────────────────────────────┐
│ AI Agent / Client │
│ (Claude, Cursor, ChatGPT, etc.) │
└──────────────┬──────────────────────┬───────────────┘
│ MCP │ HTTP + x402
▼ ▼
┌──────────────────────┐ ┌──────────────────────────┐
│ MCP Server v1.1.0 │ │ API Server v2.1.0 │
│ mcp.shippingrates │──│ api.shippingrates.org │
│ .org:3480 │ │ :3402 │
└──────────────────────┘ └────────────┬─────────────┘
│
┌────────────▼─────────────┐
│ Shipping Intelligence DB │
│ SQLite — 14 tables │
│ 2,547+ verified records │
└──────────────────────────┘MCP Server — TypeScript,
@modelcontextprotocol/sdk, Streamable HTTP transportAPI Server — TypeScript, Express.js, x402 v2 SDK with PayAI facilitator
Database — SQLite with data from official carrier tariff PDFs
Infrastructure — PM2 process manager, Cloudflare Tunnel, reboot-proof
Use Cases
Freight forwarders estimating penalty costs before booking
AI agents optimizing container pickup schedules to minimize D&D charges
Logistics companies comparing carriers to find the cheapest option
Trade finance assessing cost risk on import operations
Supply chain platforms integrating real-time D&D data
Discovery & Directories
ShippingRates is listed on:
Directory | Status |
✅ Live — | |
✅ Submitted | |
✅ Submitted | |
✅ Submitted | |
✅ Indexed — 6 resources auto-discovered |
About
Built by SmartBiz AI — AI solutions for commercial shipping, based in Mumbai, India.
ShippingRates is the world's first x402-native shipping data API, purpose-built for AI agents and autonomous commerce.
Links
License
This repository contains documentation and connection configuration only. The ShippingRates API and MCP server are commercial services operated by SmartBiz AI.
Usage of the API is governed by pay-per-request pricing via the x402 protocol.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseAqualityBmaintenancePre-trade DeFi intelligence for AI agents. 20 paid x402 endpoints, USDC on Base.23561MIT- FlicenseAqualityCmaintenancePay-per-call tools for AI agents including trust checks, due diligence, market data, and human-verified approvals, settled in USDC on Base via the x402 protocol.16
- AlicenseAqualityCmaintenanceEnables AI agents to access crypto/web3 data across 5 chains with pay-per-call billing in USDC via x402, no API key required, and built-in spend caps.3636MIT

@hpp-io/x402-mcp-bridgeofficial
Alicense-qualityBmaintenanceEnables AI agents to autonomously pay for and discover services using HPP USDC.e over the x402 protocol, without API keys or manual signing.167Apache 2.0
Related MCP Connectors
Pay-per-use weather, environment, finance, and on-chain intelligence tools for AI agents via x402.
30 pay-per-call APIs for AI agents: compliance, trade, safety, web, data. USDC on Base via x402.
Token swaps and honeypot/rug checks for AI agents on 8 chains, paid per-call in USDC via x402.
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/vinaybhosle/shippingrates-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server