# Boe Mcp

> MCP server for check Spanish Laws using BOE API (Official State Gazette of Spain)

- **Type:** MCP server
- **Install:** `agentstack add mcp-ancode666-boe-mcp`
- **Verified:** Pending review
- **Seller:** [AnCode666](https://agentstack.voostack.com/s/ancode666)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [AnCode666](https://github.com/AnCode666)
- **Source:** https://github.com/AnCode666/boe-mcp

## Install

```sh
agentstack add mcp-ancode666-boe-mcp
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# BOE-MCP. MCP Integration with the BOE API

[](README_es.md)
[](README.md)

## DESCRIPTION

**BOE is the Official State Gazette of Spain.**

**Boe-mcp** enables querying consolidated legislation, BOE/BORME summaries, and legal reference data directly through Claude AI and other MCP-compatible clients using the **Model Context Protocol (MCP)**.

Boe-mcp is an MCP server that exposes tools for LLMs to access:
- Consolidated legislation of the Spanish legal system
- Daily BOE and BORME summaries
- Auxiliary tables for legal domains, jurisdictions, and government departments

## KEY FEATURES

- Advanced search of consolidated legislation with date, jurisdiction, and validity filters
- Full legal text retrieval in XML/JSON formats
- Historical BOE and BORME summary queries
- Access to legal reference tables (domains, departments, legal relationships)
- Block-level navigation of legal texts
- Automatic consolidation status validation

## INSTALLATION

### Install with uv

### Prerequisites

- Python 3.10 or higher.
- [uv](https://docs.astral.sh/uv/getting-started/installation/) package manager.

### Installing uv

The first step is to install `uv`, a package manager for Python.  
**It can be installed from the command line**.

On macOS and Linux:

```bash
curl -LsSf https://astral.sh/uv/install.sh | sh
```

On Windows:  

```bash
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
```

You can also install it with pip:  

```bash
pip install uv
```

For more information about installing uv, visit the [uv documentation](https://docs.astral.sh/uv/getting-started/installation/).

## INTEGRATION WITH CLIENTS LIKE CLAUDE FOR DESKTOP

1. Go to **Claude > Settings > Developer > Edit Config > `claude_desktop_config.json`**.
2. Add this configuration block under `"mcpServers"`:

```json
"boe_mcp": {
    "command": "uvx",
    "args": [
        "boe_mcp"
    ]
}
```

3. If you have other MCP servers configured, separate them with commas `,`.

## USAGE EXAMPLES

Once configured, you can make queries like:

- "List current state laws on data protection"
- "Show the BOE summary for June 14, 2024"
- "Display the BOE legal domains table"

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [AnCode666](https://github.com/AnCode666)
- **Source:** [AnCode666/boe-mcp](https://github.com/AnCode666/boe-mcp)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** yes
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: flagged — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-ancode666-boe-mcp
- Seller: https://agentstack.voostack.com/s/ancode666
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
