J
Jpn Laws MCP Server
by @michimani
A Model Context Protocol Server (MCP) for Japanese Laws (e-Gov)
Created 7/18/2025
Updated 3 days ago
README
Repository documentation and setup instructions
Japanese Laws MCP Server
TODO: Description
Table of Contents
Usage
To use this server with an MCP client, add the following configuration:
{
"mcpServers": {
"jpn-laws-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/michimani/jpn-laws-mcp-server:latest"
]
}
}
}
MCP Tools
search_laws
: Search laws by various criteria such as law ID, title, type, category, etc.get_law_revisions
: Get law revisions by various criteria such as law ID, title, type, category, etc.get_law_content
: Get law content by law ID, law number, or revision ID.search_laws_by_keyword
: Search laws by keyword.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Author
Credits
This project is based on koki-develop/mcp-server-template by Koki Sato.
Quick Setup
Installation guide for this server
Install Package (if required)
npx @modelcontextprotocol/server-jpn-laws-mcp-server
Cursor configuration (mcp.json)
{
"mcpServers": {
"michimani-jpn-laws-mcp-server": {
"command": "npx",
"args": [
"michimani-jpn-laws-mcp-server"
]
}
}
}