streamable-httpMITupdated 1mo ago
A collection of MCP servers that connect to Japanese public data. The name alone does not describe the project, so plugrail is not related to railways or railway services.
PlugRail Japanese Calendar 能做什么?
plugrail
A collection of MCP servers that connect to Japanese public data. The name alone does not describe the project, so plugrail is not related to railways or railway services.
Live servers
| Server | MCP endpoint | Tools | Status |
|---|---|---|---|
| jp-calendar | https://jp-calendar.plugrail.dev/mcp |
is_holiday, list_holidays, business_days_between, add_business_days |
Live |
Connect
See the jp-calendar connection guide.
Self-hosting
- In
packages/servers/jp-calendar/, copywrangler.example.jsonctowrangler.jsoncand fill in your Cloudflare resource IDs. - Create the D1 database and KV namespace referenced by that configuration.
- Run
pnpm --filter @plugrail/jp-calendar deploy.
The self-hosted server runs independently. Authentication, rate limiting, and usage metering are features of the hosted service only.
Architecture
MCP client
|
v
jp-calendar Worker --> Cloudflare D1 (holiday data)
--> Cloudflare KV (cached data)
Sources and disclaimer
This is not an official service of the National Tax Agency, the Digital Agency, or any other Japanese government body. Information provided does not represent their official views and is not guaranteed by them.
Source: Adapted from the Cabinet Office "National Holidays" page (https://www8.cao.go.jp/chosei/shukujitsu/gaiyou.html)
Contributing
Issues and pull requests are welcome. Please include enough context to reproduce a problem or explain a proposed change.
License
MIT. See LICENSE.
安装
把 PlugRail Japanese Calendar 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http plugrail-japanese-calendar https://jp-calendar.plugrail.dev/mcpcodex mcp add plugrail-japanese-calendar --url https://jp-calendar.plugrail.dev/mcp{
"mcpServers": {
"plugrail-japanese-calendar": {
"url": "https://jp-calendar.plugrail.dev/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"plugrail-japanese-calendar": {
"type": "http",
"url": "https://jp-calendar.plugrail.dev/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"plugrail-japanese-calendar": {
"url": "https://jp-calendar.plugrail.dev/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"plugrail-japanese-calendar": {
"serverUrl": "https://jp-calendar.plugrail.dev/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
评分
39 / 100
不完整
- 文档22/25
- 维护16/25
- 可信度16/20
- 能力0/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 52 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 0.1.1最新 | 2026年7月11日 |
| 0.1.0 | 2026年7月11日 |