返回信息mcp
MCP服务器 丹麦信息API --访问丹麦法律、法案、议会案件和立法数据。
工具
| 类别 | 工具 | 描述 |
|---|---|---|
| 法律 | search_laws, get_law, get_law_markdown, get_law_paragraph | 搜索并阅读丹麦法律 |
| 法律版本 | get_law_versions, get_law_version_latest, get_law_at_date, diff_law_versions | 历史版本和差异 |
| 法律背景 | get_law_cases, get_law_legislative_history, get_law_actors, get_law_amendments | 法律的议会背景 |
| 账单 | search_bills, get_bill, get_bill_steps, get_bill_actors, get_bill_documents, get_bill_text | 立法法案(洛夫福斯拉格) |
| 病例 | search_cases, get_case, get_case_steps, get_case_actors, get_case_documents, get_case_text | 所有议会案件类型 |
| 演员 | search_actors, get_actor, get_actor_memberships, get_actor_relationships | 议员、委员会、部委、政党 |
| 关键词 | search_keywords, get_keyword, get_keyword_cases | 主题分类标签 |
| 时期 | search_periods, get_current_period, get_period | 议会任期 |
设置
npm install
npm run build克劳德代码
添加到您的Claude Code MCP设置中(~/.claude/settings.json):
{
"mcpServers": {
"retsinformation": {
"command": "node",
"args": ["/path/to/retsinformation-mcp/dist/index.js"]
}
}
}克劳德桌面版
添加 claude_desktop_config.json:
{
"mcpServers": {
"retsinformation": {
"command": "node",
"args": ["/path/to/retsinformation-mcp/dist/index.js"]
}
}
}API
此MCP包装 retsinformation-api.dk REST API。无需身份验证。
API完整文档:https://retsinformation-api.dk/v1/docs
许可证
麻省理工学院
