# Gobierno Abierto Valencia MCP for AI Agents AI Agent Connect

> Gobierno Abierto Valencia lets your AI agent query the Valencia Open Data portal directly. It handles everything from listing public datasets and categories to searching specific records in city datastores. This Connector makes municipal data accessible through natural conversation, allowing you to find city budgets, transport info, and public records without ever leaving your AI client.

## Overview
- **Category:** knowledge-management
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_uRkEAn5Jl7a5hTtKwwYrbwNZqbvGJlDzVG4hJ3tL/ai-agent-connect
- **Tags:** open-data, municipal-data, public-records, dataset-discovery, valencia, data-portal

## Description

Imagine you're trying to find specific municipal data in Valencia. Usually, that means digging through a government portal, navigating complex categories, and figuring out which files are actually useful. With this Connector, you just ask your agent to find it for you. It pulls data from the Valencia Open Data portal so you can see what's available without the manual clicking. You can ask about public transport, city budgets, or environmental records, and the agent handles the heavy lifting of searching the datastores. It's a huge win for anyone who needs to stay on top of local government transparency without the headache of manual data scraping. You can find this and thousands of other connectors in the Vinkius catalog to keep your workflow moving. Instead of spending an hour filtering results, you get the specific metadata or record counts you need in seconds. It turns a clunky public portal into a conversational database.

## Tools

### search_datastore
Search for specific records within a resource's datastore using filters and queries. This helps you find the exact data points you need from a large dataset.

### list_groups
List all available dataset groups or categories within the Valencia portal. Use this to see how the city organizes its public information.

### show_package
Fetch the metadata and descriptions for a specific public dataset. This lets you understand what a dataset contains before you try to use it.

### list_packages
Get a complete list of all public dataset names available in the portal. This is the best way to see the full scope of available data.

### show_resource
Retrieve specific metadata and formats for a particular resource within a dataset. It tells you if a file is a CSV, JSON, or another format.

## Prompt Examples

**Prompt:** 
```
What kind of datasets does Valencia have for public transport?
```

**Response:** 
```
Valencia offers several datasets related to public transport, including **EMT Valencia** and **Tráfico**. 

- **EMT Valencia**: Contains information on bus routes, schedules, and real-time info.
- **Tráfico**: Provides data on city traffic flow and congestion.
```

**Prompt:** 
```
List some categories of data available in the Valencia portal.
```

**Response:** 
```
Here are the main categories you can browse:

*   **Environment**
*   **Transport**
*   **Budget**
*   **Public Works**

Would you like to see the specific datasets under one of these categories?
```

**Prompt:** 
```
Find records for 'bicis' in the city data.
```

**Response:** 
```
I've searched the datastore for **'bicis'** and found 12 records. 

These include:
- Real-time station locations
- Availability status

Would you like to see the specific coordinates for these stations?
```

## Capabilities

### Browse all public datasets
Use list_packages to see every dataset name in the portal.

### Get dataset metadata
Use show_package to see descriptions and details for a specific dataset.

### Search records
Use search_datastore to find actual records inside a resource.

### View resource details
Use show_resource to check file formats and metadata.

### Browse categories
Use list_groups to see datasets organized by theme or department.

## Use Cases

### Finding bus routes
A developer asks the agent to find EMT Valencia data to see if it supports real-time updates.

### Budget analysis
A researcher asks for Presupuestos Municipales to see how city funds are being allocated.

### Traffic study
A data analyst searches for Tráfico records to identify peak congestion areas in the city.

### Resource checking
A citizen asks what file formats are available for a specific park's maintenance records.

## Benefits

- Skip the manual portal navigation by using list_packages to see everything available in one go.
- Get instant details on city resources using show_resource to see formats like CSV or JSON.
- Filter by department or theme quickly with list_groups to narrow down your search.
- Pull specific records from the city datastore using search_datastore without writing complex queries.
- Save time on data exploration by using show_package to check if a dataset fits your project needs.

## How It Works

The bottom line is you get instant, conversational access to Valencia's public records without ever visiting the portal website.

1. Subscribe to this Connector and add your Valencia Open Data API Key to the configuration.
2. Connect your preferred AI client to the Vinkius platform.
3. Ask your agent to find specific Valencia records or browse categories.

## Frequently Asked Questions

**How do I use the Gobierno Abierto Valencia MCP?**
You can connect this Connector to your AI client via Vinkius. Once connected, you can ask your agent to find specific city records, browse categories, or check dataset metadata.

**Can the Gobierno Abierto Valencia MCP find bus schedules?**
Yes, it can access the EMT Valencia dataset which includes information on routes and schedules, making it easy to query for transport details.

**Is the Gobierno Abierto Valencia MCP free to use?**
Access to the Connector depends on your Vinkius subscription. Once connected, you can query the public portal data as needed.

**Can I use Gobierno Abierto Valencia MCP with Cursor?**
Yes, it is compatible with Cursor and other MCP-supported clients like Claude and Windsurf.

**What kind of data does Gobierno Abierto Valencia MCP provide?**
It provides access to a wide range of municipal data, including transport, environment, budgets, and other public records from the Valencia portal.

**Does Gobierno Abierto Valencia MCP require an API key?**
Some specific datasets might require an API key from the Valencia Open Data portal, which you can provide in your configuration.

**How do I search for specific records within a data file?**
Use the `search_datastore` tool with the specific Resource ID. You can provide a search string `q` to filter the records and use `limit` or `offset` for pagination.

**How can I see the metadata for a specific dataset?**
Simply use the `show_package` tool and provide the name or ID of the dataset. The agent will return full metadata including descriptions, maintainers, and associated resources.

**Can I list all the data categories available in the portal?**
Yes! The `list_groups` tool returns all dataset groups or categories available in the Valencia Open Data portal, helping you browse by topic.