General Tools
fromtocargo.com
Provides moving route search, tariff, and price estimation for cargo logistics.
ENDPOINT 1
https://mcp.fromtocargo.com/mcp
MCP server metadata
- Name
- FromToCargo — international moving routes & prices
- Version
- 1.28.0
Known tools 19
search_routesSearch moving routes; args: query (aliases q|topic|route|text), limit 1-50, lang/language en|lt|pl|de.
Inferred read-onlyget_routeGet moving tariff route; args: origin/destination (aliases from_city|from_|source|pickup and to_city|to|target|delivery), lang/language en|lt|pl|de.
Inferred read-onlyestimate_priceEstimate moving price; args: origin/destination aliases, volume_m3 (aliases m3|cbm|volume), lang/language en|lt|pl|de.
Inferred read-onlyget_cargo_tariffGet live cargo tariff; args: origin/destination aliases, lang/language en|lt|pl|de.
Inferred read-onlyestimate_cargo_priceEstimate cargo price; args: origin/destination aliases; volume_m3/m3/cbm/volume, weight_kg/kg/weight, pallets/pll/epal/pallet_count, ldm/loading_meters/lademeter; lang/language en|lt|pl|de.
Inferred read-onlyget_company_infoGet FromToCargo company and operator information; args: lang/language en|lt|pl|de.
Inferred read-onlyget_servicesList cargo, moving and additional services; args: lang/language en|lt|pl|de.
Inferred read-onlyget_faqGet cargo or moving FAQs; args: mode cargo|moving, lang/language en|lt|pl|de.
Inferred read-onlyget_price_indexGet Road Freight Price Index overview or a corridor benchmark; origin/destination optional, lang/language en|lt|pl|de.
Inferred read-onlyget_glossaryGet freight glossary terms, formulas and examples; term optional, lang/language en|lt|pl|de.
Inferred read-onlyget_pricing_methodologyGet public pricing methodology; args: lang/language en|lt|pl|de.
Inferred read-onlyestimate_by_roomsEstimate moving volume from rooms; args: origin/destination aliases, rooms (aliases room|apartment|apartment_type), lang/language en|lt|pl|de.
Inferred read-onlyestimate_by_itemsEstimate moving volume from item text; args: origin/destination aliases, items (aliases item|item_list), lang/language en|lt|pl|de.
Inferred read-onlyget_route_contentGet citable cargo route facts; args: origin/destination aliases, lang/language en|lt|pl|de.
Inferred read-onlycreate_inquirySubmit quote inquiry; args: full_name, email, message, optional phone/route, test true prevents forwarding, lang/language en|lt|pl|de.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.fromtocargo-international-moving-routes-prices]
url = "https://mcp.fromtocargo.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"fromtocargo-international-moving-routes-prices": {
"type": "http",
"url": "https://mcp.fromtocargo.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: fromtocargo-international-moving-routes-prices
Remote MCP URL: https://mcp.fromtocargo.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"fromtocargo-international-moving-routes-prices": {
"url": "https://mcp.fromtocargo.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"fromtocargo-international-moving-routes-prices": {
"type": "http",
"url": "https://mcp.fromtocargo.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "fromtocargo-international-moving-routes-prices",
"transport": "streamable-http",
"url": "https://mcp.fromtocargo.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for fromtocargo.com was fetched 2026-08-24T06:19:31.060Z.
fromtocargo.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.