aidevtube-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AIDEVTUBE_API_KEY | Yes | Your Pro API key (required) | |
| AIDEVTUBE_API_BASE | No | Override API base (default https://api.aidevtube.com) | https://api.aidevtube.com |
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
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| searchB | Search the AI YouTube Digest corpus (per-video summaries from ~40 curated AI/coding channels). |
| list_topicsA | List the canonical topic labels usable in the |
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
list_topics and search serve distinct, complementary purposes: one enumerates filter labels, the other performs queries. No overlap exists.
Both use snake_case, but list_topics follows verb_noun pattern while search is a single verb. Slight inconsistency but still predictable.
With only 2 tools, the server is minimal but focused. The tools directly support the core functionality of browsing topics and searching the corpus.
The surface covers listing topics and searching, but lacks direct retrieval of full video summaries or details beyond search results, which agents may need.