{
  "markdown": "# plugrail\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)\n[![MCP](https://img.shields.io/badge/MCP-server-blue.svg)](https://modelcontextprotocol.io/)\n\nA 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.\n\n## Live servers\n\n| Server | MCP endpoint | Tools | Status |\n| --- | --- | --- | --- |\n| jp-calendar | `https://jp-calendar.plugrail.dev/mcp` | `is_holiday`, `list_holidays`, `business_days_between`, `add_business_days` | Live |\n\n## Connect\n\nSee [the jp-calendar connection guide](docs/servers/jp-calendar/CONNECT.md).\n\n## Self-hosting\n\n1. In `packages/servers/jp-calendar/`, copy `wrangler.example.jsonc` to `wrangler.jsonc` and fill in your Cloudflare resource IDs.\n2. Create the D1 database and KV namespace referenced by that configuration.\n3. Run `pnpm --filter @plugrail/jp-calendar deploy`.\n\nThe self-hosted server runs independently. Authentication, rate limiting, and usage metering are features of the hosted service only.\n\n## Architecture\n\n```text\nMCP client\n    |\n    v\njp-calendar Worker --> Cloudflare D1 (holiday data)\n                   --> Cloudflare KV (cached data)\n```\n\n## Sources and disclaimer\n\nThis 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.\n\nSource: Adapted from the Cabinet Office \"National Holidays\" page (https://www8.cao.go.jp/chosei/shukujitsu/gaiyou.html)\n\n## Contributing\n\nIssues and pull requests are welcome. Please include enough context to reproduce a problem or explain a proposed change.\n\n## License\n\nMIT. See [LICENSE](LICENSE).\n",
  "bytes": 1788,
  "sha": "5e7e0e51050bbf6c17ca81b40ebbab6c9dbb9a03d34173eed55f1279679cc236",
  "repo_slug": "plugrail/servers",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_dev_plugrail_jp_calendar_f2e26b90/readme"
}