
korean-law-mcp
by chrisryugj·★ 1,732·综合分 56
韩国法律MCP服务器,将41个政府API转换为17个工具,包含引用验证、影响映射和时间比较功能。
概述
这是一个生产就绪的MCP服务器,通过韩国法律信息服务API提供韩国法律信息的访问。它将41个政府API转换为17个专业工具,使法律专业人士、研究人员和公民能够搜索法律、判例、条例和条约。该服务器包含高级功能,如引用验证以防止AI幻觉、影响映射以可视化法律条款效果、时间旅行功能用于自动比较不同日期的法律版本差异,以及公民5步行动指南。该服务使用TypeScript实现,提供HTTP和CLI两种接口,可与Claude Desktop、Cursor、Windsurf和Zed等AI助手无缝集成。
试试问 AI
装完之后,这里有 6 个你可以让 AI 做的事:
什么时候选它
如果您需要在AI应用中使用韩国法律信息和分析,特别是处理韩国法律、验证法律引用或理解法律随时间的影响时,选择此服务器。
什么时候不要选它
如果您需要除韩国以外国家的法律信息,需要访问法律数据库的写入权限,或需要比API密钥模型更复杂的认证方式,请不要选择此服务器。
此 server 暴露的工具
从 README 抽取出 12 个工具impact_mapGenerate a graph showing the impact of a specific article, referencing related court decisions, constitutional court rulings, and administrative regulations.
time_travelCompare two versions of a law at different points in time, showing added(+), removed(-), and changed(△) articles.
action_planCreate a 5-step actionable guide for citizens facing legal issues, identifying applicable laws, precedents, and necessary documents.
verify_citationsVerify legal citations in text against the official law database to detect hallucinations or non-existent articles.
search_lawSearch for Korean laws by name, keyword, or article number with automatic alias resolution.
get_law_textRetrieve the full text of a specific law, including amendments and historical changes.
search_decisionsSearch for court decisions, constitutional court rulings, or administrative appeals across 17 domains.
get_decision_textRetrieve the full text of a specific court decision, with options for abbreviated or full versions.
get_law_system_treeShow the hierarchical structure of a law, including related administrative regulations and local ordinances.
get_annexesRetrieve appendices, forms, and reference tables related to specific laws or regulations.
track_amendment_historyTrack the amendment history of a specific law article and map related precedents over time.
check_ordinance_complianceCheck if a local ordinance complies with higher-level laws by comparing with unconstitutional decisions and administrative cases.
可对比工具
安装
安装
npm
npm install -g korean-law-mcpClaude Desktop
添加到Claude Desktop配置文件config.json:
{
"mcpServers": {
"korean-law": {
"command": "npx",
"args": ["korean-law-mcp"]
}
}
}Docker
docker run -p 8080:8080 chrisryugj/korean-law-mcp直接API
curl https://korean-law-mcp.fly.dev/mcpFAQ
- 这个服务器覆盖多少个法律API?
- 该服务器覆盖41个韩国政府API,被转换为17个MCP工具,提供更便捷的访问和功能。
- 我可以将它与Claude AI一起使用吗?
- 是的,它通过MCP协议与Claude Desktop、Claude.ai和其他兼容的AI助手一起工作。
- 引用验证功能如何工作?
- 它从用户输入中提取法律引用,与韩国法律信息服务官方数据库进行交叉验证,并标记不存在的或错误的引用。
korean-law-mcp 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。