Customs MCP gives AI agents programmatic access to trade tariff data for GB and US imports. Two tools: hs_lookup converts product descriptions into HS commodity codes, duty_rates returns applicable import duties, preferential rates, and VAT. Freemium — 20 free queries per key, then $0.02/query.
Server Config
{
"mcpServers": {
"customs-mcp": {
"type": "http",
"url": "https://customs-mcp-production.up.railway.app/mcp"
}
}
}