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

@iflow-mcp/qlitre-japan-tariff-mcp

v0.0.1

Published

日本の関税率をキーワードから検索できるMCP (Model Context Protocol) サーバーです。

Downloads

12

Readme

Japan Tariff MCP

日本の関税率をキーワードから検索できるMCP (Model Context Protocol) サーバーです。

概要

このプロジェクトは、日本の関税データを検索する機能を提供するCloudflare Workersアプリケーションです。MCPプロトコルを使用して、AI エージェントが関税情報にアクセスできるようになります。

関税タリフとは?

関税タリフ(Tariff)は、各国が輸入品に課税する際の税率表です。日本の関税タリフには以下の特徴があります:

主要な構成要素

  • HSコード(Harmonized System Code): 世界共通の商品分類コード(6桁)
  • 統計品目コード: 日本独自の詳細分類(9桁)
  • 基本税率: WTO協定税率とも呼ばれる標準税率
  • 暫定税率: 期間限定で適用される優遇税率
  • EPA税率: 経済連携協定による優遇税率

税率の種類

  1. 基本税率・暫定税率

    • 最恵国待遇の原則に基づく標準的な税率
    • 暫定税率が設定されている場合は、より低い税率が適用
  2. EPA税率

    • CPTPP(環太平洋パートナーシップ協定)
    • RCEP(地域的な包括的経済連携)
    • 二国間EPA(欧州連合、英国、韓国など)
  3. 特恵税率

    • 発展途上国向けの一般特恵関税制度(GSP)
    • 後発開発途上国向けの特別特恵関税制度

章構成

関税タリフは96章で構成され、商品の性質や用途により分類されています:

  • 第01-05章: 動物・動物性生産品
  • 第06-14章: 植物性生産品
  • 第15章: 動植物性油脂
  • 第16-24章: 食料品・飲料・タバコ
  • 第25-27章: 鉱物性生産品
  • 第28-38章: 化学工業生産品
  • 第39-40章: プラスチック・ゴム
  • 第41-43章: 革・毛皮
  • 第44-49章: 木材・紙製品
  • 第50-63章: 繊維製品
  • 第64-67章: 履物・帽子
  • 第68-71章: 石・貴金属
  • 第72-83章: 金属
  • 第84-85章: 機械・電子機器
  • 第86-89章: 輸送機器
  • 第90-97章: 精密機器・美術品等

機能

  • 関税データ検索: キーワードで関税データを検索
  • 部注・章注検索: 部注・章注をキーワードで検索
  • HSコード検索: HSコードから関税データを検索
  • 法令詳細取得: 法令コードから他法令の詳細情報を取得

データ構造

関税データは96章、15,450件以上のアイテムで構成されています:

  • 章のメタデータとタイトル
  • HSコードを含むカテゴリ情報
  • アイテム数と説明
  • 各種協定税率(EPA、RCEP、WTO等)

設定ファイル

wrangler.jsonc

プロジェクトには wrangler.jsonc.template が含まれています。初回セットアップ時に:

cp wrangler.jsonc.template wrangler.jsonc

を実行してテンプレートから設定ファイルを作成してください。必要に応じて以下の項目を編集:

  • name: アプリケーション名(Claude Desktop設定で使用するURL)
  • アカウント関連の設定
  • その他のCloudflare Workers固有の設定

ライセンス

このプロジェクトはMITライセンスの下で公開されています。