
Nager v103 MCP Server
Supports UIby traia-io
Integrate the Nager v103 public holiday API into your AI agents via the Model Context Protocol.
What it does
This server connects AI agents to the Nager v103 API, providing programmatic access to public holiday data for various countries. It leverages FastMCP for efficient asynchronous handling, allowing LLMs to query holiday dates and details accurately.
Tools
example_tool: A placeholder tool for Nager v103 API integration (implementation follows the API documentation at date.nager.at).
Installation
Using Docker:
git clone https://github.com/Traia-IO/nager-v103-mcp-server.git
cd nager-v103-mcp-server
./run_local_docker.sh
For Claude Desktop config:
{
"mcpServers": {
"nager-v103": {
"command": "docker",
"args": ["run", "-i", "--rm", "traia-io/nager-v103-mcp-server"]
}
}
}
Supported hosts
- Claude
Quick install
uv run python -m serverInformation
- Pricing
- free
- Published
- 5/7/2026
- stars






