MCP Catalogs
首页korean-law-mcp screenshot

korean-law-mcp

by chrisryugj·1,732·综合分 56

韩国法律MCP服务器,将41个政府API转换为17个工具,包含引用验证、影响映射和时间比较功能。

ai-llmknowledge-graphdeveloper-tools
328
Forks
0
活跃 Issue
本月
最近提交
2 天前
收录于

概述

这是一个生产就绪的MCP服务器,通过韩国法律信息服务API提供韩国法律信息的访问。它将41个政府API转换为17个专业工具,使法律专业人士、研究人员和公民能够搜索法律、判例、条例和条约。该服务器包含高级功能,如引用验证以防止AI幻觉、影响映射以可视化法律条款效果、时间旅行功能用于自动比较不同日期的法律版本差异,以及公民5步行动指南。该服务使用TypeScript实现,提供HTTP和CLI两种接口,可与Claude Desktop、Cursor、Windsurf和Zed等AI助手无缝集成。

试试问 AI

装完之后,这里有 6 个你可以让 AI 做的事:

:法律研究专业人员验证AI生成的韩国法律引用
:市民获取法律问题如租房押金纠纷的逐步指导
:政策分析师比较不同时期的法律变更以理解影响
:这个服务器覆盖多少个法律API?
:我可以将它与Claude AI一起使用吗?
:引用验证功能如何工作?

什么时候选它

如果您需要在AI应用中使用韩国法律信息和分析,特别是处理韩国法律、验证法律引用或理解法律随时间的影响时,选择此服务器。

什么时候不要选它

如果您需要除韩国以外国家的法律信息,需要访问法律数据库的写入权限,或需要比API密钥模型更复杂的认证方式,请不要选择此服务器。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • impact_map

    Generate a graph showing the impact of a specific article, referencing related court decisions, constitutional court rulings, and administrative regulations.

  • time_travel

    Compare two versions of a law at different points in time, showing added(+), removed(-), and changed(△) articles.

  • action_plan

    Create a 5-step actionable guide for citizens facing legal issues, identifying applicable laws, precedents, and necessary documents.

  • verify_citations

    Verify legal citations in text against the official law database to detect hallucinations or non-existent articles.

  • search_law

    Search for Korean laws by name, keyword, or article number with automatic alias resolution.

  • get_law_text

    Retrieve the full text of a specific law, including amendments and historical changes.

  • search_decisions

    Search for court decisions, constitutional court rulings, or administrative appeals across 17 domains.

  • get_decision_text

    Retrieve the full text of a specific court decision, with options for abbreviated or full versions.

  • get_law_system_tree

    Show the hierarchical structure of a law, including related administrative regulations and local ordinances.

  • get_annexes

    Retrieve appendices, forms, and reference tables related to specific laws or regulations.

  • track_amendment_history

    Track the amendment history of a specific law article and map related precedents over time.

  • check_ordinance_compliance

    Check if a local ordinance complies with higher-level laws by comparing with unconstitutional decisions and administrative cases.

可对比工具

legal-mcpkorean-law-apilawsearchlaw-mcp-server

安装

安装

npm

npm install -g korean-law-mcp

Claude 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/mcp

FAQ

这个服务器覆盖多少个法律API?
该服务器覆盖41个韩国政府API,被转换为17个MCP工具,提供更便捷的访问和功能。
我可以将它与Claude AI一起使用吗?
是的,它通过MCP协议与Claude Desktop、Claude.ai和其他兼容的AI助手一起工作。
引用验证功能如何工作?
它从用户输入中提取法律引用,与韩国法律信息服务官方数据库进行交叉验证,并标记不存在的或错误的引用。

korean-law-mcp 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。