BOE (Boletín Oficial del Estado) MCP Server for Google ADKGive Google ADK instant access to 17 tools to Get Boe Summary, Get Borme Summary, Get Consolidated Legislation, and more
Google Agent Development Kit (ADK) is Google's framework for building production AI agents. Add BOE (Boletín Oficial del Estado) as an MCP tool provider through Vinkius and your ADK agents can call every tool with full schema introspection.
Ask AI about this MCP Server for Google ADK
The BOE (Boletín Oficial del Estado) MCP Server for Google ADK is a standout in the Knowledge Management category — giving your AI agent 17 tools to work with, ready to go from day one.
Vinkius delivers Streamable HTTP and SSE to any MCP client
from google.adk.agents import Agent
from google.adk.tools.mcp_tool import McpToolset
from google.adk.tools.mcp_tool.mcp_session_manager import (
StreamableHTTPConnectionParams,
)
# Your Vinkius token. get it at cloud.vinkius.com
mcp_tools = McpToolset(
connection_params=StreamableHTTPConnectionParams(
url="https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp",
)
)
agent = Agent(
model="gemini-2.5-pro",
name="boe_boletin_oficial_del_estado_agent",
instruction=(
"You help users interact with BOE (Boletín Oficial del Estado) "
"using 17 available tools."
),
tools=[mcp_tools],
)
* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure
About BOE (Boletín Oficial del Estado) MCP Server
Connect to the Boletín Oficial del Estado (BOE) Open Data service to navigate the Spanish legal system through natural conversation. This server provides comprehensive access to official gazettes and updated laws.
Google ADK natively supports BOE (Boletín Oficial del Estado) as an MCP tool provider. declare Vinkius Edge URL and the framework handles discovery, validation, and execution automatically. Combine 17 tools with Gemini's long-context reasoning for complex multi-tool workflows, with production-ready session management and evaluation built in.
What you can do
- Consolidated Legislation — Search for the latest updated versions of Spanish laws and regulations using
search_consolidated_legislation - Daily Summaries — Retrieve the full index of documents published in the BOE or BORME (Mercantile Registry) for any specific date
- Legal Analysis — Access detailed metadata, European Legislation Identifiers (ELI), and relations between different legal norms
- Full Text Access — Fetch the complete text of laws or specific blocks (articles/sections) to analyze legal requirements
- Structural Indexing — Understand the hierarchy of a law by listing its internal blocks and sections
The BOE (Boletín Oficial del Estado) MCP Server exposes 17 tools through the Vinkius. Connect it to Google ADK in under two minutes — credentials fully managed, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.
All 17 BOE (Boletín Oficial del Estado) tools available for Google ADK
When Google ADK connects to BOE (Boletín Oficial del Estado) through Vinkius, your AI agent gets direct access to every tool listed below — spanning spanish-law, legislation, official-gazette, and more. Every call runs in a secure, isolated environment with full audit visibility. Beyond a simple connection, you get real-time monitoring of agent activity, enterprise governance, and optimized token usage.
Get boe summary on BOE (Boletín Oficial del Estado)
Get daily summary of the BOE
Get borme summary on BOE (Boletín Oficial del Estado)
Get daily summary of the BORME
Get consolidated legislation on BOE (Boletín Oficial del Estado)
ID format: BOE-A-YYYY-NUMBER. Get consolidated legislation by ID
Get legislation analysis on BOE (Boletín Oficial del Estado)
Get legal analysis for consolidated legislation
Get legislation block on BOE (Boletín Oficial del Estado)
g., a specific article). Get specific block of consolidated legislation
Get legislation eli metadata on BOE (Boletín Oficial del Estado)
Get ELI metadata for consolidated legislation
Get legislation metadata on BOE (Boletín Oficial del Estado)
Get metadata for consolidated legislation
Get legislation text on BOE (Boletín Oficial del Estado)
Get full text of consolidated legislation
Get legislation text index on BOE (Boletín Oficial del Estado)
) structuring the latest version. Get text index of consolidated legislation
List consolidation states on BOE (Boletín Oficial del Estado)
List auxiliary consolidation states
List departments on BOE (Boletín Oficial del Estado)
). List auxiliary issuing departments
List posterior relations on BOE (Boletín Oficial del Estado)
List auxiliary posterior legal relations
List previous relations on BOE (Boletín Oficial del Estado)
List auxiliary previous legal relations
List ranks on BOE (Boletín Oficial del Estado)
). List auxiliary legal ranks
List scopes on BOE (Boletín Oficial del Estado)
List auxiliary scopes
List subjects on BOE (Boletín Oficial del Estado)
List auxiliary subjects/topics
Search consolidated legislation on BOE (Boletín Oficial del Estado)
Search consolidated legislation
Connect BOE (Boletín Oficial del Estado) to Google ADK via MCP
Follow these steps to wire BOE (Boletín Oficial del Estado) into Google ADK. The entire setup takes under two minutes — your credentials stay safe behind Vinkius.
Install Google ADK
pip install google-adkReplace the token
[YOUR_TOKEN_HERE] with your Vinkius tokenCreate the agent
Explore tools
Why Use Google ADK with the BOE (Boletín Oficial del Estado) MCP Server
Google ADK provides unique advantages when paired with BOE (Boletín Oficial del Estado) through the Model Context Protocol.
Google ADK natively supports MCP tool servers. declare a tool provider and the framework handles discovery, validation, and execution
Built on Gemini models, ADK provides long-context reasoning ideal for complex multi-tool workflows with BOE (Boletín Oficial del Estado)
Production-ready features like session management, evaluation, and deployment come built-in. not bolted on
Seamless integration with Google Cloud services means you can combine BOE (Boletín Oficial del Estado) tools with BigQuery, Vertex AI, and Cloud Functions
BOE (Boletín Oficial del Estado) + Google ADK Use Cases
Practical scenarios where Google ADK combined with the BOE (Boletín Oficial del Estado) MCP Server delivers measurable value.
Enterprise data agents: ADK agents query BOE (Boletín Oficial del Estado) and cross-reference results with internal databases for comprehensive analysis
Multi-modal workflows: combine BOE (Boletín Oficial del Estado) tool responses with Gemini's vision and language capabilities in a single agent
Automated compliance checks: schedule ADK agents to query BOE (Boletín Oficial del Estado) regularly and flag policy violations or configuration drift
Internal tool platforms: build self-service agent platforms where teams connect their own MCP servers including BOE (Boletín Oficial del Estado)
Example Prompts for BOE (Boletín Oficial del Estado) in Google ADK
Ready-to-use prompts you can give your Google ADK agent to start working with BOE (Boletín Oficial del Estado) immediately.
"Show me the summary of documents published in the BOE for January 10th, 2024."
"Search for consolidated legislation related to 'Ley de Propiedad Intelectual'."
"Get the legal analysis and relations for law BOE-A-2015-10565."
Troubleshooting BOE (Boletín Oficial del Estado) MCP Server with Google ADK
Common issues when connecting BOE (Boletín Oficial del Estado) to Google ADK through Vinkius, and how to resolve them.
McpToolset not found
pip install --upgrade google-adkBOE (Boletín Oficial del Estado) + Google ADK FAQ
Common questions about integrating BOE (Boletín Oficial del Estado) MCP Server with Google ADK.
How does Google ADK connect to MCP servers?
Can ADK agents use multiple MCP servers?
Which Gemini models work best with MCP tools?
Explore More MCP Servers
View all →
Overpass (OpenStreetMap)
16 toolsSearch OpenStreetMap data — find restaurants, shops, hospitals, schools, parks, ATMs and more worldwide.

Showpad
8 toolsEquip your AI agent to radically infiltrate your Showpad enablement platform. Search sales collateral, fetch user profiles, track channels, and extract asset metadata.

FNS SNAP Retailer Locator (USDA)
2 toolsLocate SNAP-authorized retailers across the US using USDA public data. Filter by location, store name, or coordinates.

ManoMano (Home Improvement Marketplace)
11 toolsManage your ManoMano seller account — update offer prices, track orders, and audit fulfillment stock.
