Brasil.io

Brasil.io MCP Connector for Claude

A+

Access structured Brazilian public data — query COVID-19 stats, company records, and socio-economic datasets directly from your AI agent.

3 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect to Brasil.io, the leading platform for accessible Brazilian public data, and empower your AI agent to analyze real-world datasets through natural conversation.

What you can do

  • Dataset Discovery — List all available public datasets hosted on the platform, from health data to judicial salaries.
  • Metadata Inspection — Fetch detailed schemas and metadata for specific tables to understand available columns and data types.
  • Advanced Querying — Retrieve actual data records with powerful filtering capabilities (by state, city, date, etc.) using simple JSON filters.
  • Pagination Support — Navigate through large datasets efficiently using built-in pagination controls.

How it works

  1. Subscribe to this server
  2. Enter your Brasil.io API Token
  3. Start querying Brazilian public intelligence from Claude, Cursor, or any MCP client

No more manual CSV downloads or wrestling with government transparency portals. Your AI acts as a data scientist specialized in Brazilian public records.

Who is this for?

  • Data Analysts & Journalists — quickly extract facts and figures for reports without writing complex scrapers.
  • Researchers — access historical and current socio-economic data for academic or market studies.
  • Developers — integrate real Brazilian administrative data into your workflows or applications via your IDE.
brazil-datapublic-datasetsopen-datatransparencystatistics

3 tools expose this connector's capabilities to your AI agent.

list_datasets

io platform. Supports pagination. List available datasets on Brasil.io

query_table_data

You can pass arbitrary filters as a JSON string to filter by column names (e.g., {"state": "PR"}). Query data records from a specific table

get_table_metadata

Get metadata for a specific table in a dataset

See how to talk to your AI agent using Brasil.io.

List all available datasets on Brasil.io.

I've retrieved the available datasets. You can access data on 'covid19', 'salarios-magistrados', 'socios-brasil', and more. Which one would you like to explore?

Show me the metadata for the 'caso' table in the 'covid19' dataset.

The 'caso' table in the 'covid19' dataset contains fields such as 'date', 'state', 'city', 'confirmed', 'deaths', and 'is_last'. It tracks daily COVID-19 reports by municipality.

Query the 'caso' table in 'covid19' for the state of 'PR' and city 'Curitiba'.

I found the latest records for Curitiba, PR. On 2023-03-20, there were X confirmed cases and Y deaths. Would you like to see previous dates?

Use the `query_table_data` tool and provide a JSON string in the `filters` parameter, such as `{"state": "SP", "city": "São Paulo"}`. The agent will apply these filters to the Brasil.io API request.

Related Connectors