japan-tariff-mcp
An MCP server for searching Japanese tariff data by keywords, HS codes, and more, enabling AI agents to access tariff information.
README
Japan Tariff MCP
日本の関税率をキーワードから検索できるMCP (Model Context Protocol) サーバーです。
概要
このプロジェクトは、日本の関税データを検索する機能を提供するCloudflare Workersアプリケーションです。MCPプロトコルを使用して、AI エージェントが関税情報にアクセスできるようになります。
関税タリフとは?
関税タリフ(Tariff)は、各国が輸入品に課税する際の税率表です。日本の関税タリフには以下の特徴があります:
主要な構成要素
- HSコード(Harmonized System Code): 世界共通の商品分類コード(6桁)
- 統計品目コード: 日本独自の詳細分類(9桁)
- 基本税率: WTO協定税率とも呼ばれる標準税率
- 暫定税率: 期間限定で適用される優遇税率
- EPA税率: 経済連携協定による優遇税率
税率の種類
-
基本税率・暫定税率
- 最恵国待遇の原則に基づく標準的な税率
- 暫定税率が設定されている場合は、より低い税率が適用
-
EPA税率
- CPTPP(環太平洋パートナーシップ協定)
- RCEP(地域的な包括的経済連携)
- 二国間EPA(欧州連合、英国、韓国など)
-
特恵税率
- 発展途上国向けの一般特恵関税制度(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ライセンスの下で公開されています。
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.