- Explore MCP Servers
- JARTIC-open-traffic-mcp
Jartic Open Traffic Mcp
What is Jartic Open Traffic Mcp
JARTIC-open-traffic-mcp is an MCP server that utilizes the traffic volume data API provided by the Ministry of Land, Infrastructure, Transport and Tourism of Japan, allowing users to search for traffic volume data.
Use cases
Use cases include analyzing traffic patterns, optimizing traffic flow, and supporting infrastructure development projects.
How to use
To use JARTIC-open-traffic-mcp, clone the repository from GitHub, set up a Python virtual environment, and install the required packages. You can also add the MCP server to Claude Desktop for easier access.
Key features
Key features include the ability to search and retrieve traffic volume data based on specified conditions using the ‘get_traffic_flow’ tool.
Where to use
JARTIC-open-traffic-mcp can be used in fields such as traffic management, urban planning, and transportation research, where traffic data analysis is essential.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Jartic Open Traffic Mcp
JARTIC-open-traffic-mcp is an MCP server that utilizes the traffic volume data API provided by the Ministry of Land, Infrastructure, Transport and Tourism of Japan, allowing users to search for traffic volume data.
Use cases
Use cases include analyzing traffic patterns, optimizing traffic flow, and supporting infrastructure development projects.
How to use
To use JARTIC-open-traffic-mcp, clone the repository from GitHub, set up a Python virtual environment, and install the required packages. You can also add the MCP server to Claude Desktop for easier access.
Key features
Key features include the ability to search and retrieve traffic volume data based on specified conditions using the ‘get_traffic_flow’ tool.
Where to use
JARTIC-open-traffic-mcp can be used in fields such as traffic management, urban planning, and transportation research, where traffic data analysis is essential.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
国土交通省交通量データMCPサーバー
国土交通省の交通量データAPI(日本道路交通情報センター提供)を利用して、交通量データを検索できるMCP(Model Context Protocol)サーバーです。
機能
- 条件を設定したデータの検索、取得
利用可能なツール
1. get_traffic_flow
条件を指定して交通量データを検索、取得する
依存関係
pip install aiohttp mcp
使い方(自分の環境で動作した手順)
ローカルにクローンして使用する場合:
# リポジトリをクローン
git clone https://github.com/hrko9gis/JARTIC-open-traffic-mcp.git
cd JARTIC-open-traffic-mcp
# Python仮想環境を使用
uv venv
.venv\Scripts\activate
pip install aiohttp mcp
Claude Desktop での使用
Claude Desktop でMCPサーバーを追加して利用することができます。
-
Claude Desktop で設定画面を開きます
-
このMCPサーバーを追加します
-
保存します
-
接続します
Claude Desktop での使用(自分の環境で動作した設定)
Claude Desktop でMCPサーバーを追加して利用することができます。
-
Claude Desktop で設定画面を開きます
-
このMCPサーバーを追加します
{
"mcpServers": {
"JARTIC-open-traffic-mcp": {
"command": "<JARTIC-open-traffic-mcpのディレクトリを絶対パスで指定>\\venv\\Scripts\\python.exe",
"args": [
"<JARTIC-open-traffic-mcpのディレクトリを絶対パスで指定>\\JARTIC-open-traffic-mcp.py"
]
}
}
}
-
保存します
-
接続します
出典の記載
このサービスは、交通量 API 機能を使用していますが、サービスの内容は国土交通省によって保証されたものではありません。
利用者は、本機能により取得した情報を用いたウェブサイトや資料等を公表する場合、交通量API利用規約の内容に従って出典等を記載してください。
交通量API利用規約を参照
ライセンス
MIT
謝辞
このプロジェクトは、国土交通省の交通量データAPI(日本道路交通情報センター提供)を利用しています。APIの提供に感謝いたします。
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










