🎉 Nameday MCP Server
A Model Context Protocol server providing nameday information for 11+ countries
🌍 Supported Countries
🇸🇰 Slovakia
🇨🇿 Czech Republic
🇵🇱 Poland
🇭🇺 Hungary
🇦🇹 Austria
🇭🇷 Croatia
🇮🇹 Italy
🇫🇷 France
🇬🇷 Greece
🇷🇺 Russia
🇧🇬 Bulgaria
🚀 How to Connect to Online Version
Add this configuration to your Claude Desktop settings:
{
"mcpServers": {
"nameday-mcp-server": {
"command": "npx",
"args": [
"mcp-remote",
"https://nameday-mcp.vercel.app/sse"
]
}
}
}
📚 Available API Endpoints
GET /health
Check server status and health
GET /sse
Server-Sent Events endpoint for MCP communication
GET /api/tools
List all available tools
POST /api/tools
Execute a tool with parameters
🔧 Available Tools
- find_name_day - Find when a specific name has its nameday
- find_names_by_date - Find names celebrating on a specific date
- get_today_name_days - Get today's nameday celebrations
💡 Example Usage
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"}}'
📖 More Information
📂 View GitHub Repository
For complete documentation, installation guide, and source code.
● Online | Server: vercel-serverless |
Health Check