Japanese calendar data API for AI agents. Provides Rokuyo, Rekichu (13 types), Kanshi, 24 Sekki, and fortune judgments for 8 categories (wedding, business, moving, etc.). MCP + REST API.
Server Config
{
"mcpServers": {
"shirabe-calendar": {
"command": "npx",
"args": [
"-y",
"@shirabe-api/calendar-mcp"
],
"env": {
"SHIRABE_API_KEY": "your-api-key-here"
}
}
}
}