LemonTV โ Comprehensive esports coverage, live scores, rankings, and news for the competitive Strinova scene.
LemonTV is a fan-run project built with โค๏ธ by one developer and our community. Hosting and infrastructure currently cost ~$1,200 USD/year. If you enjoy LemonTV or find it useful, please consider supporting the project on Koโfi โ any amount helps.
Current supporters (1):
- Eaterrius ๐
bun i
bun devbun run db:dev:pushNote
We have moved from automatic push to Git repository deployment to manual deployment.
bun run deployLemonTV exposes an authorized MCP server so editors can read and edit data from an AI client (Claude Desktop, Claude Code, etc.). Every action is attributed to the token owner and recorded in the audit trail.
- Endpoint:
https://lemontv.win/api/mcp - Auth: a Personal Access Token minted at Profile โ MCP Tokens
(
/profile/mcp-tokens), sent asAuthorization: Bearer lemon_pat_โฆ.
claude mcp add --transport http lemontv https://lemontv.win/api/mcp \
--header "Authorization: Bearer lemon_pat_YOUR_TOKEN_HERE"See docs/MCP_SERVER.md for the full tool reference, connection details, and examples. Database & migration workflow: docs/DATABASE.md. Project roadmap: docs/SUNSET_PLAN.md.
LemonTV is split into two separately-licensed parts so that both the code and the data can be reused as openly as possible:
- Source code โ MIT License.
- Esports dataset (players, teams, events, matches, statistics, served via the API / bulk dumps / database) โ Creative Commons Attribution 4.0 International (CC BY 4.0). Reuse freely with attribution to LemonTV.
Trademarks, team/event logos, player avatars, and other third-party content are
not covered by either license and remain the property of their respective
owners. See LICENSE-DATA.md for the full scope and an
important data-provenance note.