diario-oficial-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DIARIO_OFICIAL_DIR | No | Directory where PDFs are saved. Defaults to ~/Downloads/diario-oficial. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- 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/jkamilo81/diario-oficial-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server