← fromtocargo.com

INDIVIDUAL MCP TOOL

get_glossary

Get freight glossary terms, formulas and examples; term optional, lang/language en|lt|pl|de.

fromtocargo.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.fromtocargo.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_glossary and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

fromtocargo.com

CONNECT 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.

Related tools

  • search_routes — Search moving routes; args: query (aliases q|topic|route|text), limit 1-50, lang/language en|lt|pl|de.
  • get_route — Get moving tariff route; args: origin/destination (aliases from_city|from_|source|pickup and to_city|to|target|delivery), lang/language en|lt|pl|de.
  • estimate_price — Estimate moving price; args: origin/destination aliases, volume_m3 (aliases m3|cbm|volume), lang/language en|lt|pl|de.
  • list_countries — List covered route countries; args: lang/language en|lt|pl|de.
  • get_cargo_tariff — Get live cargo tariff; args: origin/destination aliases, lang/language en|lt|pl|de.
  • estimate_cargo_price — Estimate 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.
  • get_pricing_rules — Return price safeguards; args: lang/language en|lt|pl|de.
  • get_terms — Get service terms; args: mode cargo|moving, lang/language en|lt|pl|de.