Mato Grosso do Sul Open Data

Mato Grosso do Sul Open Data MCP Connector for Claude

F

Access public datasets from the state of Mato Grosso do Sul (Brazil) — list packages, search datastores, and query public records via SQL.

7 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect to the Mato Grosso do Sul (MS) Open Data Portal to explore and analyze public information from the Brazilian state. This server allows AI agents to programmatically access datasets, organizations, and specific resource records.

What you can do

  • Datasets & Packages — List all available public data packages and retrieve detailed metadata using list_packages and get_package.
  • Resource Inspection — Drill down into specific files or links within datasets to understand their structure with get_resource.
  • DataStore Search — Filter and search through actual records in CSVs or spreadsheets directly using datastore_search.
  • SQL Queries — Execute complex SQL statements on DataStore resources for advanced data analysis with datastore_search_sql.
  • Organizational Context — List the government organizations and groups responsible for the data via list_organizations and list_groups.

How it works

  1. Subscribe to this server
  2. Enter your Mato Grosso do Sul Data Portal API Key
  3. Start querying public state data from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • Data Analysts — instantly retrieve and filter state records without manual downloads
  • Researchers — automate the collection of public metadata and resource links
  • Developers — integrate real-time public data into applications using SQL queries
open-databrazilpublic-recordsckansql-query

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

datastore_search_sql

Execute a SQL query on DataStore resources

datastore_search

Search data in a DataStore resource

get_package

Get details of a specific dataset package

get_resource

Get details of a specific resource

list_groups

List all groups

list_organizations

List all organizations

list_packages

List all dataset packages

See how to talk to your AI agent using Mato Grosso do Sul Open Data.

List all the public data packages available in Mato Grosso do Sul.

I've retrieved the list of available packages. There are several datasets including 'frota-de-veiculos', 'receita-corrente-liquida', and 'gastos-com-pessoal'. Which one would you like to explore?

Search for records containing 'Campo Grande' in the resource ID 550e8400-e29b-41d4-a716-446655440000.

Searching the DataStore... I found 15 records matching 'Campo Grande' in that resource. Most relate to urban infrastructure projects. Should I list the specific values for you?

Run a SQL query to select all columns from resource 'receita-2023' where the value is greater than 1000000.

Executing SQL query on the DataStore... The query returned 8 high-value entries. The largest entry is for 'Transferências Constitucionais' with a value of 5,400,000. Would you like the full breakdown?

Use the `list_packages` tool to see all available dataset names, then use `get_package` with a specific ID to see the resources and descriptions related to that topic.

Related Connectors