Aragón Open Data

Aragón Open Data MCP Connector for Claude

A+

Access public data from the Government of Aragón — query datasets, preview views, and explore the CKAN catalog directly from your AI agent.

15 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect to the Aragón Open Data portal and unlock a wealth of public information from the Government of Aragón. This MCP server allows your AI agent to browse, search, and analyze regional datasets, statistical views, and organizational metadata through natural language.

What you can do

  • Data Exploration — List all available views and datasets from the GA_OD_Core and CKAN catalogs.
  • Deep Data Preview — Fetch and preview actual records from specific views or resources with support for filtering and pagination.
  • Schema Inspection — Understand the structure of data by retrieving column names and data types for any specific view.
  • Advanced Search — Use Solr-powered queries to find specific datasets, tags, or organizations within the public catalog.
  • Publisher Insights — Retrieve detailed information about the organizations and themes (groups) that publish data in the region.

How it works

  1. Subscribe to this server
  2. Enter your Aragón Open Data API Key (optional for public endpoints)
  3. Start querying public records from Claude, Cursor, or any MCP-compatible client

Who is this for?

  • Data Analysts — quickly find and preview regional statistics without manual CSV downloads
  • Developers — inspect API schemas and data structures directly from the code editor
  • Researchers & Journalists — search for public records and government transparency data through conversation
open-dataaragonckanpublic-recordsdata-exploration

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

count_datasets

Get total dataset count

get_organization

Get publisher/organization details

get_dataset

Get dataset details

get_tag

Get tag details

list_groups

List all themes/groups

list_organizations

List all publishers/organizations

list_datasets

List all datasets (packages)

list_tags

List all tags

list_views

List all available views in Aragón Open Data

most_downloaded_datasets

Get most downloaded datasets

newest_datasets

Get newest datasets

preview_data

By default, it returns the first 1000 records. Preview data from a view or resource

query_sparql

Supports ontologies like EI2A, Aragopedia, ELI, and DataCube. Execute a SPARQL query

search_datasets

Search for datasets

show_columns

Get information about columns for a specific view

See how to talk to your AI agent using Aragón Open Data.

List all available data views in Aragón Open Data.

I've retrieved the list of available views. There are several registered views including 'Censo de Viviendas', 'Presupuestos Municipales', and 'Calidad del Aire'. Which one would you like to explore?

Search for datasets related to 'turismo' in the catalog.

Searching the CKAN catalog... I found several datasets related to tourism, such as 'Ocupación Turística' and 'Red de Oficinas de Turismo'. Would you like the details for a specific one?

Show me the first 5 records from the view with ID '702'.

Fetching data preview for view 702... Here are the first 5 records containing fields like 'Municipio', 'Año', and 'Valor'. The data shows a breakdown of local demographics for the selected period.

Yes! Use the `preview_data` tool and provide a JSON string in the `filters` parameter (e.g., `{"entidad": "ARANDA"}`). This allows you to restrict the results to exactly what you need.

Related Connectors