# Acre Dados Abertos MCP for AI Agents AI Agent Connect

> Acre Dados Abertos lets you pull public government datasets from the State of Acre, Brazil, directly into your AI agent. It handles everything from municipal GDP and environmental stats to thematic groups like health and education, allowing you to query specific records without downloading huge files.

## Overview
- **Category:** data-analytics
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_xpNXTunnwXhd4GkfI2KMLBNqneGoBYWknUqhJBI6/ai-agent-connect
- **Tags:** open-data, public-sector, transparency, dataset-discovery, brazil-government, data-query

## Description

You're trying to find specific economic figures for a municipality in Acre, but the official portal feels like a maze of nested folders and confusing categories. Usually, you'd have to spend an hour hunting for the right CSV, downloading it, and then trying to filter the rows yourself. This Connector changes that by letting your AI agent do the heavy lifting. You can just ask for the latest demographic trends or environmental stats, and the agent pulls the specific data points you need from the state's open data repository. It's a huge time saver for anyone who needs to verify government figures or pull samples for research without the manual friction. Since Vinkius makes it easy to connect these types of specialized data sources, you can jump straight into the analysis. Whether you're a journalist looking for a specific public record or a developer building a dashboard, you get to skip the navigation and go straight to the answers.

## Tools

### get_group
Get the specific details and information for a thematic group. This helps you understand how data is categorized by the state.

### get_package
Fetch the detailed metadata for a specific dataset or package. Use this to check data provenance and file formats.

### get_resource
Retrieve the metadata for a specific file or resource. It provides granular details on individual data assets.

### list_groups
See a full list of all thematic groups available in the portal. This is great for broad exploration of different topics.

### list_organizations
List every government organization that publishes data. Use this to identify which bodies manage specific records.

### list_packages
Get a list of all available dataset names in the portal. It's the quickest way to see what data is currently hosted.

### search_datastore
Filter and search records directly within a tabular resource. This allows you to find specific rows without downloading large files.

### search_packages
Search for specific datasets based on keywords or names. It helps you find relevant data packages quickly.

## Prompt Examples

**Prompt:** 
```
Find datasets about the economy in Acre.
```

**Response:** 
```
I found several datasets related to the economy. The most relevant ones are **'PIB Municipal'** and **'Arrecadação Estadual'**. 

Would you like to see the detailed metadata for **'PIB Municipal'**?
```

**Prompt:** 
```
What thematic groups are available?
```

**Response:** 
```
The Acre Open Data portal organizes data into several thematic groups, including:

* Saúde
* Educação
* Economia
* Segurança Pública

Which of these would you like to explore first?
```

**Prompt:** 
```
Query the datastore for Rio Branco municipality.
```

**Response:** 
```
I've retrieved the records for Rio Branco from the datastore. Here is a summary of the data:

| Ano | Valor | Descrição |
| :--- | :--- | :--- |
| 2022 | 1,200,000 | Investimento Inicial |
| 2023 | 1,450,000 | Investimento Inicial |

Would you like me to summarize these results further?
```

## Capabilities

### Find specific datasets
Search for packages like municipal GDP or environmental data.

### Get detailed metadata
View the specific provenance and file formats of any dataset.

### Browse by theme
Explore data organized by groups like economy, health, and education.

### Query specific records
Filter through tabular data like CSVs without downloading the whole file.

### Identify organizations
See which government bodies publish specific sets of information.

## Use Cases

### Verifying municipal economic figures
A journalist needs to find the latest GDP for a specific town. They ask the agent to search for 'economia' and then query the datastore for that town's records.

### Identifying government data owners
A researcher wants to see which agencies handle environmental data. They use list_organizations first to see who publishes health data, then find their specific datasets.

### Building a local government dashboard
A developer is building a dashboard and uses list_packages to find all available data and get_resource to check file formats.

### Quick demographic trend analysis
A student is looking for demographic trends and uses search_packages for 'demografia' to see what the latest state data shows.

## Benefits

- Stop manual browsing by using search_packages to find the exact dataset you need in seconds instead of clicking through folders.
- Save on bandwidth by using search_datastore to query specific rows without downloading large CSV files.
- Faster fact-checking for journalists who can quickly verify government figures using natural language instead of manual searches.
- Better data context by getting full metadata on data provenance using get_package to ensure your research is accurate.
- Thematic organization lets you browse by categories like health or education using list_groups to find related data faster.

## How It Works

The bottom line is you get instant access to Acre's public records through natural language instead of manual browsing.

1. Subscribe to the Acre Dados Abertos MCP on Vinkius.
2. Add your optional API key to the configuration for faster access.
3. Ask your AI client to find or query specific Brazilian government data.

## Frequently Asked Questions

**Can Acre Dados Abertos find specific municipal data?**
Yes. You can ask your AI agent to search for specific municipal figures like GDP or demographics directly from the state's open data portal.

**Does this Connector support searching Brazilian government records?**
It specifically connects to the Acre state portal, giving you access to their public records, organizations, and thematic datasets.

**Can I query CSV files without downloading them?**
Yes. The tool can filter records within tabular resources directly, so you only get the specific data you ask for.

**Is there a way to see which government bodies publish the data?**
You can use the Connector to list all organizations in the portal, making it easy to see which departments provide specific types of information.

**How do I find data on health or education in Acre?**
You can ask your agent to browse the thematic groups. It will show you the specific categories for health, education, and other sectors.

**Can I get details about the source of a dataset?**
Yes. The Connector can fetch metadata for any specific package, showing you the provenance and format of the data.

**How can I search for datasets related to a specific topic like 'health'?**
Use the `search_packages` tool with the query 'saude'. The agent will return a list of datasets matching that theme from the Acre portal.

**Can I filter data inside a CSV file without downloading it?**
Yes! If the resource is in the Datastore, use the `search_datastore` tool with the Resource ID. You can apply filters like `{"municipio": "Rio Branco"}` to get specific rows.

**How do I find which government departments are publishing data?**
Use the `list_organizations` tool to see all contributing entities, or `list_groups` to see thematic categorizations like 'Environment' or 'Economy'.