mcp-sinim
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MCP_SINIM_CACHE_DIR | No | Directory for the metadata disk cache (optional). |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| 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
| Name | Description |
|---|---|
| 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_dataA | Write a full SINIM panel to disk instead of the model's context. Call |
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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