Total landed cost API for cross-border commerce. 240 countries, 113M+ tariff records.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y potal-mcp-server
MCP client config
{
"mcpServers": {
"potal": {
"command": "npx",
"args": [
"-y",
"potal-mcp-server"
]
}
}
}