
MLIT DPF MCP
Official MCP server (α version) from Japan's Ministry of Land, Infrastructure, Transport and Tourism (MLIT) that connects AI models like Claude to the MLIT Data Platform via natural language queries for intuitive data search, retrieval, and download.
Overview
MLIT DPF MCP is the official Model Context Protocol (MCP) server (α version) developed by the MLIT DATA PLATFORM team under Japan's Ministry of Land, Infrastructure, Transport and Tourism (国土交通省). It wraps the public APIs of the 国土交通データプラットフォーム — a centralized hub that aggregates MLIT-held data with private-sector datasets for unified search, visualization, and download.
By running this MCP server, large language models (such as those in Claude Desktop) can interact directly with the platform in conversational Japanese or English. Users can issue vague or complex natural-language instructions (e.g., "Find recent land price data near Tokyo stations" or "Retrieve disaster prevention datasets for coastal areas") and receive structured results, metadata, and download links — all without needing deep API knowledge.
Key Features
- Natural Language Data Access: Translate ambiguous user queries into precise API calls against the MLIT Data Platform.
- Tool Exposure: Provides multiple MCP tools for dataset discovery, filtering, metadata retrieval, and content download.
- Seamless MCP Integration: Works with any MCP-compatible host/client (Claude Desktop and similar).
- Python-based Server: Easy local deployment with Python 3.10+.
- Government Data Focus: Covers infrastructure, geospatial (PLATEAU-compatible), land use, transportation, disaster prevention, real estate, and more.
- Secure & Official: Backed by MLIT; requires a free MLIT Data Platform API key for authenticated access.
Requirements
- OS: Windows 10/11 or macOS 13+
- Python 3.10+
- MCP Host: Claude Desktop or other compatible clients
- Recommended: 8GB+ RAM
- MLIT API Key (obtained via free account on data-platform.mlit.go.jp)
Installation & Setup
- Clone the repository:
git clone https://github.com/MLIT-DATA-PLATFORM/mlit-dpf-mcp.git cd mlit-dpf-mcp - Create and activate virtual environment.
- Install dependencies.
- Configure your
MLIT_API_KEYand optionallyMLIT_BASE_URL. - Add the server configuration to your MCP host (e.g., Claude Desktop's
mcpServerssection pointing tosrc/server.py).
Detailed Japanese/English instructions and configuration examples are available in the repository README.
Use Cases
- Urban Planning & Research: Quickly gather land price, building, or transportation data for analysis.
- Disaster Preparedness: Retrieve hazard maps and prevention datasets via simple prompts.
- Real Estate Insights: Query geospatial and property-related information conversationally.
- Government Data Exploration: Enable non-technical users and AI agents to explore Japan's public infrastructure datasets.
- Multi-Agent Workflows: Combine with other MCP servers (e.g., PLATEAU data) for richer geospatial AI applications.
Technical Details
- Protocol: Model Context Protocol (MCP) — standardized tool, resource, and prompt exposure.
- Language: Python.
- License: MIT (as per PyPI/package metadata).
- Status: Alpha version; actively maintained by the official MLIT team.
This MCP server exemplifies how government open data initiatives can leverage emerging AI protocols to democratize access to complex datasets.
For the latest setup guide, examples, and updates, visit the GitHub repository.
Tags
Related Entries
Keep exploring similar tools and resources in this category.

Agent Reach
MCP ServersAgent Reach is an open-source CLI and Agent Skill that installs, routes, and health-checks upstream tools for web, social, GitHub, video transcript, RSS, and search access. It is not documented as a standalone MCP server; some channels use MCP-backed upstream tools such as mcporter/Exa, xiaohongshu-mcp, and linkedin-scraper-mcp.
TinyFish
MCP ServersTinyFish exposes web automation, web search, content extraction, and remote browser-session tools to MCP-compatible AI assistants. The hosted MCP server uses OAuth 2.1, while an optional local @tiny-fish/mcp proxy supports API-key authentication for local-only, CI, and headless setups.

openaiDeveloperDocs
MCP ServersOpenAI Developer Docs MCP is an OpenAI-hosted, read-only server that lets MCP clients search and fetch documentation from developers.openai.com, platform.openai.com, and learn.chatgpt.com. It uses a public streamable HTTP endpoint and does not call the OpenAI API on the user's behalf.

FetchSandbox
MCP ServersFetchSandbox is a stdio MCP server and hosted API-sandbox service that lets AI coding agents import OpenAPI 3.x specifications, discover runnable workflows, and execute stateful integration tests without using production API credentials. It is designed for validating request flows, lifecycle state, webhooks, retries, and shareable run traces from MCP-compatible development tools.
DataForSEO MCP Server
MCP ServersDataForSEO MCP Server is the official Model Context Protocol server for connecting AI clients to DataForSEO SEO, SERP, keyword, backlink, on-page, business, domain, content, merchant, and AI optimization data. It can be used as a hosted Streamable HTTP endpoint, a local npx package, a Docker container, or a source-built TypeScript server.
Related Reads
Background, tutorials, and protocol context connected to this entry.



