Skip to main content
Glama
radoone

Nameday MCP Server

by radoone

šŸŽ‰ Nameday MCP Server

A powerful Model Context Protocol (MCP) server providing comprehensive nameday information for 11+ countries. Perfect for AI assistants, chatbots, and applications needing cultural calendar data.

🌐 Try Online Version

šŸ‘‰ https://nameday-mcp.vercel.app/

No installation required! The online version is ready to use immediately.


Related MCP server: inday-api

✨ Features

  • šŸŒ Multi-country support - 11+ countries with comprehensive nameday calendars

  • šŸ” Smart name search - Find when any name celebrates with flexible matching

  • šŸ“… Date lookup - Discover all names celebrating on specific dates

  • ⚔ Real-time queries - Get today's nameday celebrations instantly

  • šŸŽÆ Accurate data - Traditional and culturally authentic nameday information

  • šŸš€ Multiple access methods - Online hosted version + local installation options

  • šŸ“Š Resources support - Access locale information and statistics via MCP resources

  • šŸŽ›ļø Prompts support - Pre-built prompts for common nameday queries

  • šŸ“ Logging support - Comprehensive logging for debugging and monitoring

šŸŒ Supported Countries

Country

Code

Calendar Coverage

šŸ‡øšŸ‡° Slovakia

sk

Complete yearly calendar

šŸ‡ØšŸ‡æ Czech Republic

cz

Complete yearly calendar

šŸ‡µšŸ‡± Poland

pl

Complete yearly calendar

šŸ‡­šŸ‡ŗ Hungary

hu

Complete yearly calendar

šŸ‡¦šŸ‡¹ Austria

at

Complete yearly calendar

šŸ‡­šŸ‡· Croatia

hr

Complete yearly calendar

šŸ‡®šŸ‡¹ Italy

it

Complete yearly calendar

šŸ‡«šŸ‡· France

fr

Complete yearly calendar

šŸ‡¬šŸ‡· Greece

gr

Complete yearly calendar

šŸ‡·šŸ‡ŗ Russia

ru

Extended Orthodox calendar

šŸ‡§šŸ‡¬ Bulgaria

bg

Extended Orthodox calendar

Note: Russian and Bulgarian calendars include comprehensive Orthodox feast days and traditional names.

šŸ”§ Available Tools

1. find_name_day

Find when a specific name celebrates its nameday.

{
  "tool": "find_name_day",
  "args": {
    "name": "Radovan",
    "locale": "sk"
  }
}

2. find_names_by_date

Discover which names celebrate on a specific date.

{
  "tool": "find_names_by_date",
  "args": {
    "month": 6,
    "day": 29,
    "locale": "sk"
  }
}

3. get_today_name_days

Get today's nameday celebrations.

{
  "tool": "get_today_name_days",
  "args": {
    "locale": "sk",
    "random_string": "dummy"
  }
}

šŸ“Š Available Resources

The server provides contextual information through MCP resources:

  • nameday://supported-locales - List of all supported country locales

  • nameday://locale-info/sk - Information about Slovakia nameday calendar

  • nameday://locale-info/cz - Information about Czech Republic nameday calendar

  • nameday://statistics - Server statistics and available features

šŸŽ›ļø Available Prompts

Pre-built prompts for common nameday queries:

  • find-nameday - Find when a specific name has its nameday

  • names-on-date - Find which names celebrate on a specific date

  • today-namedays - Get today's nameday celebrations

Example Prompt Usage

{
  "prompt": "find-nameday",
  "arguments": {
    "name": "Radovan",
    "locale": "sk"
  }
}

šŸš€ Quick Start

Simply add this to your Claude Desktop configuration:

{
  "mcpServers": {
    "nameday-mcp-server": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://nameday-mcp.vercel.app/sse"
      ]
    }
  }
}

Option 2: Local Installation

  1. Install dependencies:

    npm install
  2. Build the project:

    npm run build
  3. Add to Claude Desktop:

    {
      "mcpServers": {
        "nameday-mcp-server": {
          "command": "node",
          "args": ["./dist/index.js"],
          "cwd": "/path/to/nameday-mcp"
        }
      }
    }

šŸ“š API Usage

Direct API Testing

Test the online version directly:

curl -X POST https://nameday-mcp.vercel.app/api/tools \
  -H "Content-Type: application/json" \
  -d '{
    "tool": "find_name_day",
    "args": {
      "name": "Radovan",
      "locale": "sk"
    }
  }'

Available Endpoints

  • GET / - Interactive documentation

  • GET /health - Server health check

  • GET /api/tools - List available tools

  • POST /api/tools - Execute tools

  • GET /sse - MCP Server-Sent Events endpoint

šŸ’” Example Queries

Ask your AI assistant:

  • "When is Radovan's nameday in Slovakia?"

  • "Who celebrates nameday on June 29th in Czech Republic?"

  • "What names have nameday today in Poland?"

  • "Find all Hungarian names celebrating in July"

šŸ› ļø Development

Local Development

STDIO Mode (for Claude Desktop):

npm run dev

HTTP Mode (for testing):

npm run dev:sse

Project Structure

src/
ā”œā”€ā”€ index.ts          # Main server and HTTP endpoints
ā”œā”€ā”€ server.ts         # MCP server logic and tools
ā”œā”€ā”€ locale-nameday.ts # Nameday lookup functions
└── data/             # Nameday calendars for each country
    ā”œā”€ā”€ sk.json       # Slovakia
    ā”œā”€ā”€ cz.json       # Czech Republic
    └── ...           # Other countries

šŸŽÆ Use Cases

  • AI Assistants - Add cultural calendar knowledge

  • Chatbots - Provide nameday information in conversations

  • Applications - Integrate nameday features

  • Personal Assistants - Remind about friends' namedays

šŸ“– More Information

šŸ“ License

MIT License - see LICENSE file for details.


🌟 Ready to get started? Try the online version or configure it with your mcp host today!

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

–Maintainers
–Response time
–Release cycle
–Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    Provides authoritative Philippine national holiday data sourced from official presidential proclamations, including regular, special, and Islamic holidays. It enables users to query specific dates, retrieve upcoming holidays, identify long weekends, and verify working day status.
    Last updated
    19
    MIT

View all related MCP servers

Related MCP Connectors

  • Nationalize MCP — nationality prediction from first name (nationalize.io, free, no auth)

  • Zero-signup business-day date-math API: add days, count days between dates, is-business-day.

  • Business-day, SLA, cron and recurrence calculations — offline, holiday-aware, no network.

View all MCP Connectors

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/radoone/nameday-mcp'

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