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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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