Nuvocargo Headquarters & Office Locations

Date August 9, 2026
N

Nuvocargo

LOCATION

154 Grand Street, Level 5, New York, New York, United States

What is Exa?

This page is built with Exa, a web search API for AI agents. It is updated every 24 hours.

Nuvocargo Inc. Headquarters and Office Locations

Nuvocargo Inc. is a logistics technology company founded in 2018 by Deepak Chhugani. Operating within the transportation, trucking, and railroad sector, Nuvocargo Inc. serves as a digital cross-border logistics platform, leveraging AI to streamline and optimize freight forwarding, customs brokerage, cargo insurance, and managed transportation for trade between the US and Mexico. With a team of around 89–112 employees, Nuvocargo Inc. is headquartered in New York, NY, and is dedicated to increasing efficiency and profitability throughout North American supply chains.

Nuvocargo Inc. has established a robust office footprint with its corporate headquarters located in New York City, which anchors its core business functions, research and development, and executive leadership. The company’s expansion strategy focuses on maintaining regional presences in strategic areas relevant to US–Mexico cross-border trade, notably Mexico City and Laredo, Texas. These additional offices reinforce Nuvocargo Inc.’s operational strength by providing proximity to regional markets and border operations, supporting rapid market growth and customer needs.

Office Locations

Headquarters

Nuvocargo Inc. corporate office and headquarters are situated at 154 Grand Street, Level 5, New York, NY 10013, United States. This location serves as the nucleus for executive leadership, research and development, and the company’s key strategic initiatives. Located in the heart of New York City, Nuvocargo Inc. headquarters enable strong access to North American business networks and talent, reinforcing its commitment to innovation and growth.

Mexico City, Mexico

The Nuvocargo Inc. office in Mexico City functions as the company’s regional hub for Mexican market operations. This office focuses on sales and customs brokerage, coordinating logistics activities essential for cross-border trade. Mexico City, as a major commercial center, provides Nuvocargo Inc. with direct connectivity to clients and partners within Mexico and supports the company’s dynamic growth in the region.

Laredo, Texas, United States

The Laredo office is a critical operations center for Nuvocargo Inc., strategically positioned to handle cross-border freight logistics and customs clearance between the United States and Mexico. By placing resources in Laredo—a central border gateway—the company ensures efficient and timely services for customers involved in international shipments, enhancing its managed transportation offerings and operational reliability.

Find office and headquarters data on any company with Websets!

Websets is a powerful natural language search and data enrichment tool that helps you discover comprehensive office and headquarters information for any company. Whether you're researching Nuvocargo Inc.'s global footprint or exploring office locations for other organizations, Websets provides detailed insights into headquarters addresses, office types, and geographic presence.

With Websets, you can access detailed office profiles, headquarters data, and location insights through intuitive natural language queries. Sign up now to enhance your office and headquarters research capabilities.

What is Exa?

This page is built with Exa, a web search API for AI agents. It is updated every 24 hours.

Exa searches the web, extracts relevant source content, and returns structured outputs with citations.

How it works

API request

Preview
TypeScript
const run = await exa.agent.runs.create({
  query: "Research Nuvocargo's headquarters and office locations. Return the company's headquarters and known office locations as structured JSON with field-level citations.",
  effort: "low",
  outputSchema: {
    // company, headquarters, locations
    /* ... */
  }
});

const result = await exa.agent.runs.pollUntilFinished(run.id);
Copy request preview

API output

Preview
JSON
{
  "status": "completed",
  "output": {
    "structured": {
      "company": "Nuvocargo",
      "headquarters": {
        "address": "154 Grand Street, Level 5",
        "city": "New York"
      },
      "locations": [
        "..."
      ]
    },
    "grounding": [
      {
        "field": "headquarters.address",
        "citations": [
          {
            "url": "..."
          }
        ]
      }
    ]
  }
}
Copy output preview