get_law

Pack: japan-law · Endpoint: https://gateway.pipeworx.io/japan-law/mcp

Fetch a Japanese law/ordinance by its e-Gov law id (from search_laws), e.g. “415AC0000000057”. Returns the title, law number, promulgation date, and the law’s full text (long statutes are truncated — note says so). Source: e-Gov 法令検索.

Parameters

NameTypeRequiredDescription
law_idstringyese-Gov law id, e.g. “415AC0000000057”.

Example call

curl -X POST https://gateway.pipeworx.io/japan-law/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_law","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "japan-law": {
      "url": "https://gateway.pipeworx.io/japan-law/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build June 20, 2026