🎉 Nameday MCP Server
A complete Model Context Protocol server with tools, resources, prompts, and logging for 11+ countries
✨ MCP Capabilities
- 🔧 Tools - 3 nameday lookup tools with validation
- 📊 Resources - Contextual information about locales and statistics
- 🎛️ Prompts - Pre-built query templates for common operations
- 📝 Logging - Comprehensive debugging and monitoring
🌍 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/mcp"
]
}
}
}
📚 Available API Endpoints
GET /health
Check server status and health
GET/POST /mcp
HTTP Stream endpoint for MCP communication
📖 More Information
📂 View GitHub Repository
For complete documentation, installation guide, and source code.
● Online | Server: server-placeholder |
Health Check