jpn-laws-mcp-server

michimani/jpn-laws-mcp-server

3.2

If you are the rightful owner of jpn-laws-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The Japanese Laws MCP Server is a model context protocol server designed to facilitate access to Japanese legal information through a standardized protocol.

Japanese Laws MCP Server

Version Docker

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 file for details.

Author

michimani

Credits

This project is based on koki-develop/mcp-server-template by Koki Sato.