mcp-vods
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LUNA_BASE_URL | No | Deployed LunaTV service base URL (optional) | |
| LUNA_PASSWORD | No | LunaTV login password (optional) | |
| LUNA_USERNAME | No | LunaTV login username (optional) | |
| MITV_LIST_CFG | No | Multiple Mi TV configuration, e.g., 'Living Room TV:192.168.1.11;Bedroom TV:192.168.1.12' (optional) | |
| MITV_LOCAL_IP | No | Single Mi TV local IP address (optional, at least one of MITV_LOCAL_IP or MITV_LIST_CFG required for Mi TV playback) | |
| MOON_BASE_URL | No | Deployed MoonTV service base URL (optional) | |
| TVBOX_LIST_CFG | No | Multiple TV box configuration, e.g., 'Living Room TV:192.168.1.11;Bedroom TV:192.168.1.12' (optional) | |
| TVBOX_LOCAL_IP | No | Single TV box local IP address (optional, at least one of TVBOX_LOCAL_IP or TVBOX_LIST_CFG required for non-Mi TV playback) | |
| VOD_CONFIG_URL | No | LunaTV/MoonTV subscription remote configuration file URL (optional, built-in default) | |
| MAX_SEARCH_SITES | No | Maximum number of search sites per query (optional, default 10) | 10 |
| SEARCH_CACHE_TTL | No | Search cache TTL in minutes (optional, default 5 minutes) | 5 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {
"tasks": {
"list": {},
"cancel": {},
"requests": {
"tools": {
"call": {}
},
"prompts": {
"get": {}
},
"resources": {
"read": {}
}
}
}
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| vods_searchA | 搜索电影、电视剧、综艺节目、动漫、番剧、短剧等。如果超时可多重试几次。 当用户说以下内容时可通过本工具搜索资源:
|
| vods_detailA | 获取电影、电视剧、综艺节目、动漫、番剧、短剧等节目的详情及播放地址 |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 2 tools
Each tool has a distinct purpose: vods_search for searching content and vods_detail for retrieving details and play URLs. No functional overlap.
Both tools follow a consistent snake_case pattern with 'vods_' prefix and a clear verb (search/detail).
With only 2 tools, the server is minimal but covers the core needs of searching and retrieving details for VOD content. Slightly under-scoped but reasonable.
The set covers basic search and detail retrieval, which handles most user requests. Missing features like categories or recommendations are minor gaps.