STF Dados Abertos Connector for AI agents.
9 live capabilities
Query Brazilian Supreme Federal Court transparency data and legal datasets.
Waiting for input…
Why people use STF Dados Abertos
STF Dados Abertos for Brazilian Judicial Transparency Data
This Connector lets your AI agent do the digging for you. You just ask for the data, and it uses search_packages and search_datastore to pull the exact info you need. You get the facts without the friction.
What Vinkius changes
You get a direct line to official Brazilian court transparency data without the manual browsing.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Finding court spending records
A journalist needs to find all court spending records for a report.
- Real-world use case 02
Building a payroll dashboard
A developer is building a dashboard for court personnel costs.
- Real-world use case 03
Analyzing judicial decisions
A legal researcher wants to see all datasets related to judicial decisions.
Complete set · 9capabilities
The complete STF Dados Abertos capability set.
These are the exact actions your AI can choose when you ask it to work with STF Dados Abertos.
01—03
3 capabilities in this set.
Part of 9 available through STF Dados Abertos.
- 01 Capability
Get package
Fetch specific details for a dataset. Use this to see what's included in a particular data package.
- 02 Capability
List packages
List all available datasets in the STF Dados Abertos portal. This is the starting point for finding any specific data you need.
- 03 Capability
Search packages
Search for datasets using keywords. Use this to find specific topics like court spending or personnel costs.
04—06
3 capabilities in this set.
Part of 9 available through STF Dados Abertos.
- 04 Capability
Get group
Get details about a specific group of court data. This helps you understand how the court categorizes its information.
- 05 Capability
Get organization
Pull details on the specific organizations that manage court data. This lets you see who is responsible for different datasets.
- 06 Capability
Get resource
Get the metadata for a specific file or data link. This tells you the structure of a specific resource within a larger dataset.
07—09
3 capabilities in this set.
Part of 9 available through STF Dados Abertos.
- 07 Capability
List groups
List all the different groups available in the STF portal. Use this to get a high-level view of the data categories.
- 08 Capability
List organizations
List all the organizations that maintain open data. This helps you map out the court's internal data structure.
- 09 Capability
Search datastore
Query the DataStore for specific information. This lets you pull specific records without downloading huge files.
Set up in minutes
One URL. Then ask STF Dados Abertos to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use STF Dados Abertos from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_AC7RGbZPStvfzluvZP0epIDDD0fpQpJMogqCxxpe/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it STF Dados Abertos, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable STF Dados Abertos for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_AC7RGbZPStvfzluvZP0epIDDD0fpQpJMogqCxxpe/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the STF Dados Abertos URL.
- Step 03
Save and start
Save the connection and enable STF Dados Abertos in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"stf-dados-abertos": {
"url": "https://edge.vinkius.com/vk_preview_AC7RGbZPStvfzluvZP0epIDDD0fpQpJMogqCxxpe/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using STF Dados Abertos
Open Agent mode in chat and ask: "Using STF Dados Abertos, help me...". 9 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"stf-dados-abertos": {
"url": "https://edge.vinkius.com/vk_preview_AC7RGbZPStvfzluvZP0epIDDD0fpQpJMogqCxxpe/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using STF Dados Abertos
Ask Copilot: "Using STF Dados Abertos, help me...". 9 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"stf-dados-abertos": {
"url": "https://edge.vinkius.com/vk_preview_AC7RGbZPStvfzluvZP0epIDDD0fpQpJMogqCxxpe/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using STF Dados Abertos
Open Cascade and ask: "Using STF Dados Abertos, help me...". 9 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"stf-dados-abertos": {
"url": "https://edge.vinkius.com/vk_preview_AC7RGbZPStvfzluvZP0epIDDD0fpQpJMogqCxxpe/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using STF Dados Abertos
Ask Cline: "Using STF Dados Abertos, help me...". 9 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add stf-dados-abertos --transport http "https://edge.vinkius.com/vk_preview_AC7RGbZPStvfzluvZP0epIDDD0fpQpJMogqCxxpe/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using STF Dados Abertos
Ask Claude: "Using STF Dados Abertos, show me...". 9 tools are ready
Where the request belongs
Work STF Dados Abertos can move forward.
Legal researchers and data journalists wake up needing to find specific court records without clicking through dozens of broken government links. They need to pull accurate transparency data quickly to meet deadlines without manual copy-pasting.
Legal Researcher
Finds and analyzes court datasets on a Tuesday afternoon to build a case or research a legal precedent.
Data Journalist
Automates the discovery of transparency data and resource updates for reporting on government spending.
Data Analyst
Integrates official STF data into internal applications using structured metadata and direct queries.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsCNJ (Datajud API Pública)
Access the Brazilian National Council of Justice (CNJ) Datajud API to query judicial processes, procedural classes, and court organs across Brazil.
Acre Dados Abertos
Access open data from the State of Acre, Brazil. explore datasets, organizations, and thematic groups directly from your AI agent.
Mato Grosso do Sul Open Data
Access public datasets from the state of Mato Grosso do Sul (Brazil). list packages, search datastores, and query public records via SQL.
Minas Gerais (Estado)
Access the official Open Data Portal of the State of Minas Gerais, Brazil. Query datasets, organizations, and public resources directly.
TCE-SP (Audesp)
Access public transparency data from the São Paulo State Court of Auditors (TCE-SP). query municipal expenses and revenues directly.
Campinas Open Data
Access public data from Campinas, Brazil. search datasets, resources, and city organizations directly from your AI agent.
Bring your own AI
Change the model, client or framework. Keep STF Dados Abertos connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about STF Dados Abertos.
The practical details behind the request, access and result.
Can I use STF Dados Abertos to find Brazilian court spending?
Yes, you can ask your agent to search for specific spending datasets or query the DataStore for records.
Does the STF Dados Abertos MCP support searching for court decisions?
Yes, it allows you to search for packages related to judicial decisions and list the available resources.
How can I get specific payroll data from the STF?
You can ask your agent to search for the 'folha-de-pagamento' package and then query the DataStore for specific records.
Can I see which organization manages the open data?
Yes, the Connector lets you list and get details for all organizations that maintain the court's transparency data.
Is this Connector good for legal researchers?
It is specifically built for researchers who need to find and analyze official court datasets without manual portal navigation.
Does it help with data provenance?
Yes, it provides access to metadata for packages and organizations so you can see the update frequency and source of the data.
Can I perform SQL-like queries on the court's data files?
Yes! If a resource is integrated into the DataStore, you can use the search_datastore capability with the Resource ID to query the data within the file directly.
How do I find datasets related to a specific legal topic?
Use the search_packages capability. Simply provide a search term (e.g., 'processos' or 'votação') and the agent will return all matching datasets from the portal.
Is it possible to list all organizations that publish data on the STF portal?
Absolutely. Use the list_organizations capability to see all departments and entities, or get_organization to see details and datasets owned by a specific one.
One connection away
Give your agent a direct line to STF Dados Abertos.
Connect STF Dados Abertos once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available