mcp-video-recognition-bilibili
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | Port for HTTP transport. | 3000 |
| LOG_LEVEL | No | verbose / debug / info / warn / error / fatal. | info |
| GOOGLE_API_KEY | Yes | Required. Google Gemini API key. | |
| TRANSPORT_TYPE | No | sse (Streamable HTTP, for remote) or stdio. | stdio |
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
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| image_recognitionB | Analyze and describe images using Google Gemini AI |
| audio_recognitionB | Analyze and transcribe audio using Google Gemini AI |
| video_recognitionA | Analyze and describe a video using Google Gemini AI. The "filepath" argument accepts EITHER a local file path OR a video URL (e.g. a Bilibili or YouTube link). URLs are downloaded automatically (<=480p) before analysis. |
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 3 tools
Each tool targets a distinct media type (audio, image, video) with no overlap, making selection unambiguous.
All tools follow a consistent 'type_recognition' pattern, providing predictable naming.
Three tools cover the core recognition capabilities (audio, image, video) without excess; each tool serves a clear purpose.
The set covers the main recognition tasks for the domain, but lacks operations like downloading videos or managing results, though the video tool handles URL input.