npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

bankr-customs-mcp

v1.0.1

Published

MCP server for international trade: customs duties calculation (Kazakhstan/EAEU), HS code classification, Incoterms 2020, shipping cost estimation (China→Central Asia), currency conversion. For AI agents doing import/export, procurement, logistics.

Downloads

273

Readme

Bankr Industrial Customs MCP

MCP server for international trade operations. 5 tools for AI agents working with imports, exports, customs, and logistics.

What It Does

Calculates landed costs, classifies goods, explains trade terms, estimates shipping, converts currencies — all for Kazakhstan/EAEU/Central Asia trade routes.

Tools

| Tool | What It Does | Use When | |------|--------------|----------| | customs_calculate | Full import cost breakdown (duty, VAT 16%, recycling fee, registration) | Agent needs total landed cost | | hs_classify | Maps product descriptions to HS/TN VED codes with duty rates | Agent needs to classify goods | | incoterms_check | Explains Incoterms 2020 with China-Kazakhstan recommendations | Agent needs trade term guidance | | logistics_estimate | Shipping cost and time China → Kazakhstan (auto/rail/sea) | Agent needs freight quotes | | currency_rate | Live KZT/USD/CNY exchange rates | Agent needs currency conversion |

Install

# Claude Desktop - add to claude_desktop_config.json
npx -y bankr-customs-mcp

# Claude Code
claude mcp add bankr-customs -- npx -y bankr-customs-mcp

# Cursor - add to .cursor/mcp.json
npx -y bankr-customs-mcp

Example

Agent: "What's the total cost to import a $50,000 excavator from Guangzhou to Almaty?"

This server answers:

  • Customs duty: $2,500 (5%)
  • VAT: $4,400 (16%)
  • Registration: $350
  • Shipping: $3,000
  • Total landed cost: $60,250

Who Uses This

  • Import agents calculating landed costs
  • Trade agents classifying goods for customs
  • Logistics agents optimizing shipping routes
  • Procurement agents estimating total cost of ownership
  • Finance agents converting currencies

Coverage

  • Countries: Kazakhstan, Russia, Belarus, Kyrgyzstan, Armenia (EAEU)
  • Trade routes: China → Kazakhstan, China → Central Asia
  • Transport: Auto, rail, sea, multimodal
  • Currencies: KZT, USD, CNY, RUB

License

MIT