boe-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@boe-mcpList current state laws on data protection"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
BOE-MCP. MCP Integration with the BOE API
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
Related MCP server: MCP Brasil API
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 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:
curl -LsSf https://astral.sh/uv/install.sh | shOn Windows:
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"You can also install it with pip:
pip install uvFor more information about installing uv, visit the uv documentation.
INTEGRATION WITH CLIENTS LIKE CLAUDE FOR DESKTOP
Go to Claude > Settings > Developer > Edit Config >
claude_desktop_config.json.Add this configuration block under
"mcpServers":
"boe_mcp": {
"command": "uvx",
"args": [
"boe_mcp"
]
}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"
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityBmaintenanceEnables LLMs like Claude to query the official Spanish BOE API for consolidated legislation, daily summaries, and auxiliary government tables.Last updated48MIT
- Alicense-qualityDmaintenanceEnables LLMs to query Brazilian public data such as CEP, CNPJ, DDD, exchange rates, banks, and holidays via the Model Context Protocol.Last updated12MIT
- Alicense-qualityAmaintenanceAn MCP server for the Spanish BOE open-data API that retrieves metadata, structure, and full consolidated text of Spanish legislation using BOE IDs or dates, providing verifiable ELI identifiers and citations.Last updatedApache 2.0
- Flicense-qualityBmaintenanceEnables users to search Spanish judicial rulings and extract text from resolutions using natural language queries.Last updated5
Related MCP Connectors
Verified, citable German & EU law for any LLM. Daily updates from official sources, hosted in DE.
Task-oriented MCP for Indonesian law: search, resolve citations, read laws, and MK decisions.
Japan Law MCP — Japanese national laws & ordinances via the e-Gov Law API.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AnCode666/boe-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server