# Sergipe Dados Abertos MCP for AI Agents AI Agent Connect

> Sergipe Dados Abertos lets you pull public financial and personnel data from the State of Sergipe, Brazil, into your AI agent. It connects directly to the official transparency portal, letting you query state spending, tax revenue, and government payroll records without manually downloading CSVs or scraping websites.

## Overview
- **Category:** data-analytics
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_ur8rvCS3LMJXxMmqhPiiLUqdRueGLTMH0mbJ05qu/ai-agent-connect
- **Tags:** public-spending, transparency, open-data, financial-reporting, brazil

## Description

Connecting to government transparency portals is usually a headache of messy CSV downloads and inconsistent data formats. You spend hours hunting for the right year, navigating nested menus, and trying to figure out which column actually represents the final payout. This Connector changes that by giving your AI agent a direct line to the Sergipe Open Data API. Instead of clicking through dozens of tabs, you can just ask your agent to find out how much was spent on supplier payments or what the tax revenue looked like for a specific quarter. It handles the heavy lifting of fetching the raw data so you can focus on the actual analysis. It's built for anyone who needs to move from "where is this data?" to "what does this data mean?" as fast as possible. You'll find it's a huge time-saver when you're trying to cross-reference state budgets against actual expenditures or looking for specific personnel trends. If you're already using Vinkius to manage your AI stack, adding this to your catalog makes auditing public accounts feel like a conversation rather than a research project. It's about getting clean, structured info from a government source without the manual friction of data cleaning. You get to skip the spreadsheet gymnastics and go straight to the insights. Whether you are looking for a needle in a haystack of government spending or trying to map out the state's workforce, this connection provides the bridge. It turns a tedious search into a direct query.

## Tools

### get_orcamento
Fetches the Annual Budget Law and tracks real-time budget execution for specific years. Use it to see planned vs. actual spending.

### get_receitas
Retrieves state revenue data, including tax collections and federal transfers. It gives you a clear picture of state income.

### get_servidores
Accesses information on the state workforce, including active and retired personnel. Use it to audit government employment.

### get_despesas
Pulls detailed state spending, including supplier payments and inter-governmental transfers. It helps you see exactly where the money is going.

## Prompt Examples

**Prompt:** 
```
Show me the state expenditures for Sergipe in 2023.
```

**Response:** 
```
I've retrieved the expenditure data for 2023. The state processed various payments including supplier contracts and transfers. Would you like to see the breakdown by month or a specific government body?
```

**Prompt:** 
```
What were the total revenues collected between January and March 2024?
```

**Response:** 
```
Querying revenue data... For the first quarter of 2024, the state collected revenues from taxes like ICMS and federal transfers. I can provide the exact totals for each category if you'd like.
```

**Prompt:** 
```
List the active personnel in the state government for the last available month.
```

**Response:** 
```
I've accessed the personnel records. There are thousands of active employees across various departments. Would you like to see a summary of positions or filter by a specific employment bond type?
```

## Capabilities

### Pull state spending records
Get detailed data on state expenditures including supplier payments and inter-governmental transfers.

### Fetch tax and federal revenue
Retrieve state revenue figures, including specific tax categories and federal transfers.

### Access government employee data
Query the state workforce for information on active and retired personnel.

### Track annual budget execution
Monitor how the state is spending its budget in real-time compared to the annual law.

### Query specific fiscal years
Filter and retrieve financial data for any historical or current fiscal period.

## Use Cases

### Audit a specific contract
A journalist asks about 2023 supplier payments to see if a specific company received multiple payouts using get_despesas.

### Analyze tax revenue
A researcher wants to see how much ICMS tax was collected in the first quarter of 2024 using get_receitas.

### Verify government headcount
An activist checks the number of active state employees to see if the workforce size matches official claims using get_servidores.

### Budget vs. Reality
A data analyst compares the 2023 budget law against the actual expenditures to find discrepancies using get_orcamento.

## Benefits

- Get real-time state spending data without manual CSV downloads using get_despesas.
- Track exact tax revenue and federal transfers quickly with get_receitas.
- Access government workforce data and salary info via get_servidores instead of scraping.
- Monitor budget execution against the Annual Budget Law using get_orcamento.
- Export clean JSON data for immediate use in your own reporting tools or spreadsheets.

## How It Works

The bottom line is you get instant access to official Brazilian government data through a natural chat interface.

1. Subscribe to the Sergipe Dados Abertos MCP on Vinkius.
2. Connect the Connector to your preferred AI client like Claude or Cursor.
3. Ask your agent questions about Sergipe's public finances or personnel records.

## Frequently Asked Questions

**Is Sergipe Dados Abertos for the whole of Brazil?**
No, this Connector is specific to the State of Sergipe. It pulls data directly from the Sergipe Transparency Portal.

**Can I use Sergipe Dados Abertos to find specific company payments?**
Yes, you can query expenditures to see payments made to suppliers and other state transfers.

**Does Sergipe Dados Abertos include tax revenue?**
Yes, it pulls data on state collections like ICMS and federal transfers.

**Can I get employee info with Sergipe Dados Abertos?**
Yes, it provides details on active and retired state employees, including positions and salary data.

**Is the data in Sergipe Dados Abertos updated in real-time?**
The Connector connects to the official open data infrastructure, so it reflects the most recent records published by the state.

**Can I download the data for my own analysis?**
Your agent can fetch the data in structured formats, making it easy to move into your own spreadsheets or tools.

**Can I filter state expenditures by a specific government body?**
Yes. Use the `get_despesas` tool and provide the `codigoOrgao` parameter along with the fiscal year to see spending for a specific department.

**Is it possible to see the salary and position of state employees?**
Yes, the `get_servidores` tool allows you to fetch personnel data, including positions and remuneration, filtered by month, year, and type of bond.

**How can I check the total budget approved for a specific year?**
You can use the `get_orcamento` tool by passing the `exercicio` (year) parameter. It will return data regarding the Annual Budget Law (LOA) and its execution.