MCP Catalogs
首页MCP-BOE screenshot

MCP-BOE

by ComputingVictor·39·综合分 47

提供西班牙 BOE 法律法规、每日摘要和官方文档访问权限的 MCP 服务器。

ai-llmgovernmentknowledge-graph
11
Forks
0
活跃 Issue
本月
最近提交
2 天前
收录于

概述

MCP-BOE 是一个全面的模型上下文协议服务器,将 AI 助手连接到西班牙官方公报 (BOE) API。它提供对超过 50,000 项 consolidate 法律法规、每日出版物、辅助表格和来自西班牙政府来源的 PDF 文档的访问。该服务器包含 31 个工具,分为 5 个类别:合并立法、BOE/BORME 摘要、辅助表、针对 LLM 的生活质量功能和 PDF 阅读功能。它提供基于工具的访问和针对常见用例的预构建提示模板。

试试问 AI

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

:通过查询合并的西班牙立法进行法律研究和分析
:跟踪每日政府出版物和法规变更
:比较和分析不同法律规范之间的关系
:可以处理的最大 PDF 文档大小是多少?
:如何搜索特定立法?
:除了 Claude 之外,这个服务器可以与其他 LLM 一起使用吗?

什么时候选它

当您需要全面访问西班牙法律文件、立法和官方出版物时,请选择此服务器。

什么时候不要选它

如果您需要访问西班牙以外的国家的法律文件,或者需要超出 BOE 发布时间表的实时更新,请不要选择此服务。

此 server 暴露的工具

从 README 抽取出 12 个工具
  • search_consolidated_legislation

    Busca en más de 50.000 normas consolidadas con filtros

  • get_consolidated_law

    Obtiene metadatos, análisis jurídico y texto de una norma

  • get_boe_summary

    Sumario completo del BOE para una fecha

  • get_borme_summary

    Sumario del BORME (Registro Mercantil)

  • get_departments_table

    Lista de departamentos oficiales con sus códigos

  • get_legal_ranges_table

    Rangos normativos (Ley, Real Decreto, Orden, etc.)

  • read_boe_pdf

    Descarga y extrae el texto de un PDF del BOE

  • find_related_laws

    Normas que modifican, derogan o son modificadas por una norma

  • search_recent_boe

    Busca documentos en los últimos N días

  • normalize_boe_reference

    Normaliza una referencia textual a una norma o sumario

  • get_weekly_summary

    Estadísticas y resumen de una semana completa

  • watch_boe_changes

    Radar normativo: busca publicaciones recientes por palabras clave

可对比工具

mcp-wikipediamcp-web-searchspain-legislation-api

安装

安装

**选项 1:使用 uvx(推荐)**

uvx --from git+https://github.com/ComputingVictor/MCP-BOE.git mcp-boe

**选项 2:从源代码使用 uv**

git clone https://github.com/ComputingVictor/MCP-BOE.git
cd MCP-BOE
uv run python -m mcp_boe.server

**选项 3:使用 pip**

git clone https://github.com/ComputingVictor/MCP-BOE.git
cd MCP-BOE
pip install -e .

使用 Claude Desktop 配置

添加到您的配置中:

{
  "mcpServers": {
    "mcp-boe": {
      "command": "uvx",
      "args": ["--from", "git+https://github.com/ComputingVictor/MCP-BOE.git", "mcp-boe"]
    }
  }
}

FAQ

可以处理的最大 PDF 文档大小是多少?
服务器可以处理最大 10 MB 的 PDF 文件,并提取最多 80,000 个字符的文本。
如何搜索特定立法?
使用 `search_consolidated_legislation` 工具,可以按部门、法律范围、主题、日期范围和搜索词进行筛选。
除了 Claude 之外,这个服务器可以与其他 LLM 一起使用吗?
可以,该服务器实现了 MCP 协议,可以与任何兼容 MCP 的客户端一起使用。

MCP-BOE 对比

GitHub →

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