Hourei MCP Server
Related Servers
Alternatives to Hourei MCP Server
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceEnables querying Japanese national laws and ordinances via the e-Gov Law API, allowing AI agents to access legal data through natural language questions.3 npmMIT
- AlicenseAqualityAmaintenanceEnables LLMs to search and retrieve Japanese laws from the e-Gov API v2, including keyword search, article fetching, table of contents, and revision history.72,726 npm2MIT
- AlicenseAqualityCmaintenanceFull-text search across all ~10,000 current Japanese laws and regulations (official e-Gov data): keyword search, table of contents, and exact article text.3MIT
- AlicenseAqualityDmaintenanceEnables intelligent search and retrieval of Japanese legal statutes through the e-Gov API. Supports smart lookup of laws and articles with abbreviation recognition, batch processing, and multi-tier caching for high-performance legal research.815MIT
- AlicenseAqualityAmaintenanceSearches and retrieves Japanese national legislation from the official e-Gov API, providing verifiable citations with stable URLs and human-readable references.632 PyPIApache 2.0
- AlicenseAqualityCmaintenanceProvides access to Japanese labor and social insurance laws and administrative circulars from sources like the e-Gov API and the Ministry of Health, Labour and Welfare. It enables users to search for and retrieve legal texts and notices to ensure accuracy in labor-related inquiries.61,527 npm63MIT
TDQS
Scored across 3 tools
Each tool has a clearly distinct purpose: get_law_data retrieves detailed data for a specific law, get_law_revision fetches amendment history, and search_law performs keyword-based searches. There is no overlap in functionality, making tool selection unambiguous.
All tools follow a consistent verb_noun naming pattern (get_law_data, get_law_revision, search_law) using snake_case. The naming is predictable and readable, with no deviations in style.
With only 3 tools, the set feels thin for a law-related server, potentially lacking operations like creating, updating, or deleting laws. However, it covers basic retrieval and search functions adequately for a minimal scope.
The tools provide search and retrieval capabilities but lack full CRUD coverage (e.g., no create, update, or delete operations). This is a notable gap for managing laws, though agents can work with the available read-only functions.