# The Company Atlas

**Category:** ⚖️ Legal  
**Repository:** https://github.com/IndoTender/thecompanyatlas-mcp  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/the-company-atlas

## Description
Global customs trade data and company registry. Search shipments, and look up legal entities.

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "the-company-atlas": {
    "command": "npx",
    "args": ["-y","the-company-atlas"]
  }
}
```

## Documentation & README

# The Company Atlas MCP

Connect your AI assistant to [The Company Atlas](https://thecompanyatlas.com) — global customs trade data and company registry intelligence via the Model Context Protocol.

Query import and export shipment records across **22 trade markets** (2012–2025), analyze trade flows by HS code, partner country, and counterparty company, and look up legal entities in our global company registry — all from your AI chat. An AI-native alternative to digging through **Panjiva**, **ImportGenius**, **Volza**, **ImportYeti**, **Zauba**, **Descartes Datamyne**, **Trademo**, **ExportGenius**, **TradeMap**, and **Kompass** — with company profiles alongside shipment data, similar to combining trade intelligence with **OpenCorporates**, **Orbis**, or **Dun & Bradstreet** verification in one conversation.

## Connect

```
https://thecompanyatlas.com/mcp
```

Add this URL as a custom MCP connector in Claude, Cursor, or any MCP-compatible client. Sign in with Google when prompted.

- Transport: Streamable HTTP
- Auth: Google OAuth (sign in once, stays authorized)
- Docs: [thecompanyatlas.com/mcp/connect](https://thecompanyatlas.com/mcp/connect)

## Data coverage

**Trade data** — customs declarations from 22 markets:

| Country | Years |
|---------|-------|
| Indonesia | 2018–2025 |
| India | 2012–2025 |
| Vietnam | 2019–2025 |
| Malaysia | 2019–2025 |
| United States | 2018–2025 |
| Russia | 2013–2025 |
| Philippines | 2019–2025 |
| Pakistan | 2019–2025 |
| Mexico | 2018–2025 |
| Nigeria | 2019–2025 |
| Maldives | 2019–2025 |
| Bangladesh | 2019–2025 |
| Turkey | 2019–2024 |
| Peru | 2019–2025 |
| Argentina | 2019–2025 |
| Uganda | 2019–2025 |
| Chile | 2019–2025 |
| China | 2018–2025 |
| Ukraine | 2020–2025 |
| Singapore | 2020 |
| Thailand | 2022–2023 |

**Company registry** — legal entity profiles across 35+ countries, linked to matched trade parties.

Free accounts get 50 credits per calendar month with full access to all trade data and tools.

## Tools

### Trade search

| Tool | Description |
|---|---|
| `Trade_search_trades` | Paginated customs shipment search — filter by HS code, buyer, seller, ports, value, date range, and country |
| `Trade_company_trade_volume_by_year` | Rank companies by declared trade value and line counts per calendar year, with optional HS and country filters |

### Trade analytics

| Tool | Description |
|---|---|
| `Trade_hs_code_breakdown` | For one company, aggregate import and export value by HS code prefix (chapter, heading, or subheading) |
| `Trade_year_country_breakdown` | For one company, aggregate trade value by year and counterparty country |
| `Trade_partner_breakdown` | For one company, aggregate trade value by year and matched counterparty company |

### Company registry

| Tool | Description |
|---|---|
| `Company_search` | Search the global company registry by name or id, with optional country filter |
| `Company_extended_search` | Advanced search with filters on industry, capital, incorporation date, address, and more |
| `Company_get_by_id` | Full company profile by primary key id |

## Example prompts

### Top importers & exporters

- *"Who are the top 10 importers of soybeans into Indonesia in 2024?"*
- *"Which Indian companies exported the most pharmaceuticals in 2023?"*
- *"Rank the biggest palm oil exporters from Indonesia to India last year"*
- *"Who imports the most laptops (HS 8471) into Vietnam?"*
- *"Show me the largest US importers of auto parts from Mexico in 2024"*

### Shipment search

- *"Show me Indonesian trade shipments for HS code 8471 in 2023"*
- *"Find all shipments where Samsung is listed as the buyer in 2024"*
- *"What did Unilever import into Indonesia last year?"*
- *"List exports from PT Indofood to Malaysia between 2022 and 2024"*
- *"Search shipments of crude palm oil from Indonesia to China"*

### Company trade profile

- *"What does PT Astra International import and export?"*
- *"What HS codes does Toyota's India subsidiary trade the most?"*
- *"Which countries does Nestlé Indonesia buy from?"*
- *"Who are PT Unilever Indonesia's main suppliers?"*
- *"Show me Wipro's import breakdown by product category"*

### Supplier due diligence & KYC

- *"Is PT Sumber Makmur a real importer — what do they trade?"*
- *"Find the company profile for Grab in Singapore"*
- *"Search for active manufacturing companies in Mumbai incorporated after 2015"*
- *"Which companies in Indonesia trade both chemicals and food products?"*
- *"Verify whether this supplier name appears in Indonesian customs data"*

### Market research

- *"Which Malaysian companies export rubber products to China?"*
- *"What are the top imported product categories into the Philippines in 2024?"*
- *"Compare palm oil export flows from Indonesia vs Malaysia to India"*
- *"Who are the main competitors importing the same HS codes as Indofood?"*

## Setup — Claude

1. Go to [claude.ai/customize/connectors](https://claude.ai/customize/connectors)
2. Click **Add custom connector**
3. Name it **The Company Atlas** and paste `https://thecompanyatlas.com/mcp`
4. Save and sign in with Google when prompted

## Setup — Cursor / other MCP clients

Add to your MCP config:

```json
{
  "mcpServers": {
    "thecompanyatlas": {
      "url": "https://thecompanyatlas.com/mcp"
    }
  }
}
```

