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.
Overview
Customs MCP gives AI agents and developers programmatic access to trade tariff data for GB and US imports. No setup, no dashboard required.
Two tools:
hs_lookup — Convert a free-text product description into ranked HS commodity code matches with confidence scores. Supports GB and US schedules.
duty_rates — Pass an HS code and country of origin, get back applicable import duties, preferential rates, MFN rates, and VAT.
Pricing: 20 free queries per key. Keys are auto-minted on first call, no signup required. After the free tier: $0.02 per query, $10 minimum top-up (500 queries).
MCP URL: https://customs-mcp-production.up.railway.app/mcp Transport: Streamable HTTP
Server Config
{
"mcpServers": {
"customs-mcp": {
"type": "http",
"url": "https://customs-mcp-production.up.railway.app/mcp"
}
}
}