mcp-vods
by aahl
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 |
Capabilities
Features and capabilities supported by this server
| 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 | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aahl/mcp-vods'
If you have feedback or need assistance with the MCP directory API, please join our Discord server