MCP Server for Binge-watch✓
io.github.aahl/mcp-vods · v0.1.9
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.aahl/mcp-vods",
"description": "MCP Server for Binge-watch / MoonTV / LunaTV. 一个用于追剧/追番的MCP服务器,为AI提供搜索影视播放地址的能力,并支持在小米等安卓电视/投影仪上直接播放",
"title": "MCP Server for Binge-watch",
"repository": {
"url": "https://github.com/aahl/mcp-vods",
"source": "github"
},
"version": "0.1.9",
"packages": [
{
"registryType": "pypi",
"identifier": "mcp-vods",
"version": "0.1.9",
"transport": {
"type": "stdio"
}
},
{
"registryType": "oci",
"identifier": "ghcr.io/aahl/mcp-vods:latest",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Transport protocol to use",
"format": "string",
"default": "stdio",
"name": "TRANSPORT"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}