Content
# National Land Transportation Data Platform MCP Server
This is an MCP (Model Context Protocol) server that allows you to search for national land transportation data using the Ministry of Land, Infrastructure, Transport and Tourism's National Land Transportation Data Platform API.
## Features
- Search and retrieve data based on specified conditions
- Retrieve data based on Data ID
- Obtain data catalog and dataset information
- Retrieve a list of prefecture names corresponding to prefecture codes
- Retrieve a list of municipality names corresponding to municipality codes
## Available Tools
#### 1. search
Search and retrieve data by specifying keywords.
#### 2. search_by_location_rectangle
Search and retrieve data by specifying keywords and a range using latitude and longitude.
#### 3. search_by_attribute
Search and retrieve data by specifying keywords and attribute information.
#### 4. get_data
Retrieve the content of data by specifying the Data ID.
#### 5. get_data_catalog
Obtain data catalog and dataset information.
#### 6. get_prefecture_data
Retrieve a list of prefecture names corresponding to prefecture codes used in the National Land Transportation DPF.
#### 7. get_municipality_data
Retrieve a list of municipality names corresponding to municipality codes used in the National Land Transportation DPF.
## Usage in Claude Desktop
You can add and use the MCP server in Claude Desktop.
1. Open the settings screen in Claude Desktop.
2. Add this MCP server:
```json
{
"mcpServers": {
"MLIT-DATA-PLATFORM-mcp": {
"command": "/Users/***/.local/bin/uv",
"args": [
"--directory",
"<Specify the absolute path of the directory where mlit-data-platform-mcp.py exists>",
"run",
"mlit-data-platform-mcp.py"
]
}
}
}
```
3. Enter the MCP server URL as http://localhost:3000.
4. Save the settings.
5. Connect.
## License
MIT
## Acknowledgments
This project utilizes the National Land Transportation Data Platform API provided by the Ministry of Land, Infrastructure, Transport and Tourism. We appreciate the provision of the API.
You Might Also Like
MarkItDown MCP
markitdown-mcp is a lightweight MCP server for converting various URIs to Markdown.
Github
GitHub MCP Server connects AI tools to GitHub for code management and automation.

apisix
Apache APISIX is an API Gateway for managing APIs and microservices.
opik
Opik is a powerful tool for managing and optimizing machine learning experiments.

MCP Toolbox for Databases
MCP Toolbox for Databases is an open-source server simplifying database tool...

sqlglot
SQLGlot is a no-dependency SQL parser and transpiler supporting 30 dialects.