Skip to main content
Glama
jkamilo81

diario-oficial-mcp

by jkamilo81

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
DIARIO_OFICIAL_DIRNoDirectory where PDFs are saved. Defaults to ~/Downloads/diario-oficial.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_recent_editionsA

List the most recently published Diario Oficial editions (newest first).

Returns each edition's number, type (e.g. Ordinaria), and date (dd/MM/yyyy). Use this to discover what is available before downloading.

download_latest_editionA

Download the newest published Diario Oficial edition as a PDF.

Args: output_dir: Directory to save the PDF. Defaults to the DIARIO_OFICIAL_DIR environment variable, or ~/Downloads/diario-oficial.

Returns metadata (numero, tipo, fecha) plus the saved file path and size.

download_edition_by_dateA

Download the Diario Oficial edition published on a specific date.

Args: date: Publication date in dd/MM/yyyy format (e.g. "16/06/2026"). output_dir: Directory to save the PDF (see download_latest_edition).

Returns metadata plus the saved file path and size. Raises if no edition was published on that date.

download_edition_by_numberB

Download a specific Diario Oficial edition by its edition number.

Args: number: Edition number, with or without thousands separators (e.g. "53524" or "53.524"). output_dir: Directory to save the PDF (see download_latest_edition).

Returns metadata plus the saved file path and size. Raises if the edition number is not found.

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/jkamilo81/diario-oficial-mcp'

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