Nameday MCP Server
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Nameday MCP ServerWhat names have nameday today in Poland?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
š 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: mcp-ukrainian-calendar
⨠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 |
| Complete yearly calendar |
šØšæ Czech Republic |
| Complete yearly calendar |
šµš± Poland |
| Complete yearly calendar |
ššŗ Hungary |
| Complete yearly calendar |
š¦š¹ Austria |
| Complete yearly calendar |
šš· Croatia |
| Complete yearly calendar |
š®š¹ Italy |
| Complete yearly calendar |
š«š· France |
| Complete yearly calendar |
š¬š· Greece |
| Complete yearly calendar |
š·šŗ Russia |
| Extended Orthodox calendar |
š§š¬ Bulgaria |
| 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
Install dependencies:
npm installBuild the project:
npm run buildAdd 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 documentationGET
/health- Server health checkGET
/api/tools- List available toolsPOST
/api/tools- Execute toolsGET
/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 devHTTP Mode (for testing):
npm run dev:sseProject 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
Documentation: Visit https://nameday-mcp.vercel.app/
Source Code: GitHub Repository
Issues: Report bugs or request features on GitHub
š License
MIT License - see LICENSE file for details.
š Ready to get started? Try the online version or configure it with your mcp host today!
This server cannot be deployed
Maintenance
Related MCP Connectors
Public holiday data for 30+ countries. Check holidays, working days and calendars via AI assistants.
Free, keyless public holidays lookup for any country and year, plus single-date holiday checks.
Public holidays for 100+ countries ā by year, or the next ones coming up. Via Nager.Date.
Real public holiday lookup for 206 countries via a rule-based calendar engine. Paid via x402.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenancePublic holiday data for 30+ countries. Check holidays, working days, and full calendars via AI assistants like Claude and Cursor.MIT
- AlicenseNot gradedqualityDmaintenanceProvides access to Ukrainian pagan calendar with holidays, deities, folk wisdom, and birth charms, enabling users to query today's holidays, upcoming events, deity details, and personal birth charms.85MIT
- AlicenseAqualityAmaintenanceHosted people and life-in-days knowledge API for AI agents, providing notable packs with day-of-life numbers, similar people, and birthday peers.14MIT
- FlicenseNot gradedqualityBmaintenanceEnables querying England & Wales baby names data from ONS birth registrations, including top names, popularity trends, geographic breakdowns, and similar names.-