TubExperto✓
io.github.jupediaz/tubexperto · v1.0.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.jupediaz/tubexperto",
"description": "Personal YouTube AI knowledge base powered by RAG. Query your subscribed YouTube channels.",
"title": "TubExperto",
"repository": {
"url": "https://github.com/jupediaz/tubexperto",
"source": "github"
},
"version": "1.0.0",
"websiteUrl": "https://tubexperto.com",
"remotes": [
{
"type": "streamable-http",
"url": "https://tubexperto.com/api/mcp/stream",
"headers": [
{
"value": "Bearer {apiKey}",
"name": ""
}
],
"variables": {
"apiKey": {
"description": "Your TubExperto API key from https://tubexperto.com/settings/api",
"isRequired": true,
"format": "string",
"isSecret": true
}
}
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}