这是一个用于访问 entscheidsuche.ch 瑞士法律判决搜索 API 的 MCP 服务器,能够为大型语言模型提供标准化接口,以搜索、检索和分析瑞士法院判决。
此服务器为通过模型上下文协议(MCP)访问瑞士法院判决提供标准化接口。它允许像 Claude 这样的大型语言模型(LLM)进行搜索、检索和分析来自 entscheidsuche.ch 数据库的法律文件。
# 克隆仓库
git clone [仓库地址]
cd entscheidsuche-mcp-server
# 安装依赖项
npm install
# 构建服务器
npm run build
claude_desktop_config.json
文件中:{
"mcpServers": {
"entscheidsuche": {
"command": "node",
"args": ["/绝对路径/entscheidsuche-mcp-server/build/index.js"]
}
}
}
npx @modelcontextprotocol/inspector node /path/to/entscheidsuche-mcp-server/build/index.js
entscheidsuche://scrapers
- 列出所有可用的抓取程序/集合entscheidsuche://scraper/{scraperId}
- 获取特定抓取程序的详细信息entscheidsuche://cases
- 搜索法律案例# 搜索联邦法院的判决
search-decisions --court 瑞士联邦法院 --keywords "数据保护"
# 获取特定文档
get-document --id 123456
# 使用 compare-jurisdictions 提示,分析不同州对“非竞争性协议”的处理方式
compare-jurisdictions --jurisdiction 下 Wald VS 上 Zurich --issue 非竞争性协议
# 使用 search-legal-precedents 提示,搜索关于“算法决策”和数据保护的法律先例
search-legal-precedents --keywords "算法决策" --year范围 2015-2023
如何为项目做贡献,包括代码仓库地址。
项目的开源许可证内容。