TODO: Description
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"
]
}
}
}
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.
This project is licensed under the MIT License - see the LICENSE file for details.
This project is based on koki-develop/mcp-server-template by Koki Sato.