Token导航 LogoToken导航TokenDH.com
Retsinformation MCP logo
运维云端未说明官方级别未说明来源级核验

Retsinformation MCP

MCP Server

提供丹麦法律、法案、议会案例和立法数据的访问服务。

工具数

34

提示词数

0

GitHub Stars

1

资源数

0
JavaScriptClaude云端部署Claude

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

greew

提供方

greew

最后核验

2026/5/17 20:21

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

返回信息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

许可证

麻省理工学院

目录标签

目录标签

JavaScriptClaude云端部署法律数据本地部署议会信息立法历史法案跟踪丹麦法律

支持客户端

Claude

接入字段

传输方式(transport,传输协议)

未说明

鉴权方式(authType,认证方式)

none

工具数量(toolCount,工具数)

34

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

未说明none部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP