Skip to main content

A legal regulation search MCP service based on GitHub LawRefBook

Project description

mcp-legal-search

基于 GitHub LawRefBook 的法律法规检索 MCP 服务。

功能

工具 说明
search_github_law 搜索法律法规库,返回标题、摘要、法规编号和链接

安装

pip install -e .

配置到 AI 客户端

Claude Desktop

~/.claude/settings.json

{
  "mcpServers": {
    "mcp-legal-search": {
      "command": "uvx",
      "args": ["mcp-legal-search"]
    }
  }
}

Cursor

~/.cursor/mcp.json

{
  "mcpServers": {
    "mcp-legal-search": {
      "command": "uvx",
      "args": ["mcp-legal-search"]
    }
  }
}

使用示例

tool: search_github_law
input: {"keywords": "劳动合同", "top_k": 5}

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mcp_legal_search-0.1.0.tar.gz (1.6 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mcp_legal_search-0.1.0-py3-none-any.whl (2.8 kB view details)

Uploaded Python 3

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page