# Open Data Euskadi MCP for AI Agents AI Agent Connect

> Open Data Euskadi MCP gives you direct access to the Basque Government's official public records. It lets you search for regional grants, public contracts, and news while running SPARQL queries against Linked Open Data for deep analysis. It is the fastest way to pull official Basque data into your AI workflow without the hassle of manual exports or navigating complex government portals.

## Overview
- **Category:** data-analytics
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_wXgwwekM2eL0X2KBjFhKRPLuL1B5kZ1HfP0kjPY7/ai-agent-connect
- **Tags:** open-data, sparql, public-records, linked-data, administrative-data, regional-data

## Description

Open Data Euskadi lets you pull official Basque Government data directly into your AI workflow. Instead of hunting through different government websites or manually downloading CSVs, you can just ask your AI client to find specific public grants, look up administrative procedures, or check recent board notices. It handles the heavy lifting of navigating the Euskadi.eus catalog and the GraphDB endpoint. If you need to do deep research, you can run complex SPARQL queries to pull structured RDF data for your analysis. This Connector is part of the Vinkius catalog, making it easy to plug into your existing setup. Whether you're tracking public subsidies or looking for specific meteorological datasets from Euskalmet, you get the data you need in plain text. You can also pull news feeds and public announcements to keep your records current. It's built for people who need accurate, real-time information from a specific regional source without the friction of traditional data scraping or manual data entry.

## Tools

### execute_sparql_query
Run complex SPARQL queries against the GraphDB endpoint. This lets you get structured RDF data for deep analysis.

### search_euskadi_content
Search the Euskadi.eus catalog for grants and news. You can find specific administrative procedures quickly.

## Prompt Examples

**Prompt:** 
```
Search for active grants (ayuda_subvencion) in the Euskadi content catalog.
```

**Response:** 
```
I've searched the catalog. I found several active grants, including **Digital Transformation Subsidies 2024** and **SME Innovation Fund**. Would you like the specific metadata for any of these?
```

**Prompt:** 
```
Execute a SPARQL query to list the first 10 datasets in the Linked Open Data graph.
```

**Response:** 
```
Querying the LOD endpoint... I've retrieved the first 10 datasets. They include:

* Public transport schedules
* Environmental sensors
* Administrative directories

Which one should we analyze?
```

**Prompt:** 
```
Find news related to 'sustainability' in the Euskadi portal context.
```

**Response:** 
```
I found 3 recent news articles regarding sustainability. The most recent is **'New Green Energy Initiative for 2025'**. Would you like me to fetch the full content details?
```

## Capabilities

### Search the Euskadi.eus catalog for public grants and contracts
Find specific government subsidies and official contracts using natural language.

### Run SPARQL queries against the Linked Open Data graph
Execute complex queries to retrieve structured RDF data for deep analysis.

### Fetch real-time public announcements and board notices
Get the latest government publications and administrative updates instantly.

### Retrieve regional meteorological data from Euskalmet
Access specialized weather datasets when you have the proper authorization.

### Filter government data by language, date, and context
Narrow down results to find exactly what you need within the Basque portal.

## Use Cases

### Grant Tracking
A researcher asks for all active digital transformation subsidies in the Basque region and gets a list of active funds.

### Public Records Audit
A legal pro checks for specific board notices and public contracts from the last six months to ensure compliance.

### LOD Analysis
A developer runs a SPARQL query to map out all public transport schedules in the region for a custom app.

### News Monitoring
A journalist asks for the latest news regarding sustainability initiatives in the Euskadi portal to draft a report.

## Benefits

- Stop manual data scraping by using search_euskadi_content to find grants and news instantly.
- Get structured data for analysis by running complex SPARQL queries via execute_sparql_query.
- Stay updated on public announcements without checking multiple government boards manually.
- Get precise meteorological data from Euskalmet when you have the proper authorization.
- Filter results by language or date to find exact records in the Basque government portal.

## How It Works

The bottom line is you get official Basque public data in your chat window without leaving your workspace.

1. Subscribe to the Connector in your preferred AI client.
2. Provide your Euskalmet JWT for access to specialized weather data.
3. Ask your agent to find specific Basque records or run SPARQL queries.

## Frequently Asked Questions

**Can I use the Open Data Euskadi MCP to find government grants?**
Yes, you can search for active subsidies and grants directly through your AI client. It pulls information from the official Euskadi.eus catalog so you don't have to browse the site manually.

**How does the Open Data Euskadi MCP handle Linked Open Data?**
It connects to the GraphDB endpoint, allowing your agent to run SPARQL queries. This lets you pull structured RDF data for deeper analysis of regional datasets.

**Can the Open Data Euskadi MCP access weather data?**
Yes, it can retrieve specialized meteorological datasets from Euskalmet. You'll just need to provide your JWT if you're accessing restricted data.

**Is the Open Data Euskadi MCP good for legal research?**
It's excellent for tracking public contracts, board notices, and administrative procedures. It gives you a direct line to official government publications.

**Can I filter results on the Open Data Euskadi MCP?**
You can narrow down search results by language, date ranges, and specific portal contexts. This helps you find exact records without wading through irrelevant info.

**How can I filter content by a specific language or date range?**
You can use the `metadata_filters` parameter in the `search_euskadi_content` tool. For example, use `documentLanguage.EQ.es` for Spanish or `procedureStartDate.BETWEEN.01/01/2023,31/12/2023` for dates.

**Can I perform advanced semantic analysis on the data?**
Yes! Use the `execute_sparql_query` tool to run raw SPARQL queries against the Linked Open Data (LOD) endpoint. This allows you to traverse relationships in the RDF graph directly.

**What types of administrative content can I search for?**
The `search_euskadi_content` tool allows you to filter by `content_type`. Common types include `ayuda_subvencion` (grants), `contratacion` (contracts), `noticia` (news), and `anuncio_tablon` (board notices).