Skip to main content
Glama
MaykolMedrano

mcp-sinim

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_SINIM_CACHE_DIRNoDirectory for the metadata disk cache (optional).

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
extensions
{
  "io.modelcontextprotocol/ui": {}
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
search_variablesA

Fuzzy-search SINIM variables by name, optionally filtered by area.

Matching is accent- and case-insensitive ("educacion" also finds "Educación").

get_variable_infoA

Get full metadata for a single SINIM variable code.

get_dataC

Fetch municipal data for one or more SINIM variables.

preview_dataA

Inspect a query's shape and coverage before exporting its full result.

Use this bounded preview to check columns, coverage, and sample values, then call export_data to write the complete panel to disk.

export_dataA

Write a full SINIM panel to disk instead of the model's context.

Call preview_data first to sanity-check the query shape and coverage. The export has a generous safety ceiling for pathological or extremely long-running queries, independent of the in-context response limit.

list_areasA

List all SINIM subject areas (e.g. finance, education, health).

Returns: The distinct area names present in the catalog, sorted.

list_municipiosB

List municipalities, optionally filtered by region.

search_municipalitiesA

Fuzzy-search Chilean municipalities by name, optionally filtered by region.

Matching is accent- and case-insensitive ("nunoa" also finds "ÑUÑOA").

list_yearsA

List the years with data available in SINIM.

Discovered dynamically from the SINIM form, so newly published years appear automatically.

Returns: Available years, ascending (e.g. 2001..2025).

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/MaykolMedrano/mcp_sinim'

If you have feedback or need assistance with the MCP directory API, please join our Discord server