Video
Video from curated channels, without ads or recommendations
Or just ask — the video agent calls these for you:What is new on my channels?Find a talk on Go concurrencyAnything worth watching tonight?Search for the keynote
Calling it
Everything here is public and free. No token, no account, no payment.
Methods
GET /api/v1/video/listRead the latest videos from curated channels
| Argument | Type | Description |
|---|---|---|
limit | number | Optional max number of videos (default all recent) |
curl \ "https://mu-mcp.yvangodard.me/api/v1/video/list"
GET /api/v1/video/searchSearch videos from the channels this instance curates. A curated set rather than all of YouTube, so a miss means it is not followed here, not that it does not exist
| Argument | Type | Description |
|---|---|---|
query * | string | What to search for |
curl \ "https://mu-mcp.yvangodard.me/api/v1/video/search?query=query"
The same methods are tools over MCP, and every service on this instance is in one reference. Same method, same answer, same price.


