Now with Artificial Intelligence support

Brazilian Holidays directly in your favorite AI

Integrate official national, state, and municipal holiday data into your AI Agents and developer tools using the Model Context Protocol (MCP).

See the magic happen

The AI recognizes your question's context and automatically calls the correct FeriadosAPI tool without hallucinating dates.

Claude Desktop / Cursor

Why use FeriadosAPI MCP?

AI developers need accurate real-world context. Our MCP provides instant access to a complete, complex holiday calendar.

Universal Integration

Works natively with Claude Desktop, Antigravity, Codex, GitHub Copilot, and any system compatible with the Model Context Protocol.

Smarter Agents

Empower your AI to answer "is tomorrow a holiday in São Paulo?" or "how many banking business days are left this month?".

Zero Database Setup

No need to build complex holiday tables. Our MCP exposes ready-to-use tools that query and calculate dates directly.

Practical Use Cases

"What are the upcoming long weekend holidays in Rio de Janeiro?"

"Generate a script that shuts down servers on Our Lady of Aparecida day."

"What day of the week is November 20, 2026? Is it a national holiday?"

"List all banking holidays this month so I can adjust billing."

Compatibility & Supported Clients

Our server was built strictly following the official MCP specification, ensuring instant compatibility with leading AI tools.

Claude Desktop

Native integration by configuring the claude_desktop_config.json file

Antigravity

Native integration with Google DeepMind's powerful autonomous agent

Codex

Full support for tool use in Codex family models

Custom Agents

Connect via SSE or STDIO protocol in your own Python or TS infrastructure

How does the technical integration work?

The Model Context Protocol (MCP) acts as a standardized bridge between the LLM's intelligence and FeriadosAPI's official database. Instead of hallucinating dates, the model queries real data.

  • 1

    Simple Setup

    Register our endpoint in your AI client. No need to code complex HTTP API integrations or write custom routing logic.

  • 2

    Tool Exposure

    The FeriadosAPI server dynamically exposes tools like buscar_feriados and feriados_por_cidade to the LLM securely.

  • 3

    Agent Autonomy

    When you ask a question, the LLM autonomously decides which tool to call, passes correct parameters (like year and 7-digit IBGE geographic code), and reads the response.

claude_desktop_config.json
{
  "mcpServers": {
    "feriadosapi": {
      "command": "npx",
      "args": [
        "-y", 
        "@feriados-api/mcp-server"
      ],
      "env": {
        "FERIADOS_API_KEY": "fapi_your_key_here"
      }
    }
  }
}

Frequently Asked Questions (FAQ)

Everything you need to know about integrating our Holiday API with Artificial Intelligence.

What is Model Context Protocol (MCP)?
Model Context Protocol (MCP) is an open-source standard designed to securely connect Artificial Intelligence assistants and LLMs to external data sources. It eliminates custom integration overhead, allowing models to query databases and APIs directly.
Is FeriadosAPI integration via MCP free?
Yes! You can create a free account on FeriadosAPI and generate your API Key. The free plan provides unlimited access to national, state, and capital city holidays (subject to 60 req/min rate limit). For full access to all 5,570 municipalities, subscribe to Developer, Starter, or Professional plans.
Can I query local municipal holidays via Artificial Intelligence?
Absolutely. This is our key differentiator. Unlike generic AI scripts that hallucinate dates, our MCP server exposes tools capable of looking up holidays by IBGE municipality code (Brazil's official geographic census identifier, equivalent to US FIPS codes) or city name. Just ask Cursor or Claude Desktop "Is there any local holiday in Campinas next week?" and the Agent will query our official database.