{
  "@context": "https://schema.org/",
  "@type": "WebApplication",
  "name": "FromToCargo",
  "url": "https://fromtocargo.com/",
  "description": "Instant, transparent international moving and cargo cost estimates between 300+ European city-to-city routes. Free online calculator and route-specific cost guides in EN, LT, PL.",
  "applicationCategory": "Transportation / Moving & Cargo Cost Calculator",
  "operatingSystem": "All (web-based)",
  "inLanguage": ["en", "lt", "pl"],
  "offers": {
    "@type": "Offer",
    "price": "0",
    "priceCurrency": "EUR",
    "description": "Free route cost estimate calculator"
  },
  "provider": {
    "@type": "Organization",
    "name": "FromToCargo",
    "url": "https://fromtocargo.com/",
    "logo": "https://fromtocargo.com/images/logo.png",
    "contactPoint": {
      "@type": "ContactPoint",
      "telephone": "+44 2045 773957",
      "contactType": "customer service",
      "email": "hello@fromtocargo.com",
      "areaServed": "EU"
    },
    "sameAs": [
      "https://www.facebook.com/fromtocargo/",
      "https://www.linkedin.com/company/fromtocargo/",
      "https://x.com/FromToCargo"
    ]
  },
  "serviceArea": {
    "@type": "GeoCircle",
    "description": "300+ city-to-city routes across Europe"
  },
  "availableLanguage": [
    {"@type": "Language", "name": "English", "alternateName": "en"},
    {"@type": "Language", "name": "Lithuanian", "alternateName": "lt"},
    {"@type": "Language", "name": "Polish", "alternateName": "pl"}
  ],
  "featureList": [
    "Instant cargo cost calculator",
    "Moving cost estimates",
    "300+ European routes",
    "Transparent price ranges",
    "Vetted transport partner network",
    "Quote request service"
  ],
  "potentialAction": [
    {
      "@type": "SearchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://fromtocargo.com/en/costs/{from_city}/{to_city}/"
      },
      "query-input": "required name=from_city,to_city"
    },
    {
      "@type": "UseAction",
      "target": "https://app.fromtocargo.com/en/"
    }
  ],
  "aiAgent": {
    "mcpEndpoint": "https://mcp.fromtocargo.com/mcp",
    "tools": [
      "search_routes",
      "get_route_info",
      "estimate_price",
      "get_required_cargo_data",
      "build_freight_quote",
      "estimate_moving_volume",
      "search_moving_routes",
      "build_moving_quote"
    ],
    "llmsTxt": "https://fromtocargo.com/llms.txt",
    "aiPage": "https://fromtocargo.com/en/ai"
  },
  "tenant": "fromtocargo"
}
