MCP server for L2 Calendar - query Lineage 2 private server openings by chronicle through the public L2 Calendar API.
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Topics declared
- ✓Documented (README)
git clone https://github.com/Dreiev/l2calendar-mcp{
"mcpServers": {
"l2calendar-mcp": {
"command": "node",
"args": ["/path/to/l2calendar-mcp/dist/index.js"]
}
}
}MCP Servers overview
# l2calendar-mcp
MCP server for [L2 Calendar](https://l2calendar.com) — query upcoming **Lineage 2 private server openings** by chronicle directly from any MCP client (Claude Desktop, Cursor, VS Code, Windsurf, Cline...).
It wraps the free, public, CORS-enabled [L2 Calendar API](https://l2calendar.com/api/servers) and exposes it as MCP tools.
## Tools
| Tool | What it does |
|------|--------------|
| `list_servers` | List tracked servers, ordered by VIP status + opening date. Filters: `chronicle`, `only_upcoming`, `new_only`, `min_rate`, `max_rate`, `limit`. |
| `get_chronicles` | List every chronicle (slug + display name) to use as a filter. |
| `search_servers` | Free-text search across name, website, rate, chronicle, description and labels. |
| `get_server` | Full public record of one server by exact name (case-insensitive). |
| `list_labels` | Distinct labels in use (PTS, Low rate, Craft...) with colors. |
Every result is JSON, ready for the model to reason about.
## Data source
All data comes from the public API:
- `GET https://l2calendar.com/api/servers` — up to 50 servers per call, optional `?chronicle=<slug>` filter.
- `GET https://l2calendar.com/api/chronicles` — the chronicle catalog.
The API is read-only, requires no key and sends `Access-Control-Allow-Origin: *`.
Fields returned per server: `name`, `website_url`, `rate`, `opening_date`, `opening_time`, `opening_datetime_utc`, `description`, `is_vip`, `vip_level`, `multiproff`, `multicraft`, `is_new`, `chronicle` and `labels`.
> **Note:** the public API returns a single page of up to 50 servers (VIP first, then soonest opening). Tools that filter or search operate on that public page. Increase precision with the `chronicle` filter.
## Install
### Remote (HTTP) — no install
When hosted, point your client at the streamable HTTP endpoint:
```json
{
"mcpServers": {
"l2calendar": {
"type": "http",
"url": "https://<your-host>/mcp"
}
}
}
```
### Local (stdio) via npx
```json
{
"mcpServers": {
"l2calendar": {
"command": "npx",
"args": ["-y", "l2calendar-mcp"]
}
}
}
```
### Local (stdio) from source
```bash
git clone https://github.com/Dreiev/l2calendar-mcp.git
cd l2calendar-mcp
npm install
npm run build
```
```json
{
"mcpServers": {
"l2calendar": {
"command": "node",
"args": ["/absolute/path/to/l2calendar-mcp/dist/index.js"]
}
}
}
```
## Run the HTTP transport
```bash
node dist/index.js --http # http://127.0.0.1:8787/mcp
node dist/index.js --http --port 9000
```
`GET /health` returns `{ "status": "ok" }` for uptime checks.
## Configuration
| Variable | Default | Purpose |
|----------|---------|---------|
| `L2CALENDAR_API_URL` | `https://l2calendar.com` | Base URL of the L2 Calendar instance to query. |
## Example prompts
- "List the Interlude servers opening soon."
- "Which Classic servers are new this week?"
- "Search for High Five servers with rate x1000."
- "Show me every chronicle L2 Calendar tracks."
- "Get the details of the server named L2Hispano."
## Development
```bash
npm install
npm run build # tsc -> dist/
npm run dev # run src/index.ts directly (Node >= 22)
npm run start:http # build output over HTTP
```
## About L2 Calendar
L2 Calendar is a multilingual (EN/ES/PT/RU) calendar and tracker of Lineage 2 private server openings by chronicle — [l2calendar.com](https://l2calendar.com).
## License
MIT © Dreiev
What people ask about l2calendar-mcp
What is Dreiev/l2calendar-mcp?
+
Dreiev/l2calendar-mcp is mcp servers for the Claude AI ecosystem. MCP server for L2 Calendar - query Lineage 2 private server openings by chronicle through the public L2 Calendar API. It has 0 GitHub stars and its last recorded update is dated 2026-09-18.
How do I install l2calendar-mcp?
+
You can install l2calendar-mcp by cloning the repository (https://github.com/Dreiev/l2calendar-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is Dreiev/l2calendar-mcp safe to use?
+
Our security agent has analyzed Dreiev/l2calendar-mcp and assigned a Trust Score of 95/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.
Who maintains Dreiev/l2calendar-mcp?
+
Dreiev/l2calendar-mcp is maintained by Dreiev. The last recorded GitHub activity is dated 2026-09-18, with 0 open issues.
Are there alternatives to l2calendar-mcp?
+
Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.
Deploy l2calendar-mcp to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/dreiev-l2calendar-mcp)<a href="https://claudewave.com/repo/dreiev-l2calendar-mcp"><img src="https://claudewave.com/api/badge/dreiev-l2calendar-mcp" alt="Featured on ClaudeWave: Dreiev/l2calendar-mcp" width="320" height="64" /></a>More MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl! Don't be shy, join here: https://discord.gg/EMgGbDceNQ
The fastest path to AI-powered full stack observability, even for lean teams.