io.github.peter120525-cmd/lawmadi-os
Official6 tools법마디(Lawmadi) OS — Korean Legal AI
Korean Legal AI — 60 agents, real-time statute verification via law.go.kr. Free 2/day.
Korean legal AI with 60 agents providing real-time statute verification via law.go.kr.
Captured live from the server via tools/list.
ask
Ask a Korean legal question. Routes to 1 of 60 specialist AI legal leaders and returns a statute-verified analysis (real-time law.go.kr check). Supports Korean and English.
Parameters (2)
- querystringrequired
Legal question in Korean or English (max 2000 chars).
- langstring
Response language. Auto-detected if omitted.
ask_expert
Expert mode legal analysis — runs the full verification pipeline for a more detailed, deeply-cited answer. Slower than `ask`.
Parameters (2)
- querystringrequired
Legal question in Korean or English (max 2000 chars).
- langstring
Response language. Auto-detected if omitted.
search
Search Korean statutes, precedents and legal terms via law.go.kr. Returns matching law topics.
Parameters (2)
- qstringrequired
Search query (min 2 chars). Example: '근로기준법'.
- limitinteger
Max results (1-100, default 10).
get_leaders
List all 60+ specialist legal leaders with their names and specialties.
No parameters.
chat_leader
Chat 1:1 with a specific legal leader. Provide the leader_id (e.g. 'L01', 'L32', 'CCO') from get_leaders.
Parameters (2)
- leader_idstringrequired
Leader identifier (e.g. 'L01'). See get_leaders.
- querystringrequired
Question to ask the leader (max 2000 chars).
suggest_questions
Generate relevant follow-up legal questions for a given query.
Parameters (1)
- querystringrequired
Current user question (max 500 chars).
README not available yet.
Install
claude_desktop_config.json
{
"mcpServers": {
"lawmadi-os": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://lawmadi.com/mcp"
]
}
}
}Desktop config is stdio-only; this bridges via mcp-remote. Native remote: Settings > Connectors.