MCP Servers

A collection of Model Context Protocol servers, templates, tools and more.

J
Jpn Laws MCP Server

A Model Context Protocol Server (MCP) for Japanese Laws (e-Gov)

Created 7/18/2025
Updated 3 days ago
Repository documentation and setup instructions

Japanese Laws MCP Server

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

Author

michimani

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" ] } } }