# asean-trade-rules-mcp

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add vdineshk/asean-trade-rules-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list vdineshk/asean-trade-rules-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get vdineshk/asean-trade-rules-mcp check_fta_eligibility

# Call a tool
npx -y @smithery/cli@latest tool call vdineshk/asean-trade-rules-mcp check_fta_eligibility '{}'
```

## Direct MCP Connection

Endpoint: `https://asean-trade-rules-mcp--vdineshk.run.tools`

## Tools (4)

- `check_fta_eligibility` — Given HS code + origin + destination, return applicable FTAs with tariff rates. Use this tool when you need to determin…
- `get_rules_of_origin` — Product-specific rules for qualifying under each FTA. Use this tool when you need to verify whether a product meets ori…
- `calculate_tariff_savings` — Compare MFN rate vs preferential rate for a product-route. Use this tool when you need to quantify the financial benefi…
- `get_documentation_requirements` — Required certificates and forms for each FTA. Use this tool when you need to know what paperwork is required to claim p…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get vdineshk/asean-trade-rules-mcp <tool-name>
```
