Building Standards Act
Freeby MCP Community
MCP server for Japanese building regulations — fetches law text from e-Gov API v2 to prevent AI hallucination in building permit reviews
v1.7.0Added Apr 12, 2026
mcpbuilding-lawe-govjapanarchitecture
Building Standards Act MCP Server
MCP server for Japanese building regulations — fetches law text from e-Gov API v2 to prevent AI hallucination in building permit reviews
Installation
Reviews
Installation
Quick install
npx -y building-standards-act-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"building-standards-act": {
"command": "npx",
"args": ["-y", "building-standards-act-mcp"]
}
}
}