Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Provides nameday information for 11+ countries, allowing users to find namedays by name, date, or today's celebrations.

README.md

🎉 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.

---

✨ 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

Option 1: Use Online Version (Recommended)

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
  1. Build the project:
   npm run build
  1. 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): ``bash npm run dev ``

HTTP Mode (for testing): ``bash 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!

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Other servers.